Eclipse/Java 相当于 Microsoft ASP.NET 模型视图控制框架
有谁知道是否有任何与 Microsoft 的 ASP.NET 模型视图控制框架与 Visual Studio/C# 相同但适用于 Java 的 Eclipse 的等效项?
或者换句话说,人们可以使用 MS Visual Studio 和 ASP.NET MVC 在 C# 中构建网站,对于使用 Eclipse IDE 的 Java 是否有类似的东西?
我已经积累了有关 Java 和 Eclipse IDE 的丰富知识,创建了一些我想利用的 Android 应用程序,现在我需要将注意力转向 Web 应用程序,并且我想继续使用 Java 和 Eclipse IDE。干杯!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有一堆。我会查看玩!
但也有:Apache Wicket、Spring MVC 和其他一些。
还有一个版本 玩吧!对于 Scala,如果您打算从 Java 升级到 Scala,这是一个奖励有一天。
还有一个类似的问题,这里有更详细的答案:
现在选择 Java Web 框架吗?
There are a bunch. I'd check out Play!
but there are also: Apache Wicket, Spring MVC and some others.
There is also a version of Play! for Scala which is a bonus if you intend on moving up from Java to Scala one day.
There is also a similar question with a more detailed answer here:
Choosing a Java Web Framework now?
Spring MVC 值得一看。 Spring 远远超出了“仅仅”MVC,它具有用于 DB、JMS 的 API,并且加载了更多内容,如果您只是热衷于掌握 MVC 平台,这可能会有点令人反感,但可以说这是值得的。
http://static.springsource.org/spring /docs/current/spring-framework-reference/html/mvc.html
http://static.springsource.org/docs/Spring-MVC-step-by-step/
Spring MVC is worth a look. Spring goes way beyond "just" MVC, with APIS for DB, JMS, and loads more, which may be a little offputting if you're just keen to get to grips with an MVC platform, but it's arguably worth it.
http://static.springsource.org/spring/docs/current/spring-framework-reference/html/mvc.html
http://static.springsource.org/docs/Spring-MVC-step-by-step/
是的,有很多。你的问题实际上是太多了。缩小列表范围可能是一个挑战。每个人都有自己的最爱(我的是 Apache Tapestry,因为它实际上用起来很有趣,而且非常强大)。
我的建议是选择 3 或 4 个(我会选择 Tapestry、GWT、Spring MVC 和 Wicket),然后花几天时间学习它们每个提供的介绍性教程。您很快就会知道哪一种适合您,并且您将根据自己的经验而不是陌生人措辞强硬的意见做出决定。
Yes, there are a lot of them. Your problem is that there are too many, actually. Narrowing down the list can be a challenge. Everybody has their favorites (mine is Apache Tapestry, because it's actually fun to use, and very powerful).
My recommendation is to pick 3 or 4 (I'd go with Tapestry, GWT, Spring MVC and Wicket), and then spend a couple days working through the introductory tutorial that each of them offers. You'll soon know which one feels right to you, and you'll be basing your decision on your own experience rather than the strongly-worded opinions of strangers.
Tapestry 或 Wicket值得一试。
Tapestry or Wicket is worth trying.