[X] The "/2009 Vixta Aero 3D/VixtaAero3D.DVD.Mobile7.iso" file could not be found or is not available. Please select another file.

Share

More
AH! - Architect Helper Icon

AH! - Architect Helper

beta

by tennaito


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.


http://architecthelper.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

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.

Project Feed

  • File released: /architecthelper/BETA TEST/architecthelper-0.1.8-sample.tar.gz

    posted 882 days ago

  • File released: /architecthelper/BETA TEST/architecthelper-0.1.8-sample.zip

    posted 882 days ago

  • architecthelper BETA TEST file released: architecthelper-0.1.8-sample.tar.gz

    +============================+ | 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

    posted 882 days ago

  • architecthelper BETA TEST file released: architecthelper-0.1.8-sample.zip

    +============================+ | 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

    posted 882 days ago

  • First BETA testing release

    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! :)

    posted by tennaito 884 days ago

  • File released: /architecthelper/BETA TEST/architecthelper-0.1.8-BETA-all.zip

    posted 884 days ago

  • File released: /architecthelper/BETA TEST/architecthelper-0.1.8-BETA-all.tar.gz

    posted 884 days ago

  • architecthelper BETA TEST file released: architecthelper-0.1.8-BETA-all.zip

    +============================+ | 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

    posted 884 days ago

  • architecthelper BETA TEST file released: architecthelper-0.1.8-BETA-all.tar.gz

    +============================+ | 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

    posted 884 days ago

  • Initial Stage

    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.

    posted by tennaito 886 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

AH! - Architect Helper Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review