Java:jsp+hibernate 与 eclipse。示例应用程序?
我主要使用 PHP 和 Python 编写代码。
Java 经验:我在大学学到的所有基础知识。
首选 IDE:Eclipse
我为 eclipse 安装了 hibernate 工具,并且确实成功连接到 mysql 并启动并运行了 hello world 应用程序。
我的问题:- 我不知道如何开始使用 jsp 和 hibernate 的小型 cms。
I mostly code in PHP and Python.
Java experience: All the basic stuff i learnt in college.
Preferred IDE: Eclipse
I installed hibernate tools for eclipse and i did manage to connect to mysql and got a hello world application up and running.
My Problem:-
I don't know how i am going to start out with small cms for starters using jsp and hibernate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个: JSP_and_Hibernate_Tutorial_using_Eclipse
Try this: JSP_and_Hibernate_Tutorial_using_Eclipse
我肯定会使用 AppFuse 来解决这个问题。它将快速轻松地启动并运行应用程序。
Matt Raible 提供了大量关于如何运行的快速入门视频和帖子,以及持久层技术、演示框架等的不同配置。
它还提供与 Eclipse 和 IntelliJ 集成的支持和教程,
当然值得一看。
I would definately use AppFuse for getting your head around this. It will quickly and easily get an application up and running.
Matt Raible provides loads of quick start videos and posts on how to get running as well as different configurations of persistence layer technologies, presentation frameworks etc.
It also has support and tutorials for integration with Eclipse and IntelliJ
Certainly worth a look.