Difference between revisions of "User:Minooz/NexJ"

From CDOT Wiki
Jump to: navigation, search
(Database / Persistence)
 
(106 intermediate revisions by the same user not shown)
Line 1: Line 1:
='''NEXJ'''=
+
==Projects==
==Tasks Done==
+
===''' CDOT - [http://www.nexj.com/ NEXJ] '''===
* [[User:Minooz/Tasks/Fall_Sep_2010 | September 2010]]
+
'''Links:'''
 +
:[[NexJ_Express | NexJ Express wiki page]]
 +
: NexJ on [http://liberia.proximity.on.ca:9090/cb  CodeBeamer] , Nexj on [http://iran.proximity.on.ca:8080/ Hudson]
 +
: NexJ Repoitory on [http://liberia.proximity.on.ca:81/ Liberia]
 +
: List of [[ NexJ_Express/resources | resources]] that were used for these projects.
 +
'''List of NexJ Tasks:'''
 +
* 1- Repositories' Syncing Project
 +
: - '''Duration''': Oct 2010
 +
: - '''Project Description''': NexJ had a Mercurial Repository (Internal) in which, the NexJ Express Server (Core) code was maintained with all its histories. NexJ was planning to share a Core Repository with the Open Source Community by creating a Repository (External) that would be kept in sync with the Internal Repository. A bash script was written to build and test new changes to the Internal Repository and push them to the External, if successful. To make this script run automatically on a regular basis, an automated building system which in general is called 'Continuous Integration System' was used. Hudson was the CI system that we used for NexJ due to its Java based nature.
 +
: - '''Project Page''' on [[Mercurial_Repository-nexj | Wiki]]
 +
: - '''Resources Page''' on [[Mercurial_Repository-nexj#Resources | Wiki]]
 +
: - My '''Blogs''': [http://minooz.wordpress.com/2010/10/ ]
  
==Grace Links to read==
+
* 2- PostgreSQL Adapter
*[http://tasktop.com/resources/  Tasktop Mylyn]
+
: - '''Duration''': Nov 2010 - Dec 2010
* [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-831-user-interface-design-and-implementation-fall-2004 MIT user interface design]
+
: - '''Project Description''': Database adapters are a set of classes that create an interface to let JDBC communicate with the database. An adapter makes JDBC with one specific SQL definitions, adapts to different implementation of SQL. PostgreSQL adapter makes NexJ Express server communicates with databases in PostgreSQL platform which is an 'open source' database.
* [http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html Mylyn Video]
+
: - '''Project Page''' on [[PostgreSQL_Adapter-nexj | Wiki]]
 
+
: - '''Resources Page''' on [[PostgreSQL_Adapter-nexj#Resources | Wiki]]
==About NexJ==
+
: - My '''Blogs''': [http://minooz.wordpress.com/2010/12/15/postgresql-adapter-for-nexj-express/  ]
* [http://www.nexj.com/ NexJ website]
 
* [http://gbatumbya.wordpress.com/ Grace's Blog]
 
* [http://zenit.senecac.on.ca/wiki/index.php/Nexjexpress NexJ on wiki]
 
 
 
==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://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]
 
 
 
==Tools==
 
* Eclipse
 
: [http://www.eclipse.org/downloads/ Eclipse Download]
 
: [http://eclipsetutorial.sourceforge.net/ Eclipse Tutorials]
 
: [http://sourceforge.net/projects/eclipsetutorial/files/ All Eclipse Tutorial Videos]
 
: [http://www.myeclipseide.com/documentation/quickstarts/webprojects/index.html Create Web Application]
 
* [http://mercurial.selenic.com/ Mercurial Version Control]
 
: compare version controls [http://martinfowler.com/bliki/VersionControlTools.html]
 
: Understanding Mercurial [http://mercurial.selenic.com/wiki/UnderstandingMercurial]
 
: Tutorial-wiki [http://mercurial.selenic.com/wiki/Tutorial]
 
: TortoiseHg Documentation[http://tortoisehg.bitbucket.org/manual/1.1/TortoiseHg.pdf]
 
: Eclipse-Mercurial [http://www.javaforge.com/wiki/76412]
 
: More about installation [http://www.aventinesolutions.nl/mediawiki/index.php/Quick_Tip:_Getting_Started_with_Mercurial]
 
: Eclipse-Mercurial Video [http://blogs.intland.com/main/entry/39]-[http://code.google.com/p/hgeclipse-demo/ Demo]
 
: Documentation [http://bitbucket.org/mercurialeclipse/main/wiki/Documentation]
 
* [http://live.eclipse.org/node/544 Bugzilla, Mylyn]
 
:  setup and user-guide[http://help.tasktop.com/help/index.jsp]
 
:  Mylyn user-guide[http://wiki.eclipse.org/index.php/Mylyn/User_Guide ]
 
:  install Mylyn FAQ[http://wiki.eclipse.org/Mylyn/FAQ ]
 
: Tasktop[http://help.tasktop.com/help/index.jsp]
 
* [https://codebeamer.com/cb/wiki/8798 CodeBeamer overview]
 
: CodeBeamer Quick Tour[https://codebeamer.com/cb/wiki/8799 ]
 
: Installing process of CodeBeamer on Eclipse [http://www.javaforge.com/wiki/84364]
 
: Connect to the CodeBeamer Grace's account [http://liberia.proximity.on.ca:9090/cb/]
 
 
 
* [http://www.silverex.org/download/ XChat]
 
 
 
==Database / Persistence==
 
: 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]
 
: [http://xstream.codehaus.org/persistence-tutorial.html XML/Object Binding] and [http://code.google.com/p/xbird/wiki/XmlObjectBinding Object Persistence] = [http://xstream.codehaus.org/index.html XStream] + [http://code.google.com/p/xbird/ 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.[http://www.postgresql.org/docs/8.1/interactive/triggers.html]
 
: [http://en.wikipedia.org/wiki/Database_trigger Wiki]
 
: [http://dev.mysql.com/doc/refman/5.0/en/triggers.html MySQL Trigger]
 
: [http://dev.mysql.com/doc/refman/5.0/en/trigger-syntax.html MySQL Trigger Syntax]
 
: [http://www.postgresql.org/docs/8.1/interactive/triggers.html PostgreSQL]
 
 
 
 
 
* Postgre
 
: [http://www.postgresql.org/docs/9.0/static/index.html Tutorial]
 
: [http://www.postgresql.org/docs/7.1/static/jdbc-ext.html postgre connection]
 
 
 
* MySQL
 
: [http://dev.mysql.com/doc/refman/5.1/en/sql-syntax.html Syntax]
 
: [http://dev.mysql.com/doc/refman/5.0/en/tutorial.html Tutorial]
 
: [http://www.mysql.com/downloads/connector/j/ Mysql Connector]
 
 
 
===compare===
 
: Compare SQL Implemenations[http://troels.arvin.dk/db/rdbms/ ]
 
: Compare Postgre and MySQL [http://www-css.fnal.gov/dsg/external/freeware/pgsql-vs-mysql.html]
 

Latest revision as of 13:05, 23 March 2012

Projects

CDOT - NEXJ

Links:

NexJ Express wiki page
NexJ on CodeBeamer , Nexj on Hudson
NexJ Repoitory on Liberia
List of resources that were used for these projects.

List of NexJ Tasks:

  • 1- Repositories' Syncing Project
- Duration: Oct 2010
- Project Description: NexJ had a Mercurial Repository (Internal) in which, the NexJ Express Server (Core) code was maintained with all its histories. NexJ was planning to share a Core Repository with the Open Source Community by creating a Repository (External) that would be kept in sync with the Internal Repository. A bash script was written to build and test new changes to the Internal Repository and push them to the External, if successful. To make this script run automatically on a regular basis, an automated building system which in general is called 'Continuous Integration System' was used. Hudson was the CI system that we used for NexJ due to its Java based nature.
- Project Page on Wiki
- Resources Page on Wiki
- My Blogs: [1]
  • 2- PostgreSQL Adapter
- Duration: Nov 2010 - Dec 2010
- Project Description: Database adapters are a set of classes that create an interface to let JDBC communicate with the database. An adapter makes JDBC with one specific SQL definitions, adapts to different implementation of SQL. PostgreSQL adapter makes NexJ Express server communicates with databases in PostgreSQL platform which is an 'open source' database.
- Project Page on Wiki
- Resources Page on Wiki
- My Blogs: [2]