Difference between revisions of "User:Minooz/EJB ECL"
(→Database) |
(→JSP, Servlets) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | = Topics related to EJB605 and ECL500 courses= | |
+ | ==EJB== | ||
+ | * Team 1 wiki page @ https://matrix.senecac.on.ca:8443/wiki/javaEE/index.php/Ejb605_111/Team_1 | ||
+ | * [http://proquest.safaribooksonline.com/book/software-engineering-and-development/patterns/0321127420 enterprise book] | ||
+ | |||
===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''' |
: | : | ||
+ | |||
+ | ===JSP, Servlets=== | ||
+ | :Jordan Anastasiade's [ Tutorial] | ||
+ | : Tomcat webservers [http://tomcat.apache.org/index.html Download] - [http://localhost:8080/HtmlForms-Source/process.jsp] | ||
+ | : JSP Tutorial [http://www.jsptut.com/Dynexpr.jsp] | ||
+ | * TO LOOK | ||
+ | [http://www.roseindia.net/jdbc/display-blob-example.shtml] | ||
+ | -[http://www.roseindia.net/servlets/retreiveimage.shtml] | ||
+ | -[http://www.roseindia.net/servlets/JdbcInsertImage.shtml] | ||
+ | -[http://www.theserverside.com/discussions/thread.tss?thread_id=60010] | ||
+ | -[http://java.sun.com/developer/onlineTraining/Programming/JDCBook/aucserv.html] | ||
+ | - [http://www.cs.toronto.edu/~wl/csc309/handouts/servlet.pdf]- [http://docstore.mik.ua/orelly/java-ent/servlet/ch07_05.htm] | ||
+ | - [http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html] | ||
+ | - [http://lcweb.senecac.on.ca:2063/book/web-development/jsp/0321136497/java-servlets/ch02lev1sec7] | ||
+ | -[http://lcweb.senecac.on.ca:2063/book/web-development/jsp/9780596516680/hands-on-mvc/enhancing_the_servlet_to_quotation_mark#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODA1OTY1MTY2ODAvMzEw] | ||
+ | -[http://java.sun.com/j2ee/tutorial/1_3-fcs/examples/src/web/bookstore1/ShowCartServlet.java] | ||
+ | -[http://java.sun.com/j2ee/tutorial/1_3-fcs/examples/src/web/bookstore1/ShowCartServlet.java] | ||
+ | -[http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets11.html#63281] | ||
+ | |||
+ | ==ECL== | ||
+ | * Team 1 wiki page @ http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team1 | ||
+ | ===OSGI=== | ||
+ | : run configuration [http://www.vogella.de/articles/OSGi/article.html] | ||
+ | ===RCP=== | ||
+ | : [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://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/editors_jface.htm Classes] | ||
+ | ===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://www.thinkingblackberry.com/archives/21 tutorial] - [http://miamicoder.com/post/2009/02/How-to-Add-a-Simulator-to-the-BlackBerry-JDE.aspx another tutorial] | ||
+ | : [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] | ||
+ | ===Android Development=== | ||
+ | : Android widget [http://www.tat.se/home/ 3D screen] | ||
+ | : Android developers [http://developer.android.com/index.html Home Page] | ||
+ | : [http://appinventor.googlelabs.com/about/ App Inventor] - developer [https://groups.google.com/group/android-developers google.groups] | ||
+ | : Android App development in Scheme [http://androidscheme.blogspot.com/2010/10/introduction-to-android-app-development.html] | ||
+ | : How to setup your Android development environment [http://developer.android.com/sdk/index.html Android SDK] | ||
+ | : Some blogs [http://per.bothner.com/blog/2010/AndroidHelloScheme/] | ||
+ | : Google Videos [http://www.google.com/events/io/2009/sessions/MythGeniusProgrammer.html]- [http://developer.android.com/videos/index.html#v=M1ZBjlCRfz0 UI design pattern] | ||
+ | : Add hardware device to run applications @ [http://developer.android.com/guide/developing/device.html Android dev] | ||
+ | : First application practice @ [http://developer.android.com/resources/tutorials/hello-world.html Android dev] | ||
+ | : First application practice @ [http://www.vogella.de/articles/Android/article.html#first vogella.de] | ||
+ | : [http://androgeek.com/ AndroGeek] | ||
+ | : Android [http://developer.android.com/guide/practices/design/accessibility.html Design for Accessibility] |
Latest revision as of 15:48, 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
[3] -[4] -[5] -[6] -[7] - [8]- [9] - [10] - [11] -[12] -[13] -[14] -[15]
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
Android Development
- Android widget 3D screen
- Android developers Home Page
- App Inventor - developer google.groups
- Android App development in Scheme [17]
- How to setup your Android development environment Android SDK
- Some blogs [18]
- Google Videos [19]- UI design pattern
- Add hardware device to run applications @ Android dev
- First application practice @ Android dev
- First application practice @ vogella.de
- AndroGeek
- Android Design for Accessibility