简体   繁体   English

Java EE与Glassfish

[英]Java EE with Glassfish

I've been writing Java for about 3 years but mostly with SE. 我写Java已有3年了,但主要是使用SE。 Now I'll start Java EE on GlassFish for a project of a reporting tool. 现在,我将在GlassFish上启动Java EE,用于一个报告工具项目。

This is my goal to learn Java EE. 这是我学习Java EE的目标。 But I am not sure where to start? 但是我不确定从哪里开始? What technologies (for beginners) do I need to follow. 我需要遵循哪些技术(针对初学者)。

Can you recommend me some references to follow? 您能推荐我一些参考资料吗?

I could suggest Java EE 6 tutorial for a start, there is overview of all basic technologies. 我可能会建议从Java EE 6教程入手,其中概述了所有基本技术。 Then you can google for some specific implementations like Jersey for REST. 然后,您可以在Google上搜索某些特定的实现,例如REST的Jersey。 Eclipselink for JPA, CDI. 用于JPA,CDI的Eclipselink。

Hope it helps 希望能帮助到你

You may also like to have a look on: 您可能还想看看:

  • JSf or Spring (Frameworks) JSf或Spring(Frameworks)
  • Java persistance API Java持久性API
  • Java messaging Service Java消息服务

I dont know whether the last two technologies are supported in J2EE or not, but they are supported in JavaEE6. 我不知道J2EE是否支持后两种技术,但JavaEE6支持它们。 A good overview about the these is offered by this book: JavaEE6 Tutorial 本书对此提供了很好的概述: JavaEE6教程

For java persistance API, You may want to look at this book: Pro JPA 2 对于Java持久性API,您可能需要看这本书: Pro JPA 2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM