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

From CDOT Wiki
Jump to: navigation, search
(Topics related to EJB605 and ECL500 courses)
(Database)
Line 3: Line 3:
 
: run configuration [http://www.vogella.de/articles/OSGi/article.html]
 
: run configuration [http://www.vogella.de/articles/OSGi/article.html]
 
===Database===
 
===Database===
'''MySQL'''
+
*'''MySQL'''
 
: [http://www.ricocheting.com/how-to-install-on-windows/mysql How to install mysql on windows] - setup root password
 
: [http://www.ricocheting.com/how-to-install-on-windows/mysql How to install mysql on windows] - setup root password
 
: [http://www.developer.com/article.php/3417381 using JDBC MySQL]
 
: [http://www.developer.com/article.php/3417381 using JDBC MySQL]
  
'''PostgreSQL'''
+
*'''PostgreSQL'''
 
:
 
:

Revision as of 21:32, 13 February 2011

Topics related to EJB605 and ECL500 courses

OSGI

run configuration [1]

Database

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