Tuesday, March 27, 2012

Tampa JUG ProjectOne



ProjectOne 
ProjectOne is designed to foster member hands-on involvement by allowing them to create a simple Blogger client for the Tampa JUG website. There is no restriction on the type of clients that you can build. The only requirement is that it uses a JVM technology somewhere. For instance, your client can be a Java console-based, a Grails web application, an Android mobile app, or an Eclipse RCP, etc. the sky is the limit.
Detail at - http://code.google.com/p/tampajug-project-one/ 


Participate

So, you have an idea a blog reader, here is how to get started and participate:
  • First, send email to Vladimir Vivien so you can get added to the project repository.
  • Wait for notification that you have been added to the project.
  • Create a local git repository by cloning https://code.google.com/p/tampajug-project-one/
  • Find appropriate sub-directory that matches the type of blog client you will create (i.e. Android goes in native-mobile-client).
  • Create a directory using firstname-lastname (i.e. vladimir-vivien)
  • Place your project in that directory.
  • Also, include a README.txt file in your directory to explain how to build your project.

Build

For ProjectOne, you must build a Blogger client using any combination of technologies that originate on the JVM (language, runtime, etc). Google Blogger provides an extensive set of API to create and manage blog content on Blogger. To keep things simple, we will only use a small portion of the API to simply pull content from the Tampa JUG web site which is running on Blogger.
The Blogger client you create must present a list of blog entries and the ability to select and display an entry. Google provides APIs to access Blogger data as either GData (XML feed format) or JSON. You can use either one to access the blog data. The GData Java library seems rich enough to make it a good choice.
Here are some links you will find helpful to build your code:
  • https://developers.google.com/blogger/ - Google Developers Blogger Page
  • https://developers.google.com/blogger/docs/2.0/developers_guide_java - Developer Guide
  • https://code.google.com/apis/gdata/docs/developers-guide.html - Google GData Guide
  • http://code.google.com/p/gdata-java-client/ - GData Java Client Library
  • https://developers.google.com/blogger/docs/2.0/json/getting_started - Blogger JSON API

Share

One of the main goal of this project is to encourage member participation. Anyone with a good idea or want to try something new is welcome. Once you have built your master piece, you will have a chance to share your work with the rest of the group. In April (or May), we will have a special Tampa JUG meeting where you can present and talk about your implementation. As projects are submitted, they will also be featured on this web page so the authors can share their creation with the rest of the world.

New Direction for 2012


Last year and earlier this year, we announced that there were going to be some changes in the format of the group.  While we took a break last month, this month, we are introducing two main changes that will impact the philosophy and how the group functions moving forward.

Tampa JUG => Tampa Jvm User Group 
Due to the recent advancements in languages and technologies based on the Java Virtual Machine, it is no longer enough to focus the group on Java the language.  Therefore, we are announcing that Tampa JUG will now stand for the Tampa Jvm Group.  This shift in philosophy frees the group to be able to address topics that goes beyond Java the language and embraces any technology that originates on the Java Virtual Machine.

Tampa JUG Coding Projects
Another fundamental change we are introducing this year are the "Tampa JUG Coding Projects".  In the past, the group became dormant in between monthly presentation.  If there's no presentation, it's almost as if the group cease to exist.  That is why we are introducing the coding projects.  They are a way to foster further member involvements in the group even when there is no presentation announced.  The first coding project is called, creatively enough, ProjectOne and will be announced shortly.  We will have more coding project later this year, so stay tuned.

If you have suggestions for the group, please let us hear it.