Wednesday, October 27, 2010

Can we count Total Number of lines and packages in our eclipse project

Yes we can do it by making use of this pluing in our eclipse..

update your eclipse with the following url ....after doing this restart your eclipse..

http://metrics.sourceforge.net/update

For more information............checkout this....

http://metrics.sourceforge.net/

Sunday, October 24, 2010

Monday, October 11, 2010

Syntax to run the batch file in UNIX BOX

sh yourfilename.sh

Lets say I have a file called startProcess.sh in my unix box.

we should run the above file like sh startProcess.sh thats all our process is started.

suppose some one has the file with the file name as stopProcess.fg in their unix box

so he can run the above file like sh stopProcess.fg


along with this if you want to create a backup we have to use mv soucefile backupfilename thats all

Friday, October 8, 2010

AJAX Tutorial for Java Programmers

The prerequisites for this tutorial are:
  • Java. You should be comfortable in the Java programming language.
  • HTML. You should know HTML, and be familiar with HTML attributes and styles.

For More Details Check Out :- http://www.jaxtut.com/

JSP Tutorial for Java Programmers

The prerequisites for the tutorial are:
  • HTML. You should be able to put together HTML pages.
  • Java. You should be able to program in Java.
For More Details Check Out :- http://www.jsptut.com/

Friday, October 1, 2010

What is Fit?

The Framework for Integrated Test (Fit) is the most well-known implementation (open source framework) of the table-based acceptance testing approach.

Fit lets customers and analysts write “executable” acceptance tests using simple HTML tables.

Developers write “fixtures” to link the test cases with the actual system itself.

Fit compares these test cases, written using HTML tables, with actual values, returned by the system, and highlights the results with colors and annotations.

More info is available here...

http://fitnesse.org/.FitNesse.UserGuide