conférence java
 
About The Seminar
Venue
Speakers
Agenda / Videos
Registration
Sponsors
Partners
Press
Contact Us
 
 

What's Next : New and ermerging technologies around Java

  What's Next : Agenda  
  

Watch the conference !

ElasticSearch - A Distributed Search Engine

http://www.infoq.com/presentations/ElasticSearch

SQLFire: Scalable SQL instead of NoSQL

http://www.infoq.com/presentations/SQLFire-Scalable-SQL-instead-of-NoSQL

Building Scalable Systems: an Asynchronous Approach

http://www.infoq.com/presentations/Building-Scalable-Systems-Asynchronous-Approach

Orion: Software Development in the Browser

http://www.infoq.com/presentations/Orion

A Brief History of the (Java) World and a Peek Forward

http://www.infoq.com/presentations/A-Brief-History-of-the-Java-World

Architecting user-experiences

What's Next in Continuous Integration?

http://www.infoq.com/presentations/Whats-Next-in-Continuous-Integration

Enterprise Apps in 2011 and Beyond

http://www.infoq.com/presentations/Enterprise-Apps-in-2011-and-Beyond

Above the Clouds: Introducing Akka

http://www.infoq.com/presentations/Introducing-Akka

Clojure: Towards The Essence Of Programming

http://www.infoq.com/presentations/Clojure-Towards-The-Essence-Of-Programming

Do You Really Get Memory?

http://www.infoq.com/presentations/Do-You-Really-Get-Memory

WebSockets: The Web Communication Revolution

http://www.infoq.com/presentations/WebSockets-The-Web-Communication-Revolution

Technical feedbacks

Adrian Colyer keynote : Challenges in Development and Deployment and Spring's response

http://blog.zenika.com/index.php?post/2011/05/29/What-s-next-%3A-Keynote-d-Adrian-Colyer

Do you really get memory ? by Jevgeni Kabanov

http://blog.zenika.com/index.php?post/2011/06/07/Do-you-really-get-memory-Jevgeni-Kabanov?fg=50032

SQLFire by Jags Ramnarayan

http://blog.zenika.com/index.php?post/2011/05/31/What-s-next-%3A-Keynote-de-Jags-Ramnarayan

Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors by Jonas Bonér

http://blog.zenika.com/index.php?post/2011/06/13/What-s-next-%3A-Pr%C3%A9sentation-de-la-biblioth%C3%A8que-Akka-par-Jonas-Bon%C3%A9r

Orion: Software Development in the Browser par Boris Bokowski

http://blog.zenika.com/index.php?post/2011/06/13/whats-next-orion-software-development-in-browser-boris-bokowski?fg=50032

 


java man walk

26 May

08:30 - 09:45 Registration
09:45 - 10:15 Welcome - Zenika
10:15 - 11:45 Adrian Colyer
Enterprise Applications in 2011: Challenges in Development and Deployment, and Spring's response
11:45- 12:00 Break
12:00 - 13:00 Boris Bokowski
Introducing Orion: Embracing the Web for Software Development Tooling
13:00 - 14:00 Lunch
14:00 - 15:00 Howard Lewis Ship
Towards the Essence of Programming
15:05- 16:05 Jevgeni Kabanov
Do you really get memory?
16:05- 16:35 Break
16:35 - 17:35 Jags Ramnarayan
SQLFabric - Scalable SQL instead of NoSQL
17:40 - 18:40 Brad Drysdale
HTML5 WebSockets : the Web Communication revolution, making the impossible possible
18:40 - 20:40 Atlassian Party!
java man walk

27 May

08:30 - 09:30 Registration
09:30 - 11:00 Neal Gafter
11:00 - 11:15 Break
11:15 - 12:15 Rob Harrop
Multi-Platform Messaging with RabbitMQ
12:15 - 13:15 Lunch
13:15 - 14:15 Theo Schlossnagle
Service Decoupling in Carrier-Class Architectures
14:20 - 15:20
Michaël Chaize
Architecting user-experiences
15:25 - 16:25 Jonas Bonér
Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors
16:25 - 16:55 Break : iPad lottery
16:55 - 17:55 Shay Banon
ElasticSearch - A Distributed Search Engine
18:00 - 19:00 Kohsuke Kawaguchi
Taking Continuous Integration to the next level with Jenkins




Adrian Colyer

Enterprise Applications in 2011: Challenges in Development and Deployment, and Spring's response

