To generate
a java bean from an XML schema you can use the Rational Application
Developer tool. This product has the feature to build a java bean from
an .xsd file (schema file).
_______________________________________________
_______________________________________________
This
feature is available in the web services tools in the product. For more
details about the Rational Application Developer you can refer to the
IBM website.
To use
that web services tool for generating the java bean from the xsd file,
you have to create a project that works with java code in the Rational
Application Developer. Once you configure the product to work in that
way, open up the resource perspective in the Window menu.
Now in
the navigator view open up the xsd file from the project. Now choose
File -> New -> Other and then select web services. You will find
a wizard for the mentioned purpose.
Now you
can use this wizard and follow the instructions you get on the screen
once you complete the steps of the wizard you will find that the java
bean code has been generated from the xsd file you have selected.
The Almanac -- weekly (Moldova.org)
Today is Monday, July 21, the 203rd day of 2008 with 163 to follow.The moon is waning. The morning stars are Neptune, Mercury and Uranus. The evening stars are Jupiter, Venus, Mars and Saturn.Those born on this date are under the sign of Cancer. They include composer Chauncey Olcott (When Irish Eyes Are Smiling) in 1860; author Ernest Hemingway and poet Hart Crane, both in 1899; Canadian ...
Java Tip: Simplify Spring Apps with @Autowired (Developer.com)
The Spring framework is a popular choice for Java developers due to its combination of power and simplicity. Spring is many things, but at its core, Spring is an IOC (Inversion of Control) container. It lets developers build applications that express object dependencies through configuration files.