Difference between revisions of "User:Minooz/EJB ECL"
(→BlackBerry Development) |
(→ECL) |
||
Line 35: | Line 35: | ||
===OSGI=== | ===OSGI=== | ||
: run configuration [http://www.vogella.de/articles/OSGi/article.html] | : run configuration [http://www.vogella.de/articles/OSGi/article.html] | ||
− | |||
− | |||
===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] | ||
: Text Editor [http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/texteditor/rcp_texteditor_ex.html 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] | : Text Editor [http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/editors_jface.htm Classes] | ||
− | |||
===BlackBerry Development=== | ===BlackBerry Development=== | ||
: [http://docs.blackberry.com/en/developers/deliverables/12003/BlackBerry_Java_Plug-in_for_Eclipse-Development_Guide--933400-1110042117-001-1.1-US.pdf Development in Eclipse] | : [http://docs.blackberry.com/en/developers/deliverables/12003/BlackBerry_Java_Plug-in_for_Eclipse-Development_Guide--933400-1110042117-001-1.1-US.pdf Development in Eclipse] | ||
Line 47: | Line 44: | ||
: [http://ewert-technologies.ca/blog/blog5.php/articles/adding-style-and-color-to-blackberry-labels theme] | : [http://ewert-technologies.ca/blog/blog5.php/articles/adding-style-and-color-to-blackberry-labels theme] | ||
: javaloader -usb load myApp.cod -[http://supportforums.blackberry.com/t5/Java-Development/Javaloader-exe-reports-error-when-load-cod-file/td-p/175951 java loader] | : javaloader -usb load myApp.cod -[http://supportforums.blackberry.com/t5/Java-Development/Javaloader-exe-reports-error-when-load-cod-file/td-p/175951 java loader] | ||
+ | ===Android Development=== |
Revision as of 15:34, 16 April 2011
Contents
EJB
- Team 1 wiki page @ https://matrix.senecac.on.ca:8443/wiki/javaEE/index.php/Ejb605_111/Team_1
- enterprise book
Database
- MySQL
- How to install mysql on windows - setup root password
- using JDBC MySQL
- PostgreSQL
JSP, Servlets
- TO LOOK
ECL
- Team 1 wiki page @ http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team1
OSGI
- run configuration [16]
RCP
BlackBerry Development
- Development in Eclipse
- tutorial - another tutorial
- theme
- javaloader -usb load myApp.cod -java loader