|
|
||
Lance Andersen's BlogPorting ArchivesIf you are writing J2EE applications then you should be using Java Application Verification Kit for the EnterprisePosted by lancea on June 22, 2004 at 08:37 AM | Permalink | Comments (3)The Java Application Verification Kit for the Enterprise (J2EE AVK) is a valuable tool for any J2EE developer. The toolkit allows you to validate that your J2EE applications are correctly utilizing the APIs provided by J2EE and helps you to understand whether your application is using vendor specific features. The newest release of the J2EE AVK provides support for J2EE 1.4 and incorporates some new features that I am sure you will find useful:
You are probably asking why should I starting using the J2EE AVK if my applications run just fine today? The use of the J2EE AVK will help you to find issues that might work with the current version of your application server, but could fail when you upgrade or migrate to another server. One simple example of an error that the J2EE AVK will catch:
Now the above violates section 17.4.1 of the EJB 2.1 specification and on some application servers the deployment will fail and on some deployment will succeed but the attribute will be ignored. Even if you have not had a chance to take the J2EE AVK for a test spin, we would be interested in your feedback to the following questions. We will be summarizing the responses as part of our J2EE AVK BOF:
I hope you will give the J2EE AVK a try. You can download a copy of the AVK from here. To find out more about the J2EE AVK, consider attending one of the following JavaOne sessions:
If you cannot make any of the JavaOne sessions, please stop by the pavilion and visit POD #1225 Java Verified Program - Enterprise Application . We look forward to seeing you at JavaOne! | ||
|
|