使用java进行网页开发
这几天我正在学习java(J2EE)编程语言。我想创建一个网站,该网站具有用户可以登录、注销、发表评论和其他功能的网站,使用 java 技术作为一个业余爱好项目。 但我不知道从哪里开始。如果有人提供一些所需的入门指南和工具,那将非常有帮助。
谢谢
I am learning java(J2EE) programming language these days. I wants to create a web-site having features where user can login, logout, post there comment and other features with time using java technology just as a hobby project.
But I don't have any idea from where to begin. It would be very helpful if some one just give some starting guidelines and tools needed.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果这只是为了好玩,没有截止日期,那么我鼓励您通过制作 servlet 和 jsp 页面并让它们与 tomcat 一起工作来尽可能地进行低级操作。一旦您可以让一些 hello world 页面正常工作,然后开始学习其他补充技术,例如 Struts 和 Hibernate,以及它们解决的问题和引入的复杂性。在继续学习下一项技术之前,尝试一次掌握一种技术(例如 servlet)。通过这种方式,您可以了解技术如何相互关联,并避免尝试同时攀登多个学习曲线。
If this is just for fun with no deadline, then I encourage you to go as low-level as you can by making servlets and jsp pages, and getting them to work with tomcat. Once you can get some hello world pages working, then start learning about other complementary technologies like Struts, and Hibernate, and the problems that they solve and the complexity that they introduce. Try to master one technology at a time (e.g. servlets) before going on to the next one. This way you can understand how technologies relate to each other and can avoid trying to climb multiple learning curves simultaneously.
您可以看看这个教程。它几乎解释了您所了解的所有内容需要知道建立一个网站。希望它可能对您有所帮助。
You can have a look at this tutorial. It pretty much explains everything that you need to know to build a website. Hope it might be of your help.
您可以从学习使用参考 Web 框架 JavaServerFaces 开始。
请查看此处。
希望有帮助。
You could start by learning to use the reference web framework which is JavaServerFaces.
Take a look here.
Hope it helps.
为什么不尝试 GWT ?
这是顶级的web工具包(基于RPC),全Java,易学,直观,文档齐全。
Why not try GWT ?
It's a top-level web toolkit (based on RPC), full-Java, easy to learn, intuitive, and well-documented.
尝试本教程 http://netbeans.org/kb/docs/javaee/ecommerce /intro.html
当我学习 J2EE 时,这个教程非常有帮助
这是很好的视频教程 http://www.vtc.com/products/J2EE-Java-2-Enterprise-Edition-tutorials.htm
看看这个Java Web 开发学习路线?
Try this tutorial http://netbeans.org/kb/docs/javaee/ecommerce/intro.html
When I was learning J2EE this tutorial was very helpful
This is good video tutorial http://www.vtc.com/products/J2EE-Java-2-Enterprise-Edition-tutorials.htm
Look at this Learning Trail for Java Web Development?