Running java program as Windows service
Running programs as windows service is often a requirement in programming and when it comes to Java support there are only very few libraries available. Most of them use native APIs and mostly written in C and often needs a java executable stub for Windows. There are only very few that is quite simple to understand and can be used with less effort. Lets see some of the available APIs for Java Service which can be quite handy.
Popularity: 10% [?]
One of the most important thing for any Java programmer is to developing, compiling and running the program under same JRE and JVM version. Sometimes multiple versions of
In any SDLC (Software Development Life Cycle) testing plays a major role to make the end result defect free. Defect free is bit harsh to say from customers point of view so lets write it as end result with less defects. Not every software product that comes out today. is defect free and to over come this scenario test driven environment becomes inevitable. Unit testing (testing individual units of code) is very important irrespective of the programming language the application is being developed. When it comes to java,Junit is the widely used open source unit testing framework.
Optical Character Recognition popularly known as OCR, is a technology that helps in translating images carrying text (printed text Images) in to text characters. OCR uses pattern recognition to extract the text out of the images and this technology can help you to scan your text book to a editable document in your computer with ease. OCR has now part of commercial business extending its hands in the line of data entry and bill processing giving higher work productivity. There are lot of software available in the market to do the job but when it comes to programming in C, C++ or especially in java one can find limited libraries to achieve the same programmatically.