Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.bean.common.web.* (3)

org.jeteam.bean.common: Javadoc index of package org.jeteam.bean.common.


Package Samples:

org.jeteam.bean.common.web

Classes:

DTOFactory: The DTOFactory is a utility class that centralizes the code that converts a data transfer objects (DTOs) into value objects. Value objects are representations of the domain, similar but very much simpler than the actual entity beans they are associated with. DTOs on the other hand are the client's view of the beans. For each bean we need an object that can transfer the bean attributes from the service to the entity, in the case of Container Manager Relations we do not include associated bean information in the DTO. Since a service may need to work with several entity beans it is therefore necessary ...
DataFactory: The DataFactory is a utility class that centralizes the code that converts a client's data transfer objects (DTOs) into value objects from the domain. DTOs are the client-side view of the actual entity beans, please note they only hold the persisted state of the corresponding entity bean, not the relationships with other beans. Since a service may need to work with several entity beans it is therefore necessary to centralize the code to create these Value Objects, otherwise we risk having duplicate code spread over the services. This class is designed to do exactly that. As an extra there are method ...
SettingConstants
AbstractCRUDDispatchAction
MenuDispatchAction
MenuDispatchForm

Home | Contact Us | Privacy Policy | Terms of Service