- Object-oriented database technology to provide persistence.
- Lucene as high performance full-text indexing and search technology.
- ZK as a component- & event-driven Ajax-based Web framework.
-
Jease content framework integrates Java DB (3 messages)
- Posted by: Ted Kenney
- Posted on: January 06 2010 10:13 EST
Jease (www.jease.org), a content management framework based on the best in open source Java technologies, has added support for the Perst object-oriented, open source embedded database system from McObject. When used with Jease, Perst becomes the persistence engine for highly customized, content- and database-driven Web applications that leverage the productivity and efficiency of working with “plain old Java objects” (POJOs). Jease (the name combines “Java” and “ease”) provides building blocks for developers with even a little Java experience to assemble Web applications tailored to specific needs. The goal of Jease is to offer a flexible content management framework rather than a full-blown content management system, said Jease founder and project leader Maik Jablonski. “Jease makes it very easy to create custom content structures -- such as FAQs or pages for a particular Web site section-- within minutes. The user creates a POJO and ‘programmatically declares’ that POJO's appropriate content editor (the form used to create and edit data for the structure). Just a few lines of code and you're done,” Jablonski said. “Jease handles behind-the-scenes considerations like persistence (thanks to the object-oriented database), a full Ajax-driven user-interface with drag/drop, and high-performance full-text-search.” To accomplish this, Jease is built on top of some of the most powerful and widely used open source technologies in the Java community:Threaded Messages (3)
- Looks nice by Michael Klaene on January 08 2010 15:25 EST
- Difference between internal and public site by Maik Jablonski on January 19 2010 12:00 EST
- Comfortable Air Beds by thu tran on March 31 2011 02:26 EDT
- Difference between internal and public site by Maik Jablonski on January 19 2010 12:00 EST
-
Looks nice[ Go to top ]
- Posted by: Michael Klaene
- Posted on: January 08 2010 15:25 EST
- in response to Ted Kenney
The ZK framework is pretty powerful. I've used it on smaller apps. There was a recent link to an article on TSS about performance monitoring - using ZK(the article came from the ZK site). That is the once concern I guess with ZK, given the server-centric architecture, is performance when a large number of users involved. Have you done much in the way of performance testing? -
Difference between internal and public site[ Go to top ]
- Posted by: Maik Jablonski
- Posted on: January 19 2010 12:00 EST
- in response to Michael Klaene
Have you done much in the way of performance testing?
Jease uses ZK as frontend for the internal CMS-Application and not for rendering the public web-site. Although ZK consumes more ressources than traditional web-frameworks, it scales pretty well for typical "Jease-use-cases": thinking of a few hundred users who maintain the content of a web-site. Rendering the public site via JSPs (I like JSPs, but you're free to use any other technology) allows to serve several thousand concurrent requests per second from a single machine easliy... throwing in some more Apaches or Squids as additional proxies will do the rest. -
Comfortable Air Beds[ Go to top ]
- Posted by: thu tran
- Posted on: March 31 2011 02:26 EDT
- in response to Maik Jablonski
Thank you for registering at MyBangalore.