We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
查看这本免费书籍:
另外在这里您可以找到一些很好的基本代码示例。
有关 Struts 1 与 Struts 2 的比较,请查看此。
Check this free book:
Also here you can find some good basic code examples.
For a Struts 1 vs. Struts 2 comparative, check this.
个人想法。 Jakarta Struts For Dummies 确实是新手的艺术品。
它使得从 jsp/servlet 到 struts 的转变变得如此容易;)
Personal opinion. Jakarta Struts For Dummies is really a piece of art from newbies.
It makes the shifting from jsp/servlet to struts so easy;)
我还没有读过具体的书,但我通常对 Manning 的书有很好的经验,所以我会推荐 Struts 2行动中。
另外,我通常建议直接从 Struts 2 开始,因为它比 1.x 版本有一些优势。 但是,如果您使用 Eclipse,我不知道有任何 Struts 2 插件。这对于新用户来说可能是个问题。 对于Netbeans,有这个,但我自己没有使用过。 对于 Struts 1.x,Eclipse 和 Netbeans 都有成熟的插件。
I haven't read the specific book, but I generally have good experience with Manning books, so I would recommend Struts 2 in Action.
Also, I would generally recommend to start directly from Struts 2 as it has some adantages over the 1.x versions. However, if you are using Eclipse, I am not aware of any plug-ins for Struts 2. This could be a problem for a new user. For Netbeans there is this, but I haven't used it myself. For Struts 1.x there are mature plug-ins both for Eclipse and Netbeans.
我也推荐struts 2。
我还推荐《Struts 2 in Action》一书。
Struts 2 Apache 网站 有很好的参考资料和大量教程,一旦你开始离开这本书。 使用该网站,并尽可能避免使用 RoseIndia。
I recommend struts 2 also.
The book Struts 2 in Action I also recommend.
The Struts 2 Apache web site has a great reference and lots of tutorials, once you start moving away from the book. Use that site, and avoid RoseIndia if you can.
我对 Struts1 和 Struts2 有一些经验。 首先,Struts1 和 2 是不同的,因为 Struts2 不是 Struts1 的直接演变,而是来自另一个名为 网络工作。 MVC 模式仍然有一些相似之处(操作类等)。 验证和配置 XML 文件发生变化。 Struts2 使用 Dojo 工具包来实现其许多 JavaScript 功能。 恕我直言,Struts2 比 Struts1 有更多的功能和改进,尽管它可能没有像 Struts1 那样广泛使用,至少现在还没有......
I've had a bit of experience with Struts1 and Struts2. First off, Struts1 and 2 are different because Struts2 is not a direct evolution of Struts1 but rather it comes from another framework called WebWork. There are still a few similarities around the MVC pattern (Action classes, etc.). The validation and configuration XML files change. Struts2 uses the Dojo toolkit for many of it's JavaScript functionality. IMHO Struts2 has more features and improvements over Struts1, although it's probably not so widely spread in use as Struts1 is, at least not yet...
目前最好的 abc 教程 Struts 2
the best abc tutorial as of now Struts 2
我个人推荐使用 struts,如果你喜欢在线学习,这些可以是一个很好的参考 http ://www.mkyong.com/tutorials/struts-tutorials/
I personally recommend struts in action and as well if u like to learn online these can be a good refference http://www.mkyong.com/tutorials/struts-tutorials/