Life of a java disciple
| ||
|
Friday, February 28, 2003
General: Sun's Coding and Naming ConventionsSun'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 EclipseMost 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 docsEclipse 2.1RC1 is missing New and Noteworthy docs. To upgrade or not? hmmmmmmmm Thursday, February 20, 2003
$NEW$: starting my blogCreated new Blog at Blogger.com. Plan to update whenever I have something new to say. |