Saturday 21 June 2014

Tools Index

The Helper software that can be used along with main stream technologies s/w projects development.
We can development projects without tools support but it is not recommended to do.
Project Release Process to client Organization
1.       Log4j (Logging for Java)
Performs logging operations in the application execution.
Useful to know application flow.
Useful to share the projects in Team environment. Maintains versions to keep track of the modification done in project resources.
3.       Ant (Another Neat Tool)
·         It is just like a batch file in DOS.
Build tool to automate the complicated and repetitive operations project build process.
4.       Maveen tool
·         It is a build tool and also acts as project management tool
·         And it is also acts as CVS (Code Versioning System)  tool

·         Allows to create setup file
6.       JUNIT (For Unit Testing)
·         HttpUnit
·         JWebunit
The above two are the extensions of Junit.
·         Testing is done by the programmers on his own piece of code to check whether expected results and generated results (actual results ) are matching or not is called Unit Testing.
·          
7.       Jasper reports
·         Ireports (An API to generate reports in different formats)
8.       Miscelleneous Tools
·         Debugging using eclipse and Jdb (Java debugger)
·         Password Encription and Decryption

·         Creating and Exe file

Jdb (Java debugger)


Debugging tool


Jasper reports


JUNIT (For Unit Testing)


NSIS (Nullsoft Information System)


Maveen tool