Open main menu

CDOT Wiki β

Changes

Nexjexpress/PostgreSQL Adapter/Resources

921 bytes added, 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://en.wikipedia.org/wiki/Application_server Application Server]
: [http://en.wikipedia.org/wiki/JBoss_application_server JBoss application server]
* [http://www.json.org/ JSON]
* [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://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]
: [http://www.devdaily.com/java/java-factory-pattern-example example Dog]
 
==Database & Persistence==
===Database===
: Agile database practice [http://www.agiledata.org/essays/bestPractices.html]
* Terminology
: Collation @ [http://msdn.microsoft.com/en-us/library/ms143726(SQL.90).aspx#Locale_Defn msdn.microsoft.com]
# data persistence with [http://www.developer.com/xml/article.php/918111/Data-Persistence-and-Java-Data-Objects----JDO.htm JDO]
# java world [http://www.javaworld.com/javaworld/jw-03-2002/jw-0301-jdo.html jdo]
* ==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
# JDBC Driver @ http://en.wikipedia.org/wiki/JDBC_driver
# Drivers table http://devapp.sun.com/product/jdbc/drivers
 
==JDBC==
To make sure that the Driver class passes through the class loader, you can do a lookup by class name, as shown in the Java code snippet in this example.
<code> try {
: [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