SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
8 rules to build web app on
 top of Google AppEngine
         effectively
        Lessons learned




            www.comvai.com
Google App Engine



• Keep in mind Google AppEngine supports
  subset of Java EE specifications. Check at
  http://code.google.com/p/googleappengine/wiki/W



                  www.comvai.com
1. Design Data model as simple as
                possible
•   The App Engine Datastore is not traditional relational SQL database and
    there are several important differences.

•   AppEngine datastore is schemaless. Entities of the same kind can have
    different properties. The application itself is responsible for ensuring that
    entities conform to it.

•   If you want to migrate your existing data model to App Engine you will
    probably need it to redesign.

•   Data-model consistency will be split to the data-model and application.

•   Check app engine datastore limitations to understand it. It gives you better
    overview regarding your future data-model design.
    http://code.google.com/appengine/articles/datastore/overview.html
                                   www.comvai.com
How to
•   Use recommended High Replication Datastore HRD.

•   Use Objectify with JPA annotations over built-in JPA or JDO.

•   Prefer to use unowned relationships between entities.

•   Forget about count entities over filtered query result. Design your UI so
    that count is not being required.

•   If you need statistic calculations, do it on entity update.

•   Note: Building data model on top of built-in either JPA or JDO doesn't
    guarantee that application will be vendor independent because of different
    behavior of AppEngine datastore in some cases. Even it doesn't mean that's
    not possible to do so just requires understanding of AppEngine datastore
    behavior.
                                   www.comvai.com
2. Handle your data model via non
     default version of your GAE app



•   The AppEngine allows you to deploy more than one non default version of
    your application. Deploy specifically designed application to perform update
    of your data model only as a non default version to be independent from
    your main application release cycle.




                                  www.comvai.com
3. Price shields tips

•   Use Appstats out of the box tool to detect datastore bottleneck. Just plug
    in. It helps you to find the hidden unnecessary datastore operations that are
    dragging you down.

•   Use memcache. Datastore operations costs money and caching of "static"
    data could save you from using unnecessary datastore operations.

•   Use as many static files as possible. Static files are handled with high
    performance static front-end servers (CDN) which are highly optimized for
    this type of content.

•   See more
    http://www.gregtracy.com/revisiting-google-app-engines-pricing-changes

                                  www.comvai.com
4. Improve cold startup time
•   AppEngine instances starts quite often thus cold startup time (known as
    well as warmup request, loading request) is more important than in
    traditional Java EE application. Good startup time improves user experience.

•   Minimize number of your application java library dependencies as much as
    possible. Make sure if all your libs are really needed. Otherwise it will slow
    your cold startup time down.

•   Don't use JSP if you are already using another Frontend framework

•   Using JSPs will add additional libraries into your lib directory that are used
    for processing of JSP.
    http://www.listry.com/blog/2010/03/google-app-engine-cold-start-tip-dont

•   Use Objectify over built-in JPA or JDO.
    http://www.listry.com/blog/2010/03/google-app-engine-cold-start-guide-for
                                   www.comvai.com
5. Prefer Google Guice as DI framework




•   It's simple, small in size and powerful library and you probably won't need
    more.




                                  www.comvai.com
6. Use GWT for your desktop like web
                app


•   GWT together with GAE offers lot of built-in technics to improve your
    web app performance. Built-in features coming as advice from the book
    High Performance Web Sites.

•   It's better to have only one framework for the UI even it means to build
    some components yourself. Among other things it means less dependencies
    and simplified upgrade process.




                                www.comvai.com
How to GWT


•   Use built-in optimization technics with help of GWT's ClientBundles.

•   ClientBundles and ImageResource makes using images more efficient.

•   CssResource for CSS minification, CSS image strips and much more, see
    docs for ClientBundles (DataResource, TextResource,
    ExternalTextResource).

•   Switch on minification and obfuscation of the Java-JavaScript compiler.




                                  www.comvai.com
How to GAE



•   Content Delivery Network CDN

•   Gzip compression

•   Memcache




                            www.comvai.com
