JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed between two releases of a product. Only the API (Application Programming Interface) of each version is compared. It does not compare what the source code does when executed.
Sample Reports:
Comparing J2SE1.4.0 and J2SE1.4.1
Comparing J2SE1.3.1 and J2SE1.4
Friday, September 12, 2003
J2SE: A nice tool to learn API differences
Posted by Kumar at 11:22 AM 0 comments
Tuesday, September 09, 2003
J2ME: Turning your phone into web Server.
I wrote a simple midlet which turns my Phone into simple web server. To keep the code simple, I removed the additional GPS capabilities. Currently the web server listens to port 8000 and repsonds "Hello, I am Kumar Mettu's Phone. Thanks for Visiting" for all requests that are sent to this tiny web server. Note that this code is tested only on Motorola i88s with Nextel Total Connect Service.
Here is the code for the tiny web server:
001 import java.io.IOException;
|
I know there is no business value for this web server. But hey turning phone into a web server and viewing it serve web pages to browser is fun :-)
Posted by Kumar at 11:47 PM 8 comments
J2ME: My new J2ME-GPS phone
Since my old phone is more than 2 years old, I bought a new Motorola i88s phone which has J2ME and GPS support.
I added some cool J2ME applications which will probably be blogging about in coming days.
Posted by Kumar at 11:31 PM 0 comments
Monday, September 08, 2003
Molecular Expressions: Science, Optics and You - Powers Of 10: Interactive Java Tutorial
Molecular Expressions: Science, Optics and You - Powers Of 10: Interactive Java Tutorial: "View the Milky Way at 10 million light years from the Earth. Then move through space towards the Earth in successive orders of magnitude until you reach a tall oak tree just outside the buildings of the National High Magnetic Field Laboratory in Tallahassee, Florida. After that, begin to move from the actual size of a leaf into a microscopic world that reveals leaf cell walls, the cell nucleus, chromatin, DNA and finally, into the subatomic universe of electrons and protons."
Posted by Kumar at 8:21 AM 0 comments