Recommended Java framework for Google App Engine?

I am new to google appengine and java webprogramming (jsp / servlets / frameworks) (not for web programming or java). I was wondering if appengine supports java frameworks, and if so, which ones can I recommend? Are there frameworks that support authentication?

thanks

+3
source share
3 answers

A Google employee contacted the following mailing list information :

Although we do not support the entire Java EE specification, many of its individual components are supported. These include:

  • Java Data Objects (JDO) - notes
  • Java Persistence API (JPA) - notes
  • Java Server Faces (JSF) 1.1 - 2.0
  • Java (JSP) + JSTL
  • API Java Servlet 2.4 -
  • JavaBeans ™ (JAF)
  • Java XML (JAXB)
  • API Java - XML (JAX-WS)
  • JavaMail -
  • API XML, DOM, SAX XSLT
+8

Gaelyk - , , GAE. Java, Groovy framework. , Groovy Java, , Java, . , , Gaelyk, / Java ( ), Groovy / Groovy, Java.

Groovy - Gaelyk. , Groovy -.

+2

Jello-framework is the new Java platform for the Google App Engine. According to this site, it is a comprehensive Java infrastructure that includes a complete data authorization model, a powerful RESTful mechanism, and ready-made user interface representations.

+2
source

Source: https://habr.com/ru/post/1721890/


All Articles