Best Design for a Facebook clone on GAE Java

Posted by charming30 on Stack Overflow See other posts from Stack Overflow or by charming30
Published on 2010-02-23T19:38:54Z Indexed on 2010/04/24 16:33 UTC
Read the original article Hit count: 331

Filed under:
|

My current App is written in Python on GAE which can do Contacts management, Genealogy, Social Networking, Photo sharing, Telecom Integration (SMS, iVRS, URL Billing), CRON and performs business logic operations for our Mobile Apps. Current Architecture indlues python, django, jquery, memcache and few telecom APIs.

Now, It feels that an SOA Architecture on GAE using Java would be really ideal and scalable for this kind of App where we want to build new features like widgets that users can turn on or off and third party developers can also develop and deploy features.

Please correct me or improve the following design decision:

  1. UI (Current plan is GWT)
  2. Sessions, Security and ACL (Spring MVC 2.x)
  3. Reusable Business Logic components (?)
  4. Implementation of Web Services (?)

Your advice would really help.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about java