Open main menu

CDOT Wiki β

Changes

Nexjexpress/PostgreSQL Adapter/Resources

31 bytes removed, 12:40, 17 November 2010
no edit summary
'''<big><big> Postgre Project - Resources for NexJ PostgreSQL Project'''</big></big>  
==Java==
* [http://en.wikipedia.org/wiki/Java_EE Java Enterprise (JavaEE)]
* [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://ant.apache.org/manual/index.html ant]
* [http://tomcat.apache.org/ Apache Tomcat]
* [http://download.oracle.com/javase/tutorial/jdbc/index.html JDBC]
* [http://www.learn-xml-tutorial.com/ xml tutorial]
* [http://xstream.codehaus.org/index.html Xstream]
* [http://leepoint.net/notes-java/flow/methods/50static-methods.html Static methods]
* Good tutorials on java [http://www.vogella.de/java.html
* Factory Pattern
: [http://www.allapplabs.com/java_design_patterns/factory_pattern.htm example Salutation]
==JDBC==
# JDBC on [http://download.oracle.com/javase/tutorial/jdbc/index.html Java Tutorials]
# JDBC @ http://en.wikipedia.org/wiki/JDBC
# Relational database Management System @ http://en.wikipedia.org/wiki/Relational_database_management_system
: [http://dev.mysql.com/doc/refman/5.0/en/tutorial.html Tutorial]
: [http://www.mysql.com/downloads/connector/j/ Mysql Connector]
: '''IMP!''' Some optimization [http://www.petefreitag.com/item/613.cfm Hints]
: Retrieving AUTO_INCREMENT Column Values [http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-basic.html#connector-j-usagenotes-last-insert-id]
: LikeEscape:[http://dev.mysql.com/doc/refman/5.0/en/string-comparison-functions.html#operator_like]
1
edit