AchitectHelper is an framework developed to make easy the development of simple 3-layered systems by providing generic layers for business and persistence. At this initial stage it helps IT students but its intented to help complex projects too.
Be the first to post a text review of AH! - Architect Helper. Rate and review a project by clicking thumbs up or thumbs down in the right column.
+============================+ | Architect Helper Changelog | +============================+ Changes in version 0.1.8 BETA (2007-06-10) ----------------------------------- * Released the first BETA version in SourceForge; * Adapted all source code to sourceforge net.sf package; * Added LGPL license; Changes in version 0.1.7 (2007-06-06) ----------------------------------- * Removed delegate methods from DAOQueryHelper that let pass query through StringBuffer; * Added the SpecificQuery interface; * Added a sample AbstractSpecificQueryImpl class to provide parameters to the derivative class; * Modified BOHelper interface and GenericBOHelper removing delegation methods that bypass StringBuffers to Persistence layer. Changes in version 0.1.6 (2007-06-03) ----------------------------------- * Added PersistenceUtil interface; * Added MessageUtil class to handler properties files of the application; * Added StringUtil class with two help methods for null, empty or blank verification; * Moved CrudAction interface ..presentation.action package; * Moved TO interface to model package; * Added TO sample, auxiliary implementation class PairTO; * Moved EO interface to model package; * Moved DAO interface to model package; * Moved DAOQueryHelper interface to model package; * Moved ProcessingPage interface to model package; * Extracted query methods from DAO interface to DAOHelper interface; * Extracted query and business logic methods from BO interface to BOHelper interface; * Added port to DAOQueryHelper in Business layer (BOHelper). Changes in version 0.0.6 (2007-05-02) ----------------------------------- * Added methods to BO interface to execute business logic objects (BOSnippets); * Added BOSnippet interface to handle the creation of business logic objects; * Changes in version 0.0.5 (2007-05-26) ----------------------------------- * Added CrudAction interface to allow the ease construction of CrudBeans for presentation layer; * Added CrudAction methods that support TO object to be accessed through Presentation layer; * Added EO mark-up interface for Entity Objects extending TO interface; * Modified generic DAO interface to accept only EO interfaces; * Modified generic BO interface to accept only EO interfaces; Changes in version 0.0.4 (2007-05-25) ----------------------------------- * Added ProcessingPage interface; * Modified DAO and BO interfaces with new method for ProcessingPages; Changes in version 0.0.3 (2007-05-25) ----------------------------------- * Added TO mark-up interface for TransferObjects; * Modified generic DAO interface to accept only TO interfaces; * Modified generic BO interface to accept only TO interfaces; Changes in version 0.0.2 (2007-05-24) ----------------------------------- * Added the generic DAO interface; * Added the generic BO interface; * Added the BOImpl [delegation of responsabilities down to persistence layer]; Changes in version 0.0.1 (2007-05-23) ----------------------------------- Initial Alpha Version
+============================+ | Architect Helper Changelog | +============================+ Changes in version 0.1.8 BETA (2007-06-10) ----------------------------------- * Released the first BETA version in SourceForge; * Adapted all source code to sourceforge net.sf package; * Added LGPL license; Changes in version 0.1.7 (2007-06-06) ----------------------------------- * Removed delegate methods from DAOQueryHelper that let pass query through StringBuffer; * Added the SpecificQuery interface; * Added a sample AbstractSpecificQueryImpl class to provide parameters to the derivative class; * Modified BOHelper interface and GenericBOHelper removing delegation methods that bypass StringBuffers to Persistence layer. Changes in version 0.1.6 (2007-06-03) ----------------------------------- * Added PersistenceUtil interface; * Added MessageUtil class to handler properties files of the application; * Added StringUtil class with two help methods for null, empty or blank verification; * Moved CrudAction interface ..presentation.action package; * Moved TO interface to model package; * Added TO sample, auxiliary implementation class PairTO; * Moved EO interface to model package; * Moved DAO interface to model package; * Moved DAOQueryHelper interface to model package; * Moved ProcessingPage interface to model package; * Extracted query methods from DAO interface to DAOHelper interface; * Extracted query and business logic methods from BO interface to BOHelper interface; * Added port to DAOQueryHelper in Business layer (BOHelper). Changes in version 0.0.6 (2007-05-02) ----------------------------------- * Added methods to BO interface to execute business logic objects (BOSnippets); * Added BOSnippet interface to handle the creation of business logic objects; * Changes in version 0.0.5 (2007-05-26) ----------------------------------- * Added CrudAction interface to allow the ease construction of CrudBeans for presentation layer; * Added CrudAction methods that support TO object to be accessed through Presentation layer; * Added EO mark-up interface for Entity Objects extending TO interface; * Modified generic DAO interface to accept only EO interfaces; * Modified generic BO interface to accept only EO interfaces; Changes in version 0.0.4 (2007-05-25) ----------------------------------- * Added ProcessingPage interface; * Modified DAO and BO interfaces with new method for ProcessingPages; Changes in version 0.0.3 (2007-05-25) ----------------------------------- * Added TO mark-up interface for TransferObjects; * Modified generic DAO interface to accept only TO interfaces; * Modified generic BO interface to accept only TO interfaces; Changes in version 0.0.2 (2007-05-24) ----------------------------------- * Added the generic DAO interface; * Added the generic BO interface; * Added the BOImpl [delegation of responsabilities down to persistence layer]; Changes in version 0.0.1 (2007-05-23) ----------------------------------- Initial Alpha Version
Hello developers, this is the first version of architecthelper it intents to help you in your application development. I didnt have time yet to translate all the documentation to english language, and also didnt make the tutorials for every modules. But, for now, feel free give it a try. See ya! :)
+============================+ | Architect Helper Changelog | +============================+ Changes in version 0.1.8 BETA (2007-06-10) ----------------------------------- * Released the first BETA version in SourceForge; * Adapted all source code to sourceforge net.sf package; * Added LGPL license; Changes in version 0.1.7 (2007-06-06) ----------------------------------- * Removed delegate methods from DAOQueryHelper that let pass query through StringBuffer; * Added the SpecificQuery interface; * Added a sample AbstractSpecificQueryImpl class to provide parameters to the derivative class; * Modified BOHelper interface and GenericBOHelper removing delegation methods that bypass StringBuffers to Persistence layer. Changes in version 0.1.6 (2007-06-03) ----------------------------------- * Added PersistenceUtil interface; * Added MessageUtil class to handler properties files of the application; * Added StringUtil class with two help methods for null, empty or blank verification; * Moved CrudAction interface ..presentation.action package; * Moved TO interface to model package; * Added TO sample, auxiliary implementation class PairTO; * Moved EO interface to model package; * Moved DAO interface to model package; * Moved DAOQueryHelper interface to model package; * Moved ProcessingPage interface to model package; * Extracted query methods from DAO interface to DAOHelper interface; * Extracted query and business logic methods from BO interface to BOHelper interface; * Added port to DAOQueryHelper in Business layer (BOHelper). Changes in version 0.0.6 (2007-05-02) ----------------------------------- * Added methods to BO interface to execute business logic objects (BOSnippets); * Added BOSnippet interface to handle the creation of business logic objects; * Changes in version 0.0.5 (2007-05-26) ----------------------------------- * Added CrudAction interface to allow the ease construction of CrudBeans for presentation layer; * Added CrudAction methods that support TO object to be accessed through Presentation layer; * Added EO mark-up interface for Entity Objects extending TO interface; * Modified generic DAO interface to accept only EO interfaces; * Modified generic BO interface to accept only EO interfaces; Changes in version 0.0.4 (2007-05-25) ----------------------------------- * Added ProcessingPage interface; * Modified DAO and BO interfaces with new method for ProcessingPages; Changes in version 0.0.3 (2007-05-25) ----------------------------------- * Added TO mark-up interface for TransferObjects; * Modified generic DAO interface to accept only TO interfaces; * Modified generic BO interface to accept only TO interfaces; Changes in version 0.0.2 (2007-05-24) ----------------------------------- * Added the generic DAO interface; * Added the generic BO interface; * Added the BOImpl [delegation of responsabilities down to persistence layer]; Changes in version 0.0.1 (2007-05-23) ----------------------------------- Initial Alpha Version
+============================+ | Architect Helper Changelog | +============================+ Changes in version 0.1.8 BETA (2007-06-10) ----------------------------------- * Released the first BETA version in SourceForge; * Adapted all source code to sourceforge net.sf package; * Added LGPL license; Changes in version 0.1.7 (2007-06-06) ----------------------------------- * Removed delegate methods from DAOQueryHelper that let pass query through StringBuffer; * Added the SpecificQuery interface; * Added a sample AbstractSpecificQueryImpl class to provide parameters to the derivative class; * Modified BOHelper interface and GenericBOHelper removing delegation methods that bypass StringBuffers to Persistence layer. Changes in version 0.1.6 (2007-06-03) ----------------------------------- * Added PersistenceUtil interface; * Added MessageUtil class to handler properties files of the application; * Added StringUtil class with two help methods for null, empty or blank verification; * Moved CrudAction interface ..presentation.action package; * Moved TO interface to model package; * Added TO sample, auxiliary implementation class PairTO; * Moved EO interface to model package; * Moved DAO interface to model package; * Moved DAOQueryHelper interface to model package; * Moved ProcessingPage interface to model package; * Extracted query methods from DAO interface to DAOHelper interface; * Extracted query and business logic methods from BO interface to BOHelper interface; * Added port to DAOQueryHelper in Business layer (BOHelper). Changes in version 0.0.6 (2007-05-02) ----------------------------------- * Added methods to BO interface to execute business logic objects (BOSnippets); * Added BOSnippet interface to handle the creation of business logic objects; * Changes in version 0.0.5 (2007-05-26) ----------------------------------- * Added CrudAction interface to allow the ease construction of CrudBeans for presentation layer; * Added CrudAction methods that support TO object to be accessed through Presentation layer; * Added EO mark-up interface for Entity Objects extending TO interface; * Modified generic DAO interface to accept only EO interfaces; * Modified generic BO interface to accept only EO interfaces; Changes in version 0.0.4 (2007-05-25) ----------------------------------- * Added ProcessingPage interface; * Modified DAO and BO interfaces with new method for ProcessingPages; Changes in version 0.0.3 (2007-05-25) ----------------------------------- * Added TO mark-up interface for TransferObjects; * Modified generic DAO interface to accept only TO interfaces; * Modified generic BO interface to accept only TO interfaces; Changes in version 0.0.2 (2007-05-24) ----------------------------------- * Added the generic DAO interface; * Added the generic BO interface; * Added the BOImpl [delegation of responsabilities down to persistence layer]; Changes in version 0.0.1 (2007-05-23) ----------------------------------- Initial Alpha Version
At this moment, Im adjusting all the project to put it inside the SF.net CVS. Things like merge the code with the LGPL license, and convert the documentation to english.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?