Enterprise application developers face a new set of challenges building applications that integrate with social media, can be accessed from a rich set of device types, can work with both relational and non-relational data stores, can scale in response to large fluctuations in demand, and can be deployed to a diverse range of environments including cloud/platform-as-a-service (PaaS). At the same time, enterprises are seeking to dramatically reduce the time to market for new features and applications. Companies are looking to platform-as-a-service based offerings - both within the enterprise and external - to address these needs. The dynamic environment of a PaaS places a new set of requirements on the middleware components that support applications running there.

In this session, Adrian Colyer will describe advances being made in the Spring Framework and associated Spring projects to meet the needs of enterprise application development in 2011. We will also discuss the need for dynamically configurable, horizontally scalable middleware services to meet the needs of cloud and PaaS based applications, and give examples from the VMware vFabric Services of how this can be achieved. Finally we will also look at deployment options for Spring applications in 2011, covering the VMforce and Google App Engine collaborations.

Neal Gafter

It is an exciting time for Java. Although it has been years since there have been real changes in the language and core libraries, the politics have changed since Oracle took control of Java and there are now many interesting changes planned for the upcoming versions.

Boris Bokowski

Introducing Orion: Embracing the Web for Software Development Tooling

Eclipse is embarking on a journey towards web-based development tooling with a new effort called 'Orion'. The goal of Orion is to build developer tooling that works in the browser, at web scale. This talk will demo the current state of Orion, and explain the vision of moving software development to the web as a web experience, by enabling open tool integration through HTTP and REST, JSON, OAuth, OpenID, and others. The idea is to exploit internet design principles throughout, instead of trying to bring existing desktop IDE concepts to the browser. See http://wiki.eclipse.org/Orion for more information about Orion.

Jonas Bonér

Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors

We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction. Akka is here to change that. Akka is using the Actor Model together with Software Transactional Memory (STM) to raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. For fault-tolerance it adopts the "Let it crash" model which have been used with great success in the Telecom industry to build applications that self-heal, systems that never stop. Akka's Remote Actors, together with the Clustering module, provides the abstraction for transparent distribution, adaptive automatic load-balancing and cluster rebalancing, replication and is the basis for truly scalable and fault-tolerant applications. In this talk you will learn what Akka is, how it can be used to solve hard problems and the ideas behind its design and implementation. Akka is available at http://akka.io

Brad Drysdale

HTML5 WebSockets - the Web Communication revolution, making the impossible, possible

HTML5 WebSockets is rapidly becoming the standard for better connecting business data with Web-based clients, and also for Web and Cloud enabling parts of the business that perhaps today are not taking advantage of these trends. However the vision for WebSockets is vastly bigger than this. What today constitutes the best choice for delivering low-latency, real time data to Rich Internet Applications is now also proving to be the new standard communication technology for all Web interaction going forward. With the limitations of HTTP lifted, what sorts of applications can now be built? What new ways can you best connect your business with your customers over the Web, Cloud or Mobile with low latency and high scale? Come to this session to hear about how WebSocket technology is delivering on the dreams of many large organisations as they better serve their customers demands for business data over the Web, and hear about some of the revolutionary things that were once deemed impossible, made possible.

Rob Harrop

Multi-Platform Messaging with RabbitMQ

With the increasing popularity of both cloud computing and polyglot programming, more and more developers are working in environments that are both multi-language and multi-platform. Of course, with many languages and many different deployment contexts, communication between system components can be problematic. Efficient communication between components requires agreement on payload formats, communication protocols and, for developer sanity, sophisticated language bindings. Thankfully, messaging systems such as RabbitMQ provide the perfect solution. RabbitMQ is a popular, open-source, multi-protocol messaging broker with bindings for many popular languages.
In this talk, Rob Harrop, a senior RabbitMQ team member, will explore some of the options that RabbitMQ provides for multi-platform messaging.
Attendees will learn how to access RabbitMQ from a variety of languages including Java, Python, Ruby and Erlang, using different protocols including AMQP and STOMP, and from different environments, including in-browser messaging using WebSockets.

Jevgeni Kabanov

Do you really get memory?

That's a stupid question, isn't it? Memory is just where you keep things. Nevertheless the majority of of performance problems I have seen were in the end connected to memory issues. In modern computers memory is a complex multi-layered thing affected by the hardware, operating system and the JVM. And considering that it's shared among multiple CPUs we get a lot of classical distributed problems without an actual network anywhere in sight.

You should attend this talk if any of the following questions give you pause:
  • How slow is memory?
  • What does volatile really do?
  • How pagefaults happen and what do they mean?
  • Why swapfile and Java don't work together well?
  • Why GC doesn't scale well (so far)?
  • What good alternatives to Java Memory Model are there?
To answer those questions I'll build a simple CPU model in Java to illustrate some of the concepts and do live simulations for the rest. As a bonus I'll also talk about some improvements in the modern hardware and what it could mean for the next generation JVM.

Kohsuke Kawaguchi

Taking Continuous Integration to the next level with Jenkins

Continuous Integration (CI) has been widely adopted over the past several years, and many development teams now embrace regular automated builds and tests into their development model. And Jenkins, a very popular open-source CI server, has helped people achieve this. At the same time, beyond those that we consider "basics", we are discovering that there's a lot of emerging trends in our industry that mesh very well with CI, and sophisticated users are starting to take advantage of those. Therefore, in this talk, true to the name of the conference, I'll discuss what's next in CI.

One of such trends is the adoption of virtualization and cloud platforms, which brings us substantial automation on things that we couldn't automate before, and this works very well with CI in multiple levels. The saturation of single system performance and shift to horizontal scaling also creates a demand for a system like Jenkins, which lets you utilize a larger number of computers effortlessly. Then there's the rise of distributed version control system, which allows CI servers to act in ways that further offload developers, not to mention the rise of quality analysis software which helps your software development from another angle.

Those emerging frontiers of CI would hopefully convince you why you should invest in automation in software development!

Howard Lewis Ship

Towards the Essence of Programming

What is the essence of programming? How close do popular languages such as Java bring you towards that essence? In this session, we'll discuss Clojure, a language for the Java Virtual Machine that builds on a 40+ year history of Lisp: the programming language that's also a programming language toolkit. Clojure combines the best features of Lisp with the breadth and power of the Java Virtual Machine and the Java infrastructure; it allows you to build expressive, beautiful code … without sacrificing any of Java's processing power. Once you embrace Clojure's odd (to our eyes) syntax, you'll find that its interoperability with Java, its pragmatic approach to functional programming, and its advanced concurrency capabilities are all easily approachable. Clojure turns traditional object-oriented programming on its head: separating data from the functions that operate on that data, with the end result being more concise, more performant, more testable, more readable code: code that gets to the essence of programming.

Jags Ramnarayan

SQLFabric - Scalable SQL instead of NoSQL

There is quite a bit of buzz these days on "NoSQL" databases - essentially distributed data stores that offer scalability and high levels of availability through data partitioning and relaxing the consistency semantics in traditional SQL databases. The lack of transactions and support for SQL (which we believe is a rich, easily understood query model) has been a problem for many to adopt these solutions.

This talk presents, SQLFabric, a distributed SQL data management solution that melds Apache Derby (borrowing SQL drivers, parsing and some aspects of the engine) and an object data grid (GemFire) to offer a horizontally scalable, memory oriented data management system where developers can continue to use SQL. We focus on new primitives that extend the well known SQL Data definition syntax for data partitioning and replication strategies but leaving the "select" and data manipulation part of SQL intact so it only minimally intrusive to your application.

Theo Schlossnagle

Service Decoupling in Carrier-Class Architectures

Building highly scalable systems means compromise. That compromise can take many forms, but one common and useful compromise is synchronicity.

It is unrealistic (today) to transcode an uploaded video into all supported video codecs during the upload process. Instead, it is typical to upload the video in one step and inform the user that transcoding is happening "behind the scenes." This is a simple example of service decoupling.

Extremely large architectures can require service decoupling on a micro transaction level. Anytime the outcome of an job happens at some arbitrary time in the future many challenges arise.

In this session we'll discuss the pros and cons of decoupling services and frame the engineering decision: "should I decouple?" We will also discuss basic instrumenation required to successfully operate a highly decoupled architecture.

Michaël
Chaize

Architecting user-experiences

With the rise of a wide range of Internet connected devices, a new class of application is emerging to work across multiple kinds of devices. Developers are now faced with new challenges to provide the most engaging user experiences on any screen. New device input methods like touch and gestures require developers to rethink interaction models. Screen size constraints also require developers to optimize real estate usage. With so many different mediums for delivering rich Internet applications code, reuse becomes incredibly important. Michaël Chaize will present how Java developers can leverage the new Flex 4.5 framework to solve this actual challenge. One codebase and one language to target Android, iOS and PlayBook devices.


Architecting user-experiences part 1 Architecting user-experiences part 2
Architecting user-experiences part 3 Architecting user-experiences part 4


Adobe Flex sur iPad, by Programmez.com

Lien vidéo Programmez.com : http://www.programmez.com/actualites.php?id_actu=9826&xtor=EPR-144




Shay Banon

ElasticSearch - A Distributed Search Engine

In this talk, we will go through a short introduction to ElasticSearch, and then deep dive into its distributed nature, its cloud "readiness", and samples of how some of its powerful features like facets and percolator can be used.

 
   
  All Rights Reserved