Tools to use


Process mapping tool : which is online version of Visio :-  http://www.gliffy.com

My Eclipse (Juno) is not showing Maven option while creating new Project.
Resolution : go to Eclipse -; Help - Market place and serch there for "Maven Integration for Eclipse WTP"
and Next -next-FInish.

Which Online Decompiler is best to use ?
Resolution :

How to Create project from existing ant file with project ?
look at : http://www.ahristov.com/tutorial/java-compiler/eclipse.html

How to create maven based project ?
Please refer this link: http://emrpms.blogspot.in/2012/11/spring-security-hello-world-example.html

How to Stop JBoss in Window OS:
jboss/bin/ RUN THIS CMMAND  jboss-cli --connect command=:shutdown

What are the difference between different names of Eclipse and what does they mean ?
=Release Date Platform version Projects
Kepler          26 June 2013     4.3                 Kepler Projects
Juno            27 June 2012     4.2                 Juno Projects
Indigo          June 2011        3.7                 Indigo projects
Helios          23 June 2010     3.6                 Helios projects
Galileo         24 June 2009     3.5                 Galileo projects
Ganymede        25 June 2008     3.4                 Ganymede projects
Europa          29 June 2007     3.3                 Europa projects
Callisto        30 June 2006     3.2                 Callisto projects
Eclipse 3.1     28 June 2005     3.1  
Eclipse 3.0     28 June 2004     3.0  
Helios, Galileo, Ganymede, etc are just code names for versions of the Eclipse platform 

My Tomcat does not seem to have adaptor to let me add Tomcat Server in Eclipse (any falvoured) ?
  1. Go to Help > Install New Software...
  2. From the Work With, select "Indigo - http://download.eclipse.org/releases/indigo"
  3. From the list, select "Web, XML, and Java EE Development"
  4. Then select "JST Server Adapters"
How to Set log file Location in Tomcat while using it from Eclipse  ?
In the servers tab, double-click on the Tomcat Server. You will get a screen called Overview. Click on "Open launch configuration". Click on the "Common" tab. Towards the bottom of the screen you can check the "File" checkbox and then specify a file that can be used to log your console (catalina.out) output. Finally, restart the Tomcat server.

Comments

Popular posts from this blog

Java

RTC - Repository : How to Revert Back the Changes