Difference between revisions of "User:Minooz/EJB ECL"

From CDOT Wiki
Jump to: navigation, search
(RCP)
(RCP)
Line 25: Line 25:
 
===RCP===
 
===RCP===
 
: [http://obscuredclarity.blogspot.com/2008/11/eclipse-rcp-tutorial-table-of-contents.html Tutorial]
 
: [http://obscuredclarity.blogspot.com/2008/11/eclipse-rcp-tutorial-table-of-contents.html Tutorial]
: [http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/texteditor/rcp_texteditor_ex.html Editor Tutorial]
+
: Text Editor [http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/texteditor/rcp_texteditor_ex.html Tutorial]
 +
: Text Editor [http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/editors_jface.htm Classes]

Revision as of 23:35, 28 February 2011

Topics related to EJB605 and ECL500 courses

EJB

Database

  • MySQL
How to install mysql on windows - setup root password
using JDBC MySQL
  • PostgreSQL

JSP

Jordan Anastasiade's [ Tutorial]
Tomcat webservers Download - [1]
JSP Tutorial [2]

ECL

OSGI

run configuration [3]


RCP

Tutorial
Text Editor Tutorial
Text Editor Classes