O’Reilly Open Source Convention 2011

O’Reilly is celebrating the release of Java 7, is strong and healthy, one of the primary reasons for our creation of OSCON Java. O’Reilly Open Source Convention 2011 is with seven Java projects that changed the world and celebrating a decade of game-changing Java software, Ubergizmo is a media partner of OSCON 2011……………

 

With over 20 tracks and hundreds of sessions, you’ll find a wealth of leading-edge information on open source languages and platforms, with practical tutorials, inspirational keynote presentations, a jam-packed Expo Hall, fun networking events and activities, and the best hallway track around. OSCON 2011 is held on July 25-29, 2011 at the Oregon Convention Center in Portland, Oregon to share their expertise and experience, explore new ideas and inspire each other. Learn first-hand how new developments in open source are shaping the future. Challenge your assumptions, fire up your imagination, and kick your brain into high gear. For 13 years, OSCON, the O’Reilly Open Source Convention, has put open source to work building the future. OSCON’s program encompasses 20 tracks to explore all things open source. New tracks have been added to OSCON this year, including Business, Citizen Science, Cloud Computing, Community, Education, Geek Lifestyle, Open Data, Programming and Emerging Languages, Government, Javascript & HTML5, Mobile Platforms, Open Hardware, Operations & System Administration, Perl, PHP, Python, Ruby, Tools and Techniques while Healthcare returns for its second year.

 

OSCON Java and OSCON Data, two new distinct events co-located with OSCON, debuting on July 25-27. OSCON Java combines Java and open source to take on the tech world’s juiciest challenges—in cloud computing, big data, mobile, and more. OSCON Java tracks include Client, Cloud, Craftsmanship, JVM and Trends. At OSCON Data, learn about the open source technologies for gathering, storing, and analyzing data that make it possible to use new data sources and do new things with existing data. OSCON Data tracks include Analytics and Visualization, Hadoop, NoSQL Databases, Real-Time and Streaming, Relational and Roulette. In below you find the 7 Java projects that changed the world :

JUnit

Ported to Java by Kent Beck and Erich Gamma from Beck’s work in unit testing in Smalltalk, JUnithas been largely responsible for popularizing test-driven development over the last decade. Many implementations have been created, in .NET, C, Python, Perl and just about every language in popular use.

Eclipse

As Java and its APIs matured in the early 2000s, the Eclipse IDE provided a way for programmers to be productive and negotiate the growing Java ecosystem. Eclipse was also the first major project to use the SWT UI toolkit, providing important competition to Sun’s Swing and showing that Java programs can provide a rich native interface. Eclipse has evolved toward a goal of being a universal IDE, and it now provides a rich foundation for platform vendors to integrate with.

Spring

The Spring Framework has played an important role in enabling Java developers to be productive, managing a balance between simplicity and features. Spring gives Java developers a set of services providing commonly used application functionality such as data access and transaction management. As a competitor to Sun’s Enterprise Java Beans system, Spring enabled an alternative and simpler path for Java applications, as well as ensuring a healthy competition of ideas in the way Java applications are constructed.

Solr

The Solr server, and the Lucene search engine it encapsulates, has been for many years a simple and practical solution to providing search capabilities to web and enterprise applications. Solr’s genius is in providing HTTP access to the powerful and fast Lucene search library, enabling it to become a part of any system, regardless of whether it is implemented in Java or not. More than any other project, Solr has ensured that good search is a checkbox item for modern web applications.

Hudson and Jenkins

Originally developed as Hudson, and now also as Jenkins, this continuous integration tool is a key part of a Java development setup. Jenkins provides automated build and testing of a software project, continuing in the footsteps of JUnit in enabling agile development on the Java platform. While both Hudson and Jenkins persist for now as forks of each other, it doesn’t detract from the work of Kohsuke Kawaguchi in creating a world-class continuous integration platform and so enhancing the quality of much Java development.

Hadoop

This Java implementation of the famous MapReduce model is the powerhouse that has enabled most “big data” systems. By lowering the cost of extracting value from large data sets, Hadoop has made practical the personalization and advertising businesses of Facebook and Yahoo, and many other companies. In the same way that Linux enabled large websites to be built on cheap hardware, Hadoop enables large-scale distributed computing by handling failure at the software level. Both Hadoop and the above-mentioned Lucene are the product of the work of Doug Cutting.

Android

Controversy is never that far from Java, whether the custodian be Sun or Oracle. Google’s choice to use Java as the programming language for its massively popular Android mobile operating system has led to a renewed interest in the language from whole new communities of software developers. Android programs undergo a further step to convert JVM bytecode to Dalvik bytecode — Dalvik being a virtual machine optimized for mobile devices. Google has been able to leverage Eclipse to provide software developers with a mature development environment for creating Android applications.

 

Sources: (1),(2)


Leave a Reply