User:Minooz/NexJ

From CDOT Wiki
< User:Minooz
Revision as of 11:41, 22 September 2010 by Minooz (talk | contribs) (Database / Persistence)
Jump to: navigation, search

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.
Wiki
MySQL Trigger
MySQL Trigger Syntax
PostgreSQL


  • Postgre
Tutorial
postgre connection
  • MySQL
Syntax
Tutorial
Mysql Connector

compare

Compare SQL Implemenations[20]
Compare Postgre and MySQL [21]