Difference between revisions of "User:Minooz/NexJ"

From CDOT Wiki
Jump to: navigation, search
(Database / Persistence)
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
='''NEXJ'''=
+
==Projects==
* [http://zenit.senecac.on.ca/wiki/index.php/Nexjexpress NexJ on wiki]
+
===''' CDOT - [http://www.nexj.com/ NEXJ] '''===
*[[User:Minooz/RepoSyncProj |Repositories' Syncing Project]]
+
'''Links:'''
*[[Nexjexpress/PostgreSQL_Adapter| PostgreSQL Adapter]]
+
:[[NexJ_Express | NexJ Express wiki page]]
*[[User:Gbatumbya/mynotes| Grace Notes]]
+
: 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/ ]
  
==About NexJ==
+
* 2- PostgreSQL Adapter
* [http://www.nexj.com/ NexJ website]
+
: - '''Duration''': Nov 2010 - Dec 2010
* [http://gbatumbya.wordpress.com/ Grace's Blog]
+
: - '''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 [[PostgreSQL_Adapter-nexj | Wiki]]
==Java==
+
: - '''Resources Page''' on [[PostgreSQL_Adapter-nexj#Resources | Wiki]]
* [http://en.wikipedia.org/wiki/Java_EE Java Enterprise (JavaEE)]
+
: - My '''Blogs''': [http://minooz.wordpress.com/2010/12/15/postgresql-adapter-for-nexj-express/ ]
* [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]
 
* [http://leepoint.net/notes-java/flow/methods/50static-methods.html Static methods]
 
* 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]
 
 
 
==Build & Test==
 
* Junit
 
: How to run JUnit test from Command Line [http://sqa.fyicenter.com/FAQ/JUnit/How_Do_I_Run_JUnit_Tests_from_Command_Window_.html Q & A]
 
: [http://junit.sourceforge.net/doc/faq/faq.htm#running_5 FAQ]
 
: Run individual tests [http://www.javaworld.com/community/node/2612 Using build.xml]
 
* Ant
 
: Tutorial [http://ant.apache.org/manual/ Ant Apache]
 
: [[User:Minooz/Ant | Min Ant]]
 
 
 
 
 
==Tools==
 
* Mercurial
 
: [http://mercurial.selenic.com/ Mercurial SCM]
 
: [[User:Minooz/RepoSyncProj/Mercurial | Min Mercurial]]
 
*Cygwin
 
:http://www.cygwin.com/ Cygwin]
 
: [[User:Minooz#Scripting_-_Shells_-_Cygwin | Min Cygwin]]
 
* 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://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 ==
 
* Database & Persistence
 
:Introductory info on -> [[User:Minooz/NexJ/database#Database_and_Persistence| My notes]]
 
 
 
* Postgre & MySQL
 
: Introductory info and comparing the two databases on -> [[User:Minooz/NexJ/database#PostgreSQL_and_MySQL | My notes on postgreSQL & MySQL]]
 
 
 
='''General'''=
 
==Tasks Done==
 
* [[User:Minooz/Tasks/Fall_Sep_2010 | September 2010]]
 
* [[User:Minooz/Tasks/Fall_Oct_2010 | October 2010]]
 
* [[User:Minooz/Tasks/Fall_Nov_2010 | November 2010]]
 
 
 
==Grace Links to read==
 
*[http://tasktop.com/resources/ Tasktop Mylyn]
 
* [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-831-user-interface-design-and-implementation-fall-2004 MIT user interface design]
 
* [http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html Mylyn Video]
 

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]