Java |
||
|
Saturday, March 01, 2003
J2SE: 1.4.1_02 availableDownload for J2se1.4.1_02 is available for download. Release Notes here Also noticed that Oracle has changed the way JDBC drivers are named. An excerpt from What Is New In This Release Since 9.2.0.1:
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 |