Korisni linkovi za IS ekipu

From RCUB
Jump to: navigation, search
(XSL)
(Business Process Modeling & Execution)
 
Line 1: Line 1:
 +
= Web Apps Basics =
 +
* [http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html Java Servlet Technology]
 +
* [http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html JavaServer Pages Technology]
 +
* [http://www.stardeveloper.com/articles/display.html?article=2001060501&page=1 Combining Servlets, JSP, and JavaBeans]
 +
 
= EJB =
 
= EJB =
* [http://www.oracle.com/technology/tech/java/newto/introejb.htm Introduction to Enterprise JavaBeans]
+
* [http://www.oracle.com/technology/tech/java/newto/introejb.htm Introduction to Enterprise JavaBeans]
 
* [http://www.oracle.com/technology/products/ias/toplink/jpa/tutorials/jsf-jpa-tutorial.html  Tutorial: Build a Web Application (JSF) Using JPA]
 
* [http://www.oracle.com/technology/products/ias/toplink/jpa/tutorials/jsf-jpa-tutorial.html  Tutorial: Build a Web Application (JSF) Using JPA]
 
* [http://www.oracle.com/technology/obe/obe1013jdev/preview10131_ejb_30/ejb_30.htm  Introduction to EJB 3.0 Using Oracle JDeveloper and OC4J]
 
* [http://www.oracle.com/technology/obe/obe1013jdev/preview10131_ejb_30/ejb_30.htm  Introduction to EJB 3.0 Using Oracle JDeveloper and OC4J]
 
* [http://www.eclipse.org/dali/docs/dali_user_guide.pdf  Dali Object-Relational Mapping Tool - User Guide - Release 0.5.0 for Eclipse (PDF)]
 
* [http://www.eclipse.org/dali/docs/dali_user_guide.pdf  Dali Object-Relational Mapping Tool - User Guide - Release 0.5.0 for Eclipse (PDF)]
 
* [http://www.oracle.com/technology/tech/java/ejb30.html  EJB 3.0]
 
* [http://www.oracle.com/technology/tech/java/ejb30.html  EJB 3.0]
 +
* [http://www.oracle.com/technology/pub/articles/vohra_ejb.html Converting an EJB 2.0 Entity Bean to EJB 3.0 - dobro kao prolaz kroz ključne elemente 3.0]
 +
* [http://www.oracle.com/technology/tech/java/oc4j/ejb3/howtos/howtoejb30mappingannotations/doc/how-to-ejb30-mapping-annotations.html How-To Use EJB 3.0 O-R Mapping Annotations - pregled anotacija, ima i pojašnjenja za TopLink]
 
* [http://java.sun.com/javaee/5/docs/tutorial/doc/ The Java EE 5 Tutorial - poglavlja 20-27]
 
* [http://java.sun.com/javaee/5/docs/tutorial/doc/ The Java EE 5 Tutorial - poglavlja 20-27]
 
* [http://java.sun.com/products/ejb/javadoc-3_0-fr/ EJB 3.0 Javadoc]
 
* [http://java.sun.com/products/ejb/javadoc-3_0-fr/ EJB 3.0 Javadoc]
 +
 +
= J2EE Best Practices =
 +
* [http://javaoneonline.india.mentorware.net/mw/subsystems/2000/system/docs/J2EEBestPractices_webinar.pdf J2EE Best Practices Using Real-Life Examples - starije, ali ima Performance tuning]
 +
* [http://au.sun.com/events/dev_forum/files/best_practices.pdf J2EE 1.4 and Best Practices using a Real-life Example - ima nekoliko dodatnih slajdova]
 +
 +
== Testing ==
 +
* [http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html In-Container Testing with JUnit]
 +
* [http://www.ibm.com/developerworks/java/library/j-junit4.html An early look at JUnit 4]
 +
* [http://www.devx.com/Java/Article/31983/1954?pf=true Get Acquainted with the New Advanced Features of JUnit 4]
 +
* [http://www.ibm.com/developerworks/opensource/library/os-junit/?ca=dgr-lnxw07JUnite JUnit Antipatterns]
 +
* [http://www.ibm.com/developerworks/java/library/j-xp042203/index.html Demystifying Extreme Programming: Test-driven programming]
 +
 +
== Coding/Tuning ==
 +
* [http://java.sun.com/developer/technicalArticles/ebeans/ejb_30/ Writing Performant EJB Beans]
 +
 +
== Reference ==
 +
* [http://www.solarmetric.com/resources/ejb-api-quickref.pdf EJB 3.0 Persistence API Quick Reference Guide]
 +
* [http://www.fnogol.de/media/ejb3.0-anno-cheat-1.2.2.pdf EJB 3.0 Annotations Cheat Sheet]
  
 
= JSF =
 
= JSF =
Line 19: Line 44:
 
* [http://www.oracle.com/technology/products/jdev/viewlets/1013/EJB30_ADF_viewlet_swf.html ADF Demo]
 
* [http://www.oracle.com/technology/products/jdev/viewlets/1013/EJB30_ADF_viewlet_swf.html ADF Demo]
 
* [http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm  Oracle ADF Tutorial 10g Release 3 (10.1.3)]
 
* [http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm  Oracle ADF Tutorial 10g Release 3 (10.1.3)]
* [http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm  Oracle ADF Tutorial 10g Release 3 (10.1.3)]
+
* [http://download-uk.oracle.com/otndocs/products/jdev/10131/JavaEE_tutorial.pdf - Tutorial for Java EE Developers (10.1.3.1.0) -  EJB 30 + ADF]
 
* [http://www.oracle.com/technology/products/jdev/collateral/4gl/papers/Introduction_Best_Practices.pdf#search=%22An%20Introduction%20to%20ADF%20Best%22  An Introduction to ADF Best Practices (PDF)]
 
* [http://www.oracle.com/technology/products/jdev/collateral/4gl/papers/Introduction_Best_Practices.pdf#search=%22An%20Introduction%20to%20ADF%20Best%22  An Introduction to ADF Best Practices (PDF)]
 
* [http://www.oracle.com/technology/pub/articles/andrei_reuse.html  Reusability in Web Applications]
 
* [http://www.oracle.com/technology/pub/articles/andrei_reuse.html  Reusability in Web Applications]
Line 36: Line 61:
 
* [http://www.topxml.com/xsl/tutorials/intro/default.asp XSL Tutorial]
 
* [http://www.topxml.com/xsl/tutorials/intro/default.asp XSL Tutorial]
 
* [[Xupdate]]
 
* [[Xupdate]]
* [[\\Tnt2002\Projects\Projekti - IS\XSL Transform\]]
 
  
= FAQ =
+
= JDeveloper =
 
* [http://www.oracle.com/technology/products/jdev/howtos/bc4j/bc_psqlserverwalkthrough.html  How to connect on SQL database from JDeveloper]
 
* [http://www.oracle.com/technology/products/jdev/howtos/bc4j/bc_psqlserverwalkthrough.html  How to connect on SQL database from JDeveloper]
 +
* [http://www.oracle.com/technology/products/jdev/viewlets/1013/JDev_complete_viewlet_swf.html Development Life Cycle with JDeveloper]
 +
 +
= Business Process Modeling & Execution =
 +
 +
* [http://kswenson.wordpress.com/2006/05/26/bpmn-xpdl-and-bpel/  The BPMN-XPDL-BPEL value chain]
 +
* [http://en.wikipedia.org/wiki/BPMN  Business Process Modeling Notation - Wikipedia, the free encyclopedia]
 +
* [http://en.wikipedia.org/wiki/XPDL  XPDL - Wikipedia, the free encyclopedia]
 +
* [http://en.wikipedia.org/wiki/Business_Process_Execution_Language  Business Process Execution Language - Wikipedia, the free encyclopedia]
 +
* [http://en.wikipedia.org/wiki/BPDM  Business Process Definition Metamodel - Wikipedia, the free encyclopedia]
 +
* [http://modeldriven.org/c/portal/layout?p_l_id=PUB.1040.1&p_p_id=20&p_p_action=1&p_p_state=exclusive&p_p_mode=view&p_p_col_id=&p_p_col_pos=0&p_p_col_count=0&_20_struts_action=%2Fdocument_library%2Fget_file&_20_folderId=10&_20_name=BPDM+Submission.pdf  Business Process Definition MetaModel (by OMG) (PDF)]
 +
* [http://www.enhydra.org/workflow/shark/index.html  Open Source Java XPDL workflow]
 +
* [http://www.intelligententerprise.com/blog/archives/2007/03/the_real_issues.html  The Real Issues With XPDL, BPEL and BPMN]
 +
* [http://www.oracle.com/technology/products/ias/bpel/index.html  Oracle BPEL Process Manager]
 +
* [http://www.oracle.com/technology/products/ias/bpel/htdocs/orabpel_faq.html  FAQ - Business Process Execution Language (BPEL) and Oracle BPEL Process Manager]
 +
* [http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-BPEL101.pdf  BPEL 101 Tutorial (PDF)]
 +
* [http://download.oracle.com/otndocs/products/bpel/quickstart.pdf  Oracle BPEL Process Manager Quick Start Tutorial (PDF)]

Latest revision as of 14:38, 2 November 2007

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox