-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Install Eclipse and EGit plugin
- Go to the git perspective in eclipse
- Under the repository panel, clone/checkout, see the tool-tip. It will check-out in your workspace by default
- Open terminal, cd to emiregistry, +$ mvn eclipse:eclipse+
- Go to eclipse again, import the project (choose emi registry) - now you can see in your workspace
- Right click on emiregistry project under eclipse, Team -> share project -> select git -> ''choose the repository from the displayed options''
- As a result, the project icons will be changed, right click emiregistry -> Team -> ''you will see all the git options''
There are two different (periodically updated and redeployed) DSRs available for development and testing purposes. These services can be accessed via the following URLs:
Query examples:
- JSON result: http://emiregistry1.grid.niif.hu:54321/services/query
- XML result: http://emiregistry1.grid.niif.hu:54321/services/query.xml
- http://download.oracle.com/javase/tutorial[Tutorials]
- http://download.oracle.com/javaee/6/tutorial/doc/index.html[Basics]
- http://www.oracle.com/technetwork/java/codeconvtoc-136057.html[Code conventions]
-
http://www.mongodb.org/display/DOCS/Quickstart[How to install and test MongoDB on Unix, Windows or Mac OS X] ** Installation on SL5: + http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages ** Installation on Debian: + *** Add this line to your sources.list: + +deb http://backports.debian.org/debian-backports squeeze-backports main+ *** +$aptitude update+ *** +$aptitude -t squeeze-backports install mongodb+
-
http://www.mongodb.org/display/DOCS/Java+Tutorial[Java Tutorial]
-
http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart[SQL to MongoDB Mapping]
.Maven dependency (from this http://mvnrepository.com/artifact/org.mongodb/mongo-java-driver/2.5.3[source])
org.mongodb mongo-java-driver 2.5.3- http://www.vogella.de/articles/JUnit/article.html[Introduction]
- http://code.google.com/p/t2framework/wiki/JUnitQuickTutorial[Quick tutorial]
- http://www.vogella.de/articles/Eclipse/article.html[Short introduction]
- http://help.eclipse.org/helios/index.jsp?nav=/1[Eclipse tutorial and help]
- http://www.objectaid.com/[UML class diagram generation from Java source code]
- http://download.oracle.com/javaee/6/tutorial/doc/gipzz.html[RESTful-Services]
- http://download.oracle.com/javaee/6/tutorial/doc/index.html[Java EE Tutorial]
- Some additional material about softwares to be installed and useful tutorials on RestWithEclipseMaterials page of the wiki.
- http://beta.parleys.com/#sl=14&st=5&id=1397[RESTful Design Patterns] by Stefan Tilkov
- http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html[Maven in 5 minutes]
- http://maven.apache.org/guides/getting-started/index.html[Getting started]
- PDF documentation: https://twiki.cern.ch/twiki/bin/view/EMI/ArgusEMIDocumentation
- Framework: https://twiki.cern.ch/twiki/bin/view/EGEE/AuthorizationFramework
- JAVA API: https://twiki.cern.ch/twiki/bin/view/EGEE/AuthZPEPJavaAPI
- ARGUS PEP client library: http://www.switch.ch/grid/authz/docs/org.glite.authz.pep-java/index.html