Which frameworks can I use with Google GWT for develop a web app?

huangapple go评论67阅读模式
英文:

Which frameworks can I use with Google GWT for develop a web app?

问题

我想使用GWT创建一个Web应用程序。
该应用程序将访问MYSQL数据库以获取用户信息和其他信息。
在与Google GWT一起使用时,可以使用哪些框架来处理:数据库访问、表单验证、访问控制(注册、登录)、发送电子邮件等?

英文:

I want to make a web application with GWT.
The application will have a access to MYSQL database for obtain users informations and other.
Which frameworks can I use with Google GWT for handle: database access, form validations, accesses control(signup, login), send of email,etc. ?

答案1

得分: 1

开始开发之前,你应该首先创建一个构件。你可以使用:

如果你不想自己创建小部件,可以看一下Domino-UI

要与服务器通信,我建议使用:Domino-Rest

对于客户端应用程序,我会选择使用Nalu。(免责声明:我是Nalu的作者)

在服务器端,我会选择使用Spring Boot。你可以生成一个演示项目,该项目使用SpringBoot或Tomcat/Jetty与Nalu和Domino-UI一起使用,详情请参阅这里

这里有许多关于GWT开发和资源的链接。

如果你有任何问题,可以在GWT Gitter聊天室中提问。

英文:

To start the development you should first create an artifact. You can use:

If you do not want to create the widgets by yourself, you should take a look at Domino-UI.

To communicate with the server, I would go with: Domino-Rest.

For the client application I would go with Nalu. (Disclaimer: I am the author of Nalu)

On the server side, I would go with Spring Boot. You can generate a demo project which uses SpringBoot or Tomcat/Jetty with Nalu and Domino-UI here.

Here you will find a lot of links about GWT development and resources.

If you have any questions, the GWT Gitter room is a good place to ask.

huangapple
  • 本文由 发表于 2020年9月25日 22:24:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/64066017.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定