Difference between revisions of "User:Minooz/NexJ"
(→Database / Persistence) |
|||
Line 16: | Line 16: | ||
* [http://www.oracle.com/technetwork/java/index-jsp-135475.html Java Servlet Technology] | * [http://www.oracle.com/technetwork/java/index-jsp-135475.html Java Servlet Technology] | ||
* [http://www.oracle.com/technetwork/java/overview-138580.html Java Server Pages(JSP)] | * [http://www.oracle.com/technetwork/java/overview-138580.html Java Server Pages(JSP)] | ||
− | |||
− | |||
* [http://download.oracle.com/javase/tutorial/jdbc/index.html JDBC] | * [http://download.oracle.com/javase/tutorial/jdbc/index.html JDBC] | ||
− | |||
* [http://xstream.codehaus.org/index.html Xstream] | * [http://xstream.codehaus.org/index.html Xstream] | ||
* [http://leepoint.net/notes-java/flow/methods/50static-methods.html Static methods] | * [http://leepoint.net/notes-java/flow/methods/50static-methods.html Static methods] | ||
Line 32: | Line 29: | ||
: Run individual tests [http://www.javaworld.com/community/node/2612 Using build.xml] | : Run individual tests [http://www.javaworld.com/community/node/2612 Using build.xml] | ||
* Ant | * Ant | ||
+ | : [http://www.learn-xml-tutorial.com/ xml tutorial] | ||
: Tutorial [http://ant.apache.org/manual/ Ant Apache] | : Tutorial [http://ant.apache.org/manual/ Ant Apache] | ||
: [[User:Minooz/Ant | Min Ant]] | : [[User:Minooz/Ant | Min Ant]] | ||
− | + | : [http://ant.apache.org/manual/index.html ant] | |
==Tools== | ==Tools== |
Revision as of 10:46, 16 November 2010
Contents
NEXJ
About NexJ
Java
- JSON
- Java Servlet Technology
- Java Server Pages(JSP)
- JDBC
- Xstream
- Static methods
- Factory Pattern
Build & Test
- Junit
- How to run JUnit test from Command Line Q & A
- FAQ
- Run individual tests Using build.xml
- Ant
- xml tutorial
- Tutorial Ant Apache
- Min Ant
- ant
Tools
- Mercurial
- Cygwin
- http://www.cygwin.com/ Cygwin]
- Min Cygwin
- Eclipse
- CodeBeamer Quick Tour[5]
- Installing process of CodeBeamer on Eclipse [6]
- Connect to the CodeBeamer Grace's account [7]
Database
- Database & Persistence
- Introductory info on -> My notes
- Postgre & MySQL
- Introductory info and comparing the two databases on -> My notes on postgreSQL & MySQL