On May 4, 2014, on Youth Day, Juuluu released 1.0.5 of its enterprise website building system. After more than two weeks of hard work, the Juuluu team has done a lot of work on the transplantation of MiinCMP Sina Cloud Edition. 1.0.5 is now perfect. Runs on SAE, the domestic free java cloud host.
MiinCMP micro-JAVA enterprise website system is an enterprise website system that can run on 128M-256M ultra-low memory. MiinCMP is mainly used to solve the problem that domestic JAVA costs are high and small and medium-sized website construction companies cannot afford Java. MiinCMP uses only a small amount of CPU, memory, website space, and database space. It can run on a domestic IDC host with 128M memory and a price of 80 yuan. It can also be deployed to Sina Cloud (SAE) for free. It is a set of website building companies Ideal java CMS.
Functional modules: News system, product system, website packaging, DB-free documents, SAE platform support, etc.
Juuluu MiinCMP technical characteristics
1) Zero memory big framework: no hibernate, no struts, no spring, no freemaker.
2) Return to simplicity: use javabean+jdbc+jsp
3) For art and template design work: The template uses labeling technology, adopts page command mode, and is automatically refreshed through Tomcat. After the artist modifies the page, you can see the latest effect. The label is based on jstl, and graduates will be ready within three days. Ready to use.
4) The backend is more convenient for development: Integrate a small MVC framework based on JSP to provide support for the realization of multiple pages in one controller, making it convenient to create and manage the backend.
5) Simplification of database development: Integrate a simple ORM layer based on JDBC with zero configuration files. Since the corporate website does not have too many complex businesses, the ORM can be simplified and easy to use to speed up database development speed and flexibility.
6) A full range of java solutions for enterprise website development: orm, mvc, page command, tag technology, template technology, yui, jquery easyui.
7) Low memory: does not join the database connection pool and does not implement the caching mechanism to reduce IDC resource usage.
8) Based on mysql, it can run on most domestic IDC hosts.
9) Miin FrameWork is a complete java solution specially customized for small memory Java web App.
10) Ultra-small database occupancy: locally stored content documents, 10,000 articles, the database is less than 10M, and the system is easy to maintain.
MiinCMP1.0.5 Update
1) Update the development package to solve the problem that compiled classes cannot be updated.
2) Add the mysql document storage module to solve the problem that the SAE cloud platform cannot store html documents.
3) The document storage API has been updated to support local file IO and database storage.