开发者

Starting with Java EE6 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I have just started reading about Java EE6 and I have bought the book "EJB 3 in Action" and "Enterprise JavaBeans 3.1". I have not the last book yet and just started chapter 2 in the first book, but I can't see much "frontside" development in these books. Can anyone recommend any tutorials开发者_StackOverflow or books that I could read together with these so that I can code some HTML etc that uses EJB? I am new to this kind of development but I heard of JSP and JSF.


For Java EE 6 front side development using the technologies inside the stack (instead of bringing in e.g. Spring), you should look into using JSF 2.0.

I would suggest the same book as I used for this:

http://horstmann.com/corejsf/

You might also find the articles in this series interesting:

http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=JSF+2+fu

starting with http://www.ibm.com/developerworks/java/library/j-jsf2fu1/index.html


The JBoss AS 7 documentation contains step-by-step instructions for developing a simple applications using JSF, EE6, JBoss and Eclipse.

https://docs.jboss.org/author/display/AS7/Getting+Started+Guide

https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide


Check this for creating an Enterprise Application with EJB 3.1

EJB 3.1 tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