Difference between revisions of "User:Minooz/NexJ"

From CDOT Wiki
Jump to: navigation, search
(Database / Persistence)
(Database / Persistence)
Line 67: Line 67:
 
: [http://www.postgresql.org/docs/8.1/interactive/triggers.html PostgreSQL]- Syntax [http://www.postgresql.org/docs/8.1/interactive/sql-createtrigger.html]
 
: [http://www.postgresql.org/docs/8.1/interactive/triggers.html PostgreSQL]- Syntax [http://www.postgresql.org/docs/8.1/interactive/sql-createtrigger.html]
  
 +
* Stored Procedures
 +
: [http://ovir.icp.ac.ru/oracle/doc/server/doc/scn73/ch14.htm Oracle Server Manual]
  
 
* Postgre
 
* Postgre

Revision as of 12:03, 22 September 2010

NEXJ

Tasks Done

Grace Links to read

About NexJ

Java

JBoss application server

Tools

  • Eclipse
Eclipse Download
Eclipse Tutorials
All Eclipse Tutorial Videos
Create Web Application
compare version controls [1]
Understanding Mercurial [2]
Tutorial-wiki [3]
TortoiseHg Documentation[4]
Eclipse-Mercurial [5]
More about installation [6]
Eclipse-Mercurial Video [7]-Demo
Documentation [8]
setup and user-guide[9]
Mylyn user-guide[10]
install Mylyn FAQ[11]
Tasktop[12]
CodeBeamer Quick Tour[13]
Installing process of CodeBeamer on Eclipse [14]
Connect to the CodeBeamer Grace's account [15]

Database / Persistence

JDBC [16]
Relational database Management System[17]
JDBC Driver [18]
Drivers table[19]
XML/Object Binding and Object Persistence = XStream + XBird
  • Trigger
A trigger is a specification that the database should automatically execute a particular function whenever a certain type of operation is performed. Triggers can be defined to execute either before or after any INSERT, UPDATE, orDELETE operation, either once per modified row, or once per SQL statement. If a trigger event occurs, the trigger's function is called at the appropriate time to handle the event.[20]
Wiki
Oracle Server Manual
MySQL - Syntax [21]
PostgreSQL- Syntax [22]
  • Stored Procedures
Oracle Server Manual
  • Postgre
Tutorial
postgre connection
  • MySQL
Syntax
Tutorial
Mysql Connector

compare

Compare SQL Implemenations[23]
Compare Postgre and MySQL [24]