示例 open src SIMPLE j2ee 骨架应用程序
我在大学阶段从事过java/jsp项目。我开发了java、jsp、servlet和hibernate应用程序。但我认为我的编码风格没有达到水平。意味着它没有正确模块化。 我见过很多 openssrc CMS 和其他 ope srcs 应用程序代码,但它们太复杂而难以理解。 我想查看开放 src skelton j2ee 应用程序的代码,然后想实现我自己的。 我想在我的应用程序中加入即插即用功能。 这意味着如果我现在开发一个管理模块,我应该能够稍后在其中添加其他模块,而不会影响应用程序的其他部分。
谁能给我推荐一款好的骨架应用程序。
我想使用以下技术。 java、jsp、servlet、struts 和 hibernate
I have worked on java/jsp project at university leve.I have develped apps in java,jsp , servlet and hibernate.But i think my coding style is not up to level.Means it is not properly modularized .
I have seen many opens src CMS and other ope srcs apps code but they are too complecated to understand.
I want to see the code of a open src skelton j2ee apps and then want to implemet my own.
I want to incorpaorate plug and play feature in my app.
Meaning if i devlop a admin odule now , i shold be able to add other modules later in it without affecting the othere partt of the applicactiton.
Can any one suggest me a good skeleton app.
I want to use following tecnologies . java,jsp,servlet,struts and hibernate
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Java EE 6 主页有多个示例:Java EE 6 示例应用程序。此外,还有 Appfuse,它使您可以基于以下内容自行编写启动 Java EE 应用程序:某个 MVC 框架(JSF、Spring MVC, Struts2 等)并迟早插入多个模块,如 Hibernate 等等。
The Java EE 6 homepage has several samples: Java EE 6 Sample Applications. Further there's the Appfuse which gives you the possibility to compose a kickoff Java EE application together yourself based on a certain MVC framework (JSF, Spring MVC, Struts2, etc) and plug in several modules sooner or later like Hibernate and so on.