`

the new schema in Scala

阅读更多

Martin Odersky has written a good artle on explaining some of the new construct he conceived/conceptualized in his new artile. 

 

the article is available here in this site:  http://lampwww.epfl.ch/~odersky/papers/ScalableComponent.pdf

 

the key to his conjured construct to support scalable component include the following key aspect. they are

 

1. abstract type members

2. self-typing. 

3. module mixing composition. 

 

 

 

there are so many novel (see the entry for innovative at thesaurus.com http://thesaurus.com/browse/innovative?s=t) ideas proposed/discussed in his article, please have a read and make note of it. 

分享到:
评论

相关推荐

    scala-schema:Scala类的JSON模式生成,验证和反序列化

    从任何case class创建一个Schema对象 将架构导出为JSON 直接使用模式对象进行有效的,并带有机器和人类友好的验证错误消息。 化为JSON。 这种方法比使用json4s序列化机制更快。 支持案例类,列表,字符串,日期,...

    数据库系统概念第六版答案(包括实践习题,习题)下载

    •Write the following queries in SQL, using the university schema. •Find the names of all students who have taken at least one Comp. Sci. course; make sure there are no duplicate names in the result...

    The XML Schema Complete Reference.chm

    With the successful implementation of XML Schema, developers are learning how to increase productivity, improve software reliability, minimize development time, and decrease time to market. This in-...

    scala-jsonschema:Scala JSON模式

    Scala JSON模式 SBT依赖项: 主模块: libraryDependencies + = " com.github.andyglow " %% " scala-jsonschema " % < version> // <-- required 其他库: libraryDependencies ++ = Seq ( " ...

    Star Schema The Complete Reference.rar

    star schema dimensional modeling

    数据库系统概念第六版课后答案

    数据库系统概念第六版英文版课后答案,欢迎下载

    The.Little.Mongo.DB.Schema.Design.Book151739402

    The Little MongoDB Schema Design Book, covers the fundamentals off Schema design with MongoDB, as well as several useful Schema design patters for your applications. I wrote this book to be a helpful...

    xml schema complete reference

    xml schema reference

    scala的orm框架srom.zip

    // Store values in the db: val metal = Db.save( Genre("Metal") ) val rock = Db.save( Genre("Rock") ) Db.save( Artist("Metallica", Set(metal, rock) ) ) Db.save( Artist("Dire Straits", Set(rock) ) ) //...

    理解XML Schema XML Schema进阶

    理解XML Schema XML Schema进阶

    json转换jsonschema

    json转换json schema

    Introducing the MySQL 8 Document Store

    Work with the new X Protocol for application connectivity in MySQL 8 Master the new X Developer Application Programming Interfaces Combine SQL and JSON in the same database and application Migrate ...

    Star Schema完全参考手册 数据仓库维度设计权威指南

    本书共18章,分成6大部分:第1部分介绍维度设计的基础知识,关注过程度量、数据仓库架构、StarSchema设计;第2部分关注初学者实际工作中将要面临的问题——设计策略,如何对过程进行划分并分别建模;...

    kafka-schema-registry-client-6.2.2.jar

    Could not resolve dependencies for project org.apache.flink:flink-avro-confluent-registry:jar:1.15.3: Could not find artifact io.confluent:kafka-schema-registry-client:jar:6.2.2 in maven 安装本地...

    mondrian schema 的eclipse插件

    mondrian schema 的eclipse插件 还需要安装 EMF&SDO (Eclipse官方的一个建模插件) 具体参考:http://jpivot.sourceforge.net/mondrian-schema/

    JSON-Schema定义规范

    熟悉XML的开发人员都知道,对XML文档的定义有一个XML Schema。同样,对于JSON文件的定义,也应该有一个JSON Schema以规范JSON文件内容。IETF负责起草相关规范最新版本是2018年3月19日发布的Draft 7。JSON Schema用以...

    XML Schema完全指南

    英文书籍: Addison Wesley - The XML Schema Complete Reference (2002)

    XML Schema教程

    XML Schema 教程 XML Schema 是基于 XML 的 DTD 替代者。 XML Schema 描述 XML 文档的结构。 XML Schema 语言也称作 XML Schema 定义(XML Schema Definition,XSD)。 在此教程中,你将学习如何在应用程序中读取和...

    Scala数据序列化Scalavro.zip

    // obtaining an AvroTypeIO object for a given AvroType (via the `io` method) val io: AvroTypeIO[Seq[Int]] = intSeqType.io // binary I/O io.write(Seq(1, 2, 3), outputStream) val Sucess(readResult) = ...

Global site tag (gtag.js) - Google Analytics