See: Description
| Interface | Description |
|---|---|
| IFactoryBldServices<RS> |
Abstraction of sub-factory of business-logic dependent services.
|
| Class | Description |
|---|---|
| AFactoryAppBeans<RS> |
Application beans factory for any RDBMS.
|
| AFactoryAppBeansH2 |
Application beans factory for H2 RDBMS.
|
| AFactoryAppBeansJdbc |
JDBC based Application beans factory.
|
| AFactoryAppBeansMysql |
Application beans factory for Mysql RDBMS.
|
| AFactoryAppBeansPostgresql |
Application beans factory for Postgresql RDBMS.
|
| AFactoryAppBeansSqlite |
Application beans factory for Sqlite RDBMS.
|
| FactoryAppBeansH2 |
Application beans factory for H2 RDBMS.
|
| FactoryAppBeansMysql |
Application beans factory for Mysql RDBMS.
|
| FactoryAppBeansPostgresql |
Application beans factory for Postgresql RDBMS.
|
| FactoryAppBeansSqlite |
Application beans factory for Sqlite RDBMS.
|
| FactoryBldServices<RS> |
Sub-factory of business-logic dependent services.
|
| FactoryDatabaseWriterXml<RS> |
Simple factory that create a request(or) scoped bean.
|
| FactoryReplicatorXmlHttp<RS> |
Simple factory that create a request(or) scoped bean.
|
| FactoryReplicatorXmlHttps<RS> |
Simple factory that create a request(or) scoped bean.
|
| InitAppFactory<RS> |
Initialize app-factory with servlet parameters.
|
| LstnDbChanged<RS> |
Re-initializes external context after database
has been changed (i.e.
|
Instantiate a bean inside of another bean by constructor (new) is bad practice. This is delegators that instantiate beans for a client. Cause don't use IOC.
Copyright © 2016–2018. All rights reserved.