Life of a java disciple




J2EE Blogs:

J2ME Blogs:

.NET Blogs:

Important Links:

International Users:


















This page is powered by Blogger. Isn't yours?
Friday, February 28, 2003
 

General: Sun's Coding and Naming Conventions


Sun's coding and naming conventions documents are scattered around. So trying to provide all the links in one place:

1. Code Conventions for the Java Programming Language
2. Code Conventions for the JavaServer Pages Version 1.x Language
3. Naming Conventions for Enterprise Applications
4. The Java 2 Platform Enterprise Edition Naming Policies
5. How to Write Doc Comments



Wednesday, February 26, 2003
 

Eclipse: OutOfMemoryError's with Eclipse


Most of the applications need more memeory that default memory used by eclipse. Eclipse let you pass any VM arguments using -vmargs.

To set mx and mx values to 512M use the following command line arguement:
eclipse -vmargs -Xms512M -Xmx512M


Monday, February 24, 2003
 

ECipse: 2.1RC1 missing New and Noteworthy docs


Eclipse 2.1RC1 is missing New and Noteworthy docs. To upgrade or not? hmmmmmmmm


 

General: Now its .NET CF vs J2ME


A Pretty good comparison of .NET CF and J2ME. Must Read


Thursday, February 20, 2003
 

$NEW$: starting my blog


Created new Blog at Blogger.com.
Plan to update whenever I have something new to say.