- When: August 10, 11:30-12:40
- Where: Oklahoma City Coworking Collaborative (see Meeting location)
- Speaker: Ryan Hoegg
- Topic: Distributed Computing with Apache Hadoop
Agenda
- 11:30 am – Welcome Announcements
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
Some of today’s internet software serves millions of users and uses petabytes of data. NoSQL databases and MapReduce algorithms help us make use of large numbers of servers in different locations to manage this data and serve these users. Apache Hadoop provides “open source software for reliable, scalable, distributed computing”. Some companies using it are Amazon, EBay, Facebook, Hulu, LinkedIn, Twitter, and Yahoo.
I will give an overview of the Hadoop suite, review a sample java application using some of the technology, and entertain questions and discussion.
- When: June 8, 11:30-12:40
- Where: Oklahoma City Coworking Collaborative (see Meeting location)
- Speaker: Kenyatta Clark
- Topic: Spring Roo: An Introduction
Agenda
- 11:30 am – Welcome Announcements
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
Spring Roo is an exciting new rapid application development framework. It slices and dices and packs all the punches of frameworks like Rails and Grails but the end result is pure Java. In this presentation, we will be discussing what Spring Roo is and demonstrate it’s how it can be used to trim your development time and make your code more readable.
Agenda
- 11:30 am – Welcome Announcements
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
The Apache Maven Project is a software project management and comprehension tool. It has introduced a greatly simplified the build process and stresses Convention versus Configuration. Maven defines projects via a Project Object Module and uses that information for automated builds and deployments. It is highly extensible via plugins, but performs most common build tasks straight out of the box. This presentation will perform a high level demo of Maven, then will discuss the new Maven 3.0 beta release.