search
HomeWeb Front-endHTML TutorialJava framework Bootstrap, jQuery, SpringMVC, Hibernate high performance and high concurrency_html/css_WEB-ITnose

                                                                                                                  Extjs5.1's general background management system, obtain the address

QQ: 3228979148

Javaee enterprise development framework, referred to as Jeefw [javaee framework], is our software group for fast It takes several months to develop various B/S products and develop an enterprise development framework. The framework has been tested by the test group and has been applied to multiple projects.

The front end of the JavaEE enterprise development framework uses the most popular HTML, CSS and JS framework - Bootstrap. All developers can get started quickly and can be adapted to all devices (PC devices, tablets, mobile phones, etc.). Applicable to all projects (website, OA, ERP, CRM, APP backend, etc.).

The front-end of the JavaEE enterprise development framework adopts a lightweight flat design, which automatically adjusts the page for different screen sizes so that it performs well on screens of various sizes.

The system has 4 skin themes. The main functions include login, registration, report, password retrieval, password change, user management, department management, menu management, Dictionary management, personal data management, information release management, role authority management, email sending and receiving management, etc.                                                                                                                                                                                                                                                      The back-end and front-end of the system all use the latest official stable version, which can be directly applied to the enterprise production environment.

Backend

Main technologies: Spring 4.1.5 (management transactions), SpringMVC 4.1.5 (as the control layer), SpringSecurity 3.2.6 (authentication and authorization, permission management), Hibernate 4.3.8 (as the data persistence layer), Hibernate Search 5.1.0 (full-text search), Ehcache 2.9.0 (as a second-level cache to improve performance), Lucene 4.10.4 and Quartz 2.2.1 (timing index generation), JUnit 4.12 (unit testing), Google Guava Collections 18.0 (a collection tool library with better performance), Log4j (logging), etc.

The durable layer of the framework will be encapsulated, modified, deleted, sorted, paged, and various conditions will be added to the general module, and there is almost no handwritten SQL.

Front-endMain technologies: Bootstrap 3.3.2, HTML5, jQuery 1.11.2 (loaded when IE), jQuery 2.1.3 (loaded when not IE), jQueryMobile (supports mobile touch and other effects), HTML5 Shiv and Respond (allows IE6- IE8 to support HTML5 elements and media queries).

1. Login: BootstrapTooltip prompt, jQuery Validation verification form, switch 3 background images, Spring Security's remember-me mechanism records user login status, Apache CommonsEmail sends email to retrieve password.

2. Registration: BootstrapTooltip prompt, Bootstrap Datepicker to select date/time, jQuery Validation verification form, switch 3 background images.


3. Information release management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) and refresh records, export to Excel; jQuery Hotkeys monitors keyboard events; Bootstrap Wysiwyg serves as a rich text editor; Quartz combines with Lucene to regularly generate indexes of titles, authors, and text, and uses HibernateSearch for full-text search.


4. User management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) and Refresh records, export to Excel; Bootstrap Datepicker selects date/time.


5. Role permission management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) And refresh records, export Excel; Bootstrap FuelUX Tree as a tree component.


6. Menu management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) and Refresh records and export to Excel. Spring Security controls permissions and displays different menus for different users.


7. Department management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) and Refresh records and export to Excel.


8. Dictionary management: jQueryjqGrid displays grid data, Ajax paging, table sorting, add, edit, view, delete, query (optional AND or OR query) and Refresh records and export to Excel.


9. Email sending and receiving management: jQueryHotkeys monitors keyboard events, Bootstrap Wysiwyg serves as a rich text editor, jQuery Gritter serves as a message notification component, Bootstrap Tags switches tabs, and Spring JavaMailSenderImpl sends emails.


10. Personal information management: jQuery Gritter as message notification component, Bootstrap Datepicker to select date/time, Bootstrap Select2 as drop-down box component, Bootstrap Editable for instant text editing, Bootstrap File Input upload file.


11. Personal information management (traditional editing interface): Edit fields in the traditional way, and you can also change passwords.


12. Home page and reports: jQueryUI Custom as an instance set, jQuery UI Touch Punch adds touch event support, jQueryEasy Pie Chart renders pie charts with HTML5 animation effects, jQuery Sparkline generates static and dynamic spectrum charts, and jQueryFlot draws various charts. Control interface: select skin, fixed navigation bar, fixed sidebar, fixed breadcrumb navigation, switch to left, switch to narrow screen, mouse over to display submenu, compact sidebar, menu item highlighting, etc.


13. 18 Bootstrap static instances: including typography, UI elements, buttons & icons, sidebar sliders, nested drag lists, jQuery DataTables, form elements , wizard & validation, UI components, calendar notes, photo albums, price tables, invoices, timelines, Q&A help, 404 pages, 500 pages and Bootstrap Grid.

Static examples include: Bootstrap Colorpicker implements a color picker instance, Bootstrap DateRangePicker implements a double date selection instance, Bootstrap DualListbox implements a double list box instance, Bootstrap Multiselect uses options to input multiple attributes instances, Bootstrap Bootbox builds a dialog box instance , jQuery Rty as a scoring plug-in example, jQuery Spin Button to increase or decrease the text box value, jQuery Nestable to move and drag the tree structure example, jQuery DataTables to implement various table effects, jQuery Chosen to expand and beautify the drop-down box, jQuery Masked Input to implement masking Code text input box example, jQuery Input Limiter implements word limit example, jQuery Autosize dynamically adjusts Textarea size example, jQuery Knob implements knob effect example, jQuery Typeahead automatically completes text example, jQuery Colorbox plays slideshow and other content examples, FuelUX Wizard implements wizard Effect examples, FuelUX Spinner implementation spinner examples, Additional Methods combined with jQueryValidate validation form examples, FullCalendar as a calendar plug-in example, GoogleCode Prettify highlight code examples.


14. Code structure: The system is divided into presentation layer, control layer, business logic layer and data persistence layer to reduce system coupling and improve system operating efficiency and maintainability. sex. Common codes at each level are abstracted (such as additions, deletions, modifications, and searches), allowing other classes at that level to inherit, greatly reducing code redundancy. The system has high security and adds anti-SQL injection mechanism. All code is formatted, fully commented, beautiful and easy to read.


We provide source code, SQL files for 3 databases (MySQL, Oracle, SQL Server), detailed documentation, various latest learning materials and technical support for Bootstrap, and also giveaway based on ExtJS5.1's general backend management system, get the address

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
HTML as a Markup Language: Its Function and PurposeHTML as a Markup Language: Its Function and PurposeApr 22, 2025 am 12:02 AM

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The Future of HTML, CSS, and JavaScript: Web Development TrendsThe Future of HTML, CSS, and JavaScript: Web Development TrendsApr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Is It a Programming Language or Something Else?HTML: Is It a Programming Language or Something Else?Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML: Building the Structure of Web PagesHTML: Building the Structure of Web PagesApr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.