Monday, April 16, 2007
Packaging EJB 3 Applications
Read full Article here.
Tuesday, April 03, 2007
International Enhancements in Java SE 6
One important strength of the Java Platform, Standard Edition (Java SE) has always been its internationalization and localization support. The platform continues to evolve, and Java SE 6 provides developers even more control over how they access and use locale-sensitive resources in their applications.
Read Full Article here...
First Article on JSON
JDK 6 and JDBC 4.0 Advanced Concepts
This article addresses some of the advanced data management concepts starting with a new annotations capability added to the JDBC 4.0 specification.
Via[CodeGuru.com]
10 Commandments for Java Developers
For all Java developers, this is really a learning one. count your problems, roadblocks, other issues while coding abd bug-fixing. Here you can find simple 10 ways to adopt for having a smiling future. no more worries. this article outlines ten most basic rules that every developer must adhere to and the disastrous outcomes that can follow if these rules are not followed.
Thanks [Aleksey Shevchenko via developer.com]
Easier, Better, Faster - Java SE 6
Just Saw my first presentation on Java6 today. Its nice one and simple enough to have an overview and whats good in java6. Play time is nearly 27 mins. Must one for Java Czars.
Thanks [Sunmeetings.webex.com]
Thursday, March 22, 2007
Articles on Java XML Digital Signature API
While checking Sean Mullan's Blog, I came across article on XML Signatures.
This is nice article to start learning about XML Signature with Java. Also Indication of release of Apache Java XML Security 1.4 which is based on JSR 105, standard Java XML Digital Signature API.
Programming With the Java XML Digital Signature API
Java XML Digital Signature API
Basic Tutorial reg. Java XML Digital Signature API
[Thanks S. Mullan]
XML Schemas: Best Practices
Nice article regarding use of XML schemas. Address the issue in nice and simple examples.
In a project where multiple schemas are created, should we give each schema a different targetNamespace, or should we give all the schemas the same targetNamespace, or should some of the schemas have no targetNamespace?
Tuesday, March 13, 2007
Hibernate Enabled Flex Application
Thanks [Mind the Gap]