aspose file tools
The moose likes Java in General and the fly likes Please suggest a technology stack for my hobby project... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Please suggest a technology stack for my hobby project..." Watch "Please suggest a technology stack for my hobby project..." New topic
Author

Please suggest a technology stack for my hobby project...

James Elsey
Ranch Hand

Joined: Dec 21, 2007
Posts: 228

Hi folks,

I'm brainstorming ideas for a technology stack for a hobby project I'll do in my own time, and could do with some help.

I want to create a fitness site that lets you track routines / routes etc, and I also plan to create an android app that exposes some features, such as looking at your profile and logging new routes.

Ultimately, for the web part I'd like to use Spring MVC, with JSPs for views, as from what I can tell its a rather industry standard piece of kit, and also a good thing to learn and have on the CV.

My question is, what technologies can I use to expose some features out to android? My initial thoughts is to use RESTful web services. Is spring capable of doing this or do I need to tie in another framework such as RESTlet?

Some other things that I have on my list for research are : JSTL, hibernate, Google accounts (for logins), social integration (FB/Twitter), and Google App Engine (since its probably the only half decent free J2EE hosting)

Any advice?


Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2925
    
  15

You can have a look at: Cloud Foundry and Heroku for cloud based hosting options.


Mohamed Sanaulla | My Blog
Saifuddin Merchant
Ranch Hand

Joined: Feb 08, 2009
Posts: 576

Mohamed Sanaulla wrote:You can have a look at: Cloud Foundry and Heroku for cloud based hosting options.


Cool options! Pretty good info Mohamed


Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Please suggest a technology stack for my hobby project...
 
Similar Threads
Google Android Development in your Country
Testing simulation
Android Hope
Android and Google App Engine
To Jonathan Lehr