Saturday, December 3, 2016

WebLogic Java EE tutorials

(or J2EE as someone still says)
putting together a lost of documentation and training material to become a WebLogic and Java Enterprise Edition GURU:

https://docs.oracle.com/javaee/7/JEETT.pdf

https://docs.oracle.com/middleware/12212/wls/WLPRG/WLPRG.pdf "Developing Applications for Oracle WebLogic Server"

https://docs.oracle.com/middleware/1221/wls/EJBAD.pdf Developing Enterprise JavaBeans for Oracle WebLogic Server

Install latest JDK from here http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

You can download "Oracle Enterprise Pack for Eclipse" from here http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html and the WLS 12 installer here http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html

Security https://docs.oracle.com/middleware/1221/wls/SCOVR.pdf

Web Services https://docs.oracle.com/middleware/1221/wls/WSOVR.pdf and https://docs.oracle.com/middleware/12212/wls/WSGET/WSGET.pdf

WebService security https://docs.oracle.com/middleware/1221/wls/WSSOV.pdf

Restful WebServices https://docs.oracle.com/middleware/1221/wls/RESTF.pdf

Securing WebServices with Policies https://docs.oracle.com/middleware/1221/owsm/OWSMS.pdf

Developing Web Applications https://docs.oracle.com/middleware/12212/wls/WBAPP/WBAPP.pdf

Of course, don't expect to find anything readable in the Oracle documents, they are made 90% of "if you want to know something about this, follow this link" , or just a dry list of standards, all in a completely unemotional language that puts you immediately to sleep. But their JEE7 Tutorial is quite decent, however it's only meant for Glasshfish development.

Here also plenty of short tutorials https://apexapps.oracle.com/pls/apex/f?p=44785:OLL_SEARCH:116956567220019:::2:P2_SEARCH_TEXT:Weblogic

And of course all the OracleWeblogic youtube videos https://www.youtube.com/user/OracleWebLogic/videos

No comments: