|
Technical Services |
| anyframe.core.basis.dao |
Generic DAO (Data Access Object) with common methods
to CRUD POJOs. |
| anyframe.core.basis.dao.hibernate |
This class serves as the Base class for all other
DAOs - namely to hold common CRUD methods that they
might all use. |
| anyframe.core.basis.dao.query |
This class serves as the Base class for all other
DAOs - namely to hold common CRUD methods that they
might all use. |
| anyframe.core.basis.model |
Base class for Model objects. |
| anyframe.core.basis.service |
Generic Manager that talks to GenericDao to CRUD
POJOs. |
| anyframe.core.basis.util |
Utility class to convert one object to another. |
| anyframe.core.cache |
Provides interfaces for managing objects in the cache. |
| anyframe.core.hibernate |
Provides interface for wrapping hibernate libraries and acting as a facade
for complex hibernate api & JDBC api. |
| anyframe.core.idgen |
Provides interfaces that IIdGenerationService and IdGenrationStrategy are
interfaces for generating unique ID mainly used. |
| anyframe.core.locator |
Provides interfaces that IServiceLocator is an interface
for looking up objects through each Lookup implementation object. |
| anyframe.core.properties |
Provides interfaces that IPropertiesService is an
interface for enabling applications to approach the value of singular key
Containig the pairs of key-value internally. |
| anyframe.core.query |
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets And also provides exception class that is thrown when there
is any problem executing the query |
| anyframe.core.query.ria |
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
RIA product. |
| anyframe.core.query.ria.gauce |
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
Gauce component which is the X-Internet solution of the
Shift Software company. |
| anyframe.core.query.ria.mip |
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
MiPlatform which is the X-Internet solution of the
TOBE Software company. |
| anyframe.core.remoting.webservices.client |
When you use Apache CXF framework to implement web
services, you can use two kinds of frontend
model(Simple frontend, JAX-WS frontend). |
| anyframe.core.remoting.webservices.server |
When you use Apache CXF framework to implement web services, you can use two
kinds of frontend model(Simple frontend, JAX-WS frontend). |