7. Use GWT MVP pattern




•   It's not easy to work with but worth of time. GWT has built-in support for
    MVP pattern.




                                 www.comvai.com
Benefits

•   Well suited for large scale application.

•   Separation of functionality into components. Helps simplify UI unit testing.

•   Built-in browser history management. MVP is not concerned with browser
    history management, but Activities and Places may be used very well with
    MVP development.

•   Built-in event bus as a central point for app events.

•   Caching all of your code books via GWT event bus as a central pipe to go
    to the backend.


                                   www.comvai.com
8. Use Apache Wicket for website

•   The component based web framework. Version 1.5 or higher optimized for
    Google AppEngine

•   In Java ecosystem there is a lot of front-end frameworks thus to choose the
    right one depends on many varying factors. We like Apache Wicket because
    it's Java, feature rich component-oriented framework with good API. As
    version 1.5 it very well operates on App Engine. So it's up to you and your
    requirements but ones Apache Wicket is good fit for you we recommend it.

•   Add wicketstuff-gae-initializer dependency along side with wicket core
    dependencies

•   Alternative Play framework as it has specific module for App Engine.

                                 www.comvai.com
•   Visit http://www.comvai.com/google-app-engine-development and register
    yourself to get development of your Google AppEngine project's Proof of
    Concept for free.

•   Validate suitability of your project to be built on top of Google App Engine.




                                  www.comvai.com

Mais conteúdo relacionado

Destaque

tribune earnings_q3_05_tables
tribune  earnings_q3_05_tablestribune  earnings_q3_05_tables
tribune earnings_q3_05_tablesfinance47
 
Classic performance parts
Classic performance partsClassic performance parts
Classic performance partsCrish Mart
 
Glazer bus plan
Glazer bus planGlazer bus plan
Glazer bus planBFBootcamp
 
Pinche aqui
Pinche aquiPinche aqui
Pinche aquiRekerey
 
Greek terms in the poetics
Greek terms in the poeticsGreek terms in the poetics
Greek terms in the poeticsJahanzeb Jahan
 
Dss Presentation - Krystal
Dss Presentation - KrystalDss Presentation - Krystal
Dss Presentation - KrystalVita Kadile
 
Wie und warum Weblogs lesen?
Wie und warum Weblogs lesen?Wie und warum Weblogs lesen?
Wie und warum Weblogs lesen?TIB Hannover
 
SAAS Discontinued_v2 express scripts
SAAS Discontinued_v2  express scriptsSAAS Discontinued_v2  express scripts
SAAS Discontinued_v2 express scriptsfinance14
 
Brown - Hoofdstuk 8
Brown - Hoofdstuk 8Brown - Hoofdstuk 8
Brown - Hoofdstuk 8. .
 
Mobile Convention Amsterdam - Quote - Jonathan Ursem
Mobile Convention Amsterdam - Quote - Jonathan UrsemMobile Convention Amsterdam - Quote - Jonathan Ursem
Mobile Convention Amsterdam - Quote - Jonathan UrsemMobileConventionAmsterdam
 
Introduction of Design Tree
Introduction of Design TreeIntroduction of Design Tree
Introduction of Design TreeDesign Tree
 

Destaque (12)

tribune earnings_q3_05_tables
tribune  earnings_q3_05_tablestribune  earnings_q3_05_tables
tribune earnings_q3_05_tables
 
Classic performance parts
Classic performance partsClassic performance parts
Classic performance parts
 
Glazer bus plan
Glazer bus planGlazer bus plan
Glazer bus plan
 
Pinche aqui
Pinche aquiPinche aqui
Pinche aqui
 
Greek terms in the poetics
Greek terms in the poeticsGreek terms in the poetics
Greek terms in the poetics
 
Dss Presentation - Krystal
Dss Presentation - KrystalDss Presentation - Krystal
Dss Presentation - Krystal
 
Wie und warum Weblogs lesen?
Wie und warum Weblogs lesen?Wie und warum Weblogs lesen?
Wie und warum Weblogs lesen?
 
