|
Support XML. SourceCafe generates method
to convert object state to/from XML Documents.
Use of well-known design pattern. By using design patterns, the
generated code has good architecture and is easy for a developer
to understand. SourceCafe uses Model-View-Controller (MVC) architecture,
Data Access Object (DAO) pattern and Transfer Object pattern.
Supports Logging using Apache Log4J
:
You have the option to add logging using Log4J or System.out/err.
SourceCafe can generate implementation
code for standard interfaces and methods :
Interfaces: Serializable,
Cloneable and Comparable
Methods: toString(),
equals(), hashCode() and finalize()
SourceCafe can generate code for java.util.Properties
based persistency :
A set of methods
setProperties() and getProperties() - save/retrieve object state
to/from java. util. Properties.
SourceCafe has many convenient features by choice - copy(), relationship,
full/copy constructor and more.
|