tjpcms is a Java-based CMS solution, open source and free. Its unique real-time configuration addition, deletion, modification and query function is its biggest feature and biggest advantage that distinguishes it from similar CMS, which greatly reduces duplication of work. If you understand jsp, you can quickly build a website, staticize it, etc., and the learning cost is extremely low. The documentation is complete and the support is strong, come and try it!
What is the use of tjpcms?
This is the core question of all readers! There are a lot of open source frameworks on the Internet, but they often talk about a lot, and readers don’t understand what the framework can do for users. The core function of tjpcms is to help Javaweb developers complete the addition, deletion, modification and query of pages and functions through dynamic configuration. What does it mean specifically? As an example, let’s take a look at how to dynamically configure addition, deletion, modification, and query in tjpcms.
How to use the downloaded tjpcms?
The downloaded compressed package is the project source code and database file. Import the source code into MyEclipse and the database into Mysql. Then configure the data link in the project and you can access it! Specific visible environment configuration
What components and frameworks does tjpcms use or refer to?
The bottom layer is Java, the database is Mysql, the development framework is springMVC, the database layer is MyBatis, and the backend is all very popular. The front-end mainly uses or refers to ueditor, layui, artTemplate, pintuer, ligerUI, iconfont, Ztree, etc. The front-end comprehensive requirements are higher.
What can tjpcms do for me?
In layman's terms, it actually helps you standardize various types of data into the database in the most convenient way, write as little code as possible, the less the better, do it to the extreme, functions and pages are all completed by configuration, and can be instantly Modifying the real-time display and using some tools and techniques can greatly improve efficiency. CMS only stores the background data into the database, and the front desk is responsible for the display, so they can be developed synchronously without interfering with each other. See the tutorial for details.
What are the advantages of tjpcms compared to other cms?
1. Real-time configuration addition, deletion, modification and query. Taking the backend friendly link function as an example, adding, deleting, modifying, verifying, image uploading and other functions and related pages only require 12 lines of code to complete the most common single table (friendly link page)
2. Official JSTL template. The front-end template uses the official JSTL. There is no need to learn other templates such as FreeMarker, Smarty or other niche templates developed by CMS itself. The entire site and local statics can be achieved using JSTL, which significantly reduces the learning cost.
3. Minimalist design. Advocating subtraction, the design idea is similar to RISC, only retaining the parameters necessary to form the basic functions of cms, avoiding a bunch of complex input forms, and doing whatever is convenient, which greatly facilitates secondary development.
4. Solid tutorials. Based on personal experience, the author is well aware of the importance of supporting tutorials, so he carefully wrote a set of usage documents and personally tested every step, striving to provide users with the greatest convenience.
Does tjpcms charge?
Open source (adopting the loosest MIT license) and free (free for personal reference, study, and commercial use). tjpcms is a set of rapid website building solutions for javaweb developers that the author has continuously refined and sublimated in the actual work process. The original intention is to share the design and implementation of cms-type websites with the majority of javaweb developers, so that everyone can make progress together, and it also The reference uses many excellent front-end and back-end open source frameworks, so it is open source and free, but users are not allowed to hide copyright information in any form, and please respect the author's copyright.
What are the concepts of tjpcms?
1. The target audience is developers rather than ordinary users. Leave professional matters to professionals. To use tjpcms, you must know Java web development. Ordinary users cannot use tjpcms.
2. CMS websites that are purely for information release have no vitality. For a website to be able to play a practical role and solve pain points, it must integrate business, so secondary development based on cms is the norm.
3. Fewer functions are inconvenient, more functions are more complicated, but less is better than more. The needs are ever-changing and even unexpected. Many functions may not be used by users at all, and it would be better not to have them at all.
Domestic java class cms page display