SAAS Discontinued_v2 express scripts
SAAS Discontinued_v2  express scriptsSAAS Discontinued_v2  express scripts
SAAS Discontinued_v2 express scripts
 
Brown - Hoofdstuk 8
Brown - Hoofdstuk 8Brown - Hoofdstuk 8
Brown - Hoofdstuk 8
 
JEAN PAUL SARTRE
JEAN PAUL SARTREJEAN PAUL SARTRE
JEAN PAUL SARTRE
 
Mobile Convention Amsterdam - Quote - Jonathan Ursem
Mobile Convention Amsterdam - Quote - Jonathan UrsemMobile Convention Amsterdam - Quote - Jonathan Ursem
Mobile Convention Amsterdam - Quote - Jonathan Ursem
 
Introduction of Design Tree
Introduction of Design TreeIntroduction of Design Tree
Introduction of Design Tree
 

Mais de Aurel Medvegy

Mais de Aurel Medvegy (20)

Web software development
Web software developmentWeb software development
Web software development
 
Web 2.0 development
Web 2.0 developmentWeb 2.0 development
Web 2.0 development
 
Make google app
Make google appMake google app
Make google app
 
Google webtools
Google webtoolsGoogle webtools
Google webtools
 
Google websites
Google websitesGoogle websites
Google websites
 
Google website applications
Google website applicationsGoogle website applications
Google website applications
 
Google web tools
Google web toolsGoogle web tools
Google web tools
 
Google web tools kit
Google web tools kitGoogle web tools kit
Google web tools kit
 
Google web software
Google web softwareGoogle web software
Google web software
 
Google web development
Google web developmentGoogle web development
Google web development
 
Google web code
Google web codeGoogle web code
Google web code
 
Google web 2.0
Google web 2.0Google web 2.0
Google web 2.0
 
Google sites development
Google sites developmentGoogle sites development
Google sites development
 
Google site development
Google site developmentGoogle site development
Google site development
 
Google development
Google developmentGoogle development
Google development
 
Google apps reseller
Google apps resellerGoogle apps reseller
Google apps reseller
 
Google apps development
Google apps developmentGoogle apps development
Google apps development
 
Google appps
Google apppsGoogle appps
Google appps
 
Google appengine
Google appengineGoogle appengine
Google appengine
 
Google appengine apps
Google appengine appsGoogle appengine apps
Google appengine apps
 

Último

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...Daniel Zivkovic
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding TeamAdam Moalla
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimizationarrow10202532yuvraj
 
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"DianaGray10
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Brian Pichman
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsSafe Software
 
The Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementThe Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementNuwan Dias
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostMatt Ray
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintMahmoud Rabie
 
Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Juan Carlos Gonzalez
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfinfogdgmi
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideIEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideHironori Washizaki
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5DianaGray10
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 

Último (20)

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization
 
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"
UiPath Clipboard AI: "A TIME Magazine Best Invention of 2023 Unveiled"
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
The Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementThe Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API Management
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership Blueprint
 
Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdf
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideIEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 

App engine domain

  • 1. 8 rules to build web app on top of Google AppEngine effectively Lessons learned www.comvai.com
  • 2. Google App Engine • Keep in mind Google AppEngine supports subset of Java EE specifications. Check at http://code.google.com/p/googleappengine/wiki/W www.comvai.com
  • 3. 1. Design Data model as simple as possible • The App Engine Datastore is not traditional relational SQL database and there are several important differences. • AppEngine datastore is schemaless. Entities of the same kind can have different properties. The application itself is responsible for ensuring that entities conform to it. • If you want to migrate your existing data model to App Engine you will probably need it to redesign. • Data-model consistency will be split to the data-model and application. • Check app engine datastore limitations to understand it. It gives you better overview regarding your future data-model design. http://code.google.com/appengine/articles/datastore/overview.html www.comvai.com
  • 4. How to • Use recommended High Replication Datastore HRD. • Use Objectify with JPA annotations over built-in JPA or JDO. • Prefer to use unowned relationships between entities. • Forget about count entities over filtered query result. Design your UI so that count is not being required. • If you need statistic calculations, do it on entity update. • Note: Building data model on top of built-in either JPA or JDO doesn't guarantee that application will be vendor independent because of different behavior of AppEngine datastore in some cases. Even it doesn't mean that's not possible to do so just requires understanding of AppEngine datastore behavior. www.comvai.com
  • 5. 2. Handle your data model via non default version of your GAE app • The AppEngine allows you to deploy more than one non default version of your application. Deploy specifically designed application to perform update of your data model only as a non default version to be independent from your main application release cycle. www.comvai.com
  • 6. 3. Price shields tips • Use Appstats out of the box tool to detect datastore bottleneck. Just plug in. It helps you to find the hidden unnecessary datastore operations that are dragging you down. • Use memcache. Datastore operations costs money and caching of "static" data could save you from using unnecessary datastore operations. • Use as many static files as possible. Static files are handled with high performance static front-end servers (CDN) which are highly optimized for this type of content. • See more http://www.gregtracy.com/revisiting-google-app-engines-pricing-changes www.comvai.com
  • 7. 4. Improve cold startup time • AppEngine instances starts quite often thus cold startup time (known as well as warmup request, loading request) is more important than in traditional Java EE application. Good startup time improves user experience. • Minimize number of your application java library dependencies as much as possible. Make sure if all your libs are really needed. Otherwise it will slow your cold startup time down. • Don't use JSP if you are already using another Frontend framework • Using JSPs will add additional libraries into your lib directory that are used for processing of JSP. http://www.listry.com/blog/2010/03/google-app-engine-cold-start-tip-dont • Use Objectify over built-in JPA or JDO. http://www.listry.com/blog/2010/03/google-app-engine-cold-start-guide-for www.comvai.com
  • 8. 5. Prefer Google Guice as DI framework • It's simple, small in size and powerful library and you probably won't need more. www.comvai.com
  • 9. 6. Use GWT for your desktop like web app • GWT together with GAE offers lot of built-in technics to improve your web app performance. Built-in features coming as advice from the book High Performance Web Sites. • It's better to have only one framework for the UI even it means to build some components yourself. Among other things it means less dependencies and simplified upgrade process. www.comvai.com
  • 10. How to GWT • Use built-in optimization technics with help of GWT's ClientBundles. • ClientBundles and ImageResource makes using images more efficient. • CssResource for CSS minification, CSS image strips and much more, see docs for ClientBundles (DataResource, TextResource, ExternalTextResource). • Switch on minification and obfuscation of the Java-JavaScript compiler. www.comvai.com
  • 11. How to GAE • Content Delivery Network CDN • Gzip compression • Memcache www.comvai.com
  • 12. 7. Use GWT MVP pattern • It's not easy to work with but worth of time. GWT has built-in support for MVP pattern. www.comvai.com
  • 13. Benefits • Well suited for large scale application. • Separation of functionality into components. Helps simplify UI unit testing. • Built-in browser history management. MVP is not concerned with browser history management, but Activities and Places may be used very well with MVP development. • Built-in event bus as a central point for app events. • Caching all of your code books via GWT event bus as a central pipe to go to the backend. www.comvai.com
  • 14. 8. Use Apache Wicket for website • The component based web framework. Version 1.5 or higher optimized for Google AppEngine • In Java ecosystem there is a lot of front-end frameworks thus to choose the right one depends on many varying factors. We like Apache Wicket because it's Java, feature rich component-oriented framework with good API. As version 1.5 it very well operates on App Engine. So it's up to you and your requirements but ones Apache Wicket is good fit for you we recommend it. • Add wicketstuff-gae-initializer dependency along side with wicket core dependencies • Alternative Play framework as it has specific module for App Engine. www.comvai.com
  • 15. Visit http://www.comvai.com/google-app-engine-development and register yourself to get development of your Google AppEngine project's Proof of Concept for free. • Validate suitability of your project to be built on top of Google App Engine. www.comvai.com