InfoQ

Topic/Tag specific view

All content and news on InfoQ about JAOO Conference


Latest featured content about JAOO Conference

Attila Szegedi Discusses Rhino

Community
Java
Topics
Javascript

Attila Szegedi discusses the Rhino JavaScript engine. Topics covered include the implementation of Rhino, Rhino's featureset, continuations, usage patterns for embedding Rhino, running JavaScript on the server, scripting capabilities for Rhino, JavaScript versus Ruby, JavaScript on Rails, and future plans for Rhino.

News about JAOO Conference

InfoQ Presentation: Eric Evans on DDD - Strategic Design

Community
Architecture
Topics
Object Oriented Design,
Language,
Design,
Modeling

In this talk, Eric Evans introduces two broad principles for strategic design. 'Context mapping' addresses the fact that different groups model differently and 'Core domain' distills a shared vision of the system's core domain and provides a systematic guide to when good enough is good enough versus when to push for excellence.

InfoQ Presentation: Eric Evans on Domain Driven Design - Putting the Model to Work

Community
Architecture
Topics
Object Oriented Design,
Language,
Design,
Modeling

Why bother with models? Eric Evans explains that the most critical complexity of most software projects is understanding the business domain itself. In this talk Evans talks about the foundations of Domain-Driven Design and how to make a domain model truly pull its weight and positively transform a project.

Presentation: Architecture Evaluation in Practice

Community
Architecture
Topics
Delivering Quality,
Enterprise Architecture

Dragos Manolescu shares insights gained from growing ThoughtWorks' architecture evaluation practice and evaluating several architectures for Global 1000 companies. These insights aim at preparing people interested in commissioning, managing, performing, participating in, or analyzing the results of architecture evaluation to tackle the realities of the front line.

Interviews about JAOO Conference

JAOO Panel: Who will Develop Software in 10 Years?

Community
Architecture
Topics
Business,
Events,
Open Source,
Grid Computing

Martin Fowler, Frank Buschmann, Steve Cook, Jimmy Nilsson, and Dave Thomas discuss the future of software development. Topics covered include outsourcing, is Google the next MS?, multi-core & parallism, grid computing, software stacks of the future, and more. A thoroughly thought-provoking panel! JAOO is producing the QCon event.

Ivar Jacobson

Ivar Jacobson on UML, MDA, and the future of methodologies

Community
Java,
Agile
Topics
Artifacts & Tools,
Methodologies

Ivar Jacobson, one of the founders of UML, RUP, use cases, introduces his vision for a next generation development methodology that is both agile yet large like UP, by having humans collaborate with 'Intelligent Agents'. Ivar also talks about his views on UML, MDA, AOP, and the future. Recorded at JAOO (jaoo.dk).

Presentations about JAOO Conference

Domain-Driven Design and Domain Specific Languages

Community
Architecture
Topics
Domain Specific Languages,
Domain Driven Design

In DDD, the "ubiquitous language" is central, but it's richness and fluency is hard to render in the object-oriented medium. Domain-specific languages hold out the prospect of to express models and application logic in far better suited language. In this presentation, Eric Evans talks about how DDD and DSLs works together in complex business applications.

The Power of Javascript

Community
Ruby
Topics
Language Design,
Javascript,
Language,
Dynamic Languages,
Programming

Glenn Vanderburg makes the case for Javascript, a language long overlooked. This presentation from JAOO 2007 shows how its OOP model and other language features make it a very powerful tool and how to use these features to get the most out of the language.

Scala: Bringing Future Languages to the JVM

Community
Java
Topics
Domain Specific Languages,
Language

In this presentation, Lex Spoon discusses the Scala programming language. Topics covered include the origin of Scala, the philosophy behind Scala, the Scala feature set, Object-Oriented and Functional programming in Scala, examples of Scala code, writing DSLs, how Scala is converted into Java, Scala performance, Abstract Data Types, unapply, actors and partial functions.