This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Interface.Factory.newInstance() ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Interface.Factory.newInstance() ?" Watch "Interface.Factory.newInstance() ?" New topic
Author

Interface.Factory.newInstance() ?

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
Most of the DataBinding framework(JAXB / XMLBeans) objects are created like Interface.Factory.newInstance(). I would lik eto know the reason for creating the newInstance thru Factory ?
kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
any input ?
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Factory_method_pattern
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Interface.Factory.newInstance() ?