Modular basis for development of crud applications based on ee 10, jpa 3, jsf and primefaces. Aspects covered: security roles, logout, multi lingualism, auditing, theming, lazy loading into data layer, dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values, see OPERATOR Enum.
WebJar for lazyloadxt
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Lazy loading
WebJar for react-lazy-load
Android library supporting background (non-UI-thread) loading of image resource and efficient caching of scaled bitmaps
Lazy loading ZoneRuleProvider for ThreeTenBp
Modular basis for development of crud applications based on ee 10, jpa 3, jsf and primefaces. Aspects covered: security roles, logout, multi lingualism, auditing, theming, lazy loading into data layer, dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values, see OPERATOR Enum.
Lazy loading ZoneRuleProvider for ThreeTenBp
WSO2 AppServer
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Basis for development of ejb(cdi)/jpa/envers (ejbCrudApi) applications. For GUI development based on jsf 2 / primefaces guiCrudApi can be used. Aspects covered: security roles, logout, multi lingualism, record level history, theming, properties, lazy loading into data layer, dynamic jpa queries with support for all comparisons except between, syntax in parameter values (negations, is [not] null, and/or), strict separation frontend / backend and ejb / jpa.
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Android library supporting background (non-UI-thread) loading of image resource and efficient caching of scaled bitmaps
Android library supporting background (non-UI-thread) loading of image resource and efficient caching of scaled bitmaps
Android library supporting background (non-UI-thread) loading of image resource and efficient caching of scaled bitmaps
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Modular basis for development of crud applications based on ee 8, jsf 2 and primefaces. Aspects covered: security roles, logout, multi lingualism, auditing, theming, properties, lazy loading into data layer, dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values (negations, is [not] null/empty, and/or).
Provide basic ORM features not covered by Spring Data R2DBC, such as joins, lazy loading, cascade
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.
In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.
In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Lightweight library for mapping domain to dto objects without disrupting lazy load performance.
Data Controller framework with support for lazy loading, pagination, single- and multi-selection and observer pattern.
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Basis for development of ejb(cdi)/jpa/envers (ejbCrudApi) applications. For GUI development based on jsf 2 / primefaces guiCrudApi can be used. Aspects covered: security roles, logout, multi lingualism, record level history, theming, properties, lazy loading into data layer, dynamic jpa queries with support for all comparisons except between, syntax in parameter values (negations, is [not] null, and/or), strict separation frontend / backend and ejb / jpa.
openutils base Spring-Hibernate RMI remote lazy loading support
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
Modular basis for development of crud applications based on ee 10, jpa 3, jsf and primefaces. Aspects covered: security roles, logout, multi lingualism, auditing, theming, lazy loading into data layer, dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values, see OPERATOR Enum.
Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.
WSO2 AppServer
The core boneidle library, for creating annotation-driven lazy-loading proxies of objects.
The boneidle annotations, for defining lazy-loading on proxies, without including the heavier-weight core library.
Backbone-ModelRef.js provides a mechanism to respond to lazy-loaded Backbone.js models.