"Release" JEECG-P3 1.0 release, Java EE plugin Development Framework

Source: Internet
Author: User

JEECG-P3 1.0 Released!

JEECG-P3 1.0 is a Java EE plugin development framework.
Features: The business components are available in a jar, plug-in mode, loose coupling, pluggable, support for standalone deployment , and seamless integration into the JEECG platform.
"Schema description"
1. Jeecg-p3 using SPRINGMVC + Minidao + Velocity +bootstrap+ Maven (build) Framework Technology
2. Plugin Introduction method
Pom.xml file, introduce the newly developed plug- in
  1. <!--P3 Jar--
  2. <dependency>
  3. <groupId>org.p3framework</groupId>
  4. <artifactId>jeecg-p3-biz-demo</artifactId>
  5. <version>1.0.0</version>
  6. </dependency>
Copy Code3. Project Start Access method:
Start a Web project by using MAVEN mode
http://localhost/jeecg-p3-web/ {Page Access address}
4. The page level cannot use JSP, need to adopt the template language velocity
5. Plug-in development, each business component is provided in Jar package mode
6. Database configuration file:
Jeecg-p3-web/src/main/resources/dbconfig.properties

"Project description"
Jeecg-p3-web | Start the main project
       Jeecg-p3-biz-demo | Plugin Project Demo

"Getting Started with development"
    • Preparatory work:
1. Standard development tools: Eclipse + jdk7 + tomcat7 + mysql
2. Project is MAVEN project, using MAVEN to import IDE development tools such as Eclipse

    • Quick Start:
First step: Create MySQL database jeecg-p3, using UTF-8 encoding, execute the following database script
Jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
Second step: Double-click to run Jeecg-p3-web\bin\run-tomcat7.bat or Bin\run-tomcat.bat,
Start the Web server (first run, need to download the dependent jar package, please wait patiently).
Step three: Test the access address
1.http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
2.http://localhost/jeecg-p3-web/p3/auth.do?list

    • Eclipse Run Steps:
First step: Create MySQL database jeecg-p3, using UTF-8 encoding, execute the following database script
Jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
Step two: Start the project with Maven (Jeecg-p3-web)
Project Right-built->debug as->debug configurations-> Check jeecg-p3-web project--input command: Tomcat:run
Note: [1].update snapshots need to be selected, the official will keep updating the underlying package
[2]. Plug-in projects cannot be started individually, and need to be introduced into the Jeecg-p3-web project in Maven to start the Web master project
Fourth Step: Test access Address
1.http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
2.http://localhost/jeecg-p3-web/p3/auth.do?list
"code Generator"
1. Tool class: Jeecg-p3-web/src/main/java/util/p3codegenerateutil.java
2. Configuration file: Jeecg-p3-web/src/main/resources/p3-cg-config.properties
System Demo



RELATED LINKS
    • JEECG-P3 Details: Please click here
    • JEECG-P3: please click here.
    • JEECG-P3 Source Address: HTTP://GIT.OSCHINA.NET/JEECG/JEECG-P3

"Release" JEECG-P3 1.0 release, Java EE plugin Development Framework

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.