[Course sharing] jQuery2.0 Application Development: Integrate the SSH framework with jQuery2.0 OA automation (VSS, operamasks-UI framework ),

Source: Internet
Author: User

[Course sharing] jQuery2.0 Application Development: Integrate the SSH framework with jQuery2.0 OA automation (VSS, operamasks-UI framework ),


My qq account is 2059055336. If you are interested in this course, contact me via qq.

Course: Link: http://pan.baidu.com/share/link? Required id = 395438909 & uk = 3611155194 password: mlvl

Course: http://www.kuaipan.cn/file/id_192202874577496484.htm? Source = 1

 

1. What kind of course is this course (Comprehensive Introduction)

 

 

1.1. Course Background

 

 

The official release of jQuery 2.0 does not support IE 6/7/8 browsers. Therefore, this version is smaller and faster.

To improve people's office efficiency in modern society and meet the needs of people's automated office, we have developed a stable, reliable, easy to operate, secure and effective MyOffice system.

 

 

 

1.2 Course Content Overview

 

 

This course comprehensively introduces the development process of jQuery2.0 and OA automation system. The new features of jQuery2.0 and the front-end UI framework of operamasks are described in detail. From System Database Analysis to system role permissions, from functions to business processes. This section describes the development process of the entire OA Office System and the basic problems encountered during development. Code refactoring and code optimization examples are provided to help students gradually understand the notes of jQuery2.0 development.

 

 

 

1.3. Course outline

 

I. Theoretical Explanation:

 

Lecture 1: getting started with jquery2.0

 

Lecture 2: Basic style selector and dom operations

 

Lecture 3: Table operations

 

Lecture 4: menu Effects

 

Lecture 5: jquery + json + ajax implement cascading drop-down box special effects (on)

 

Lecture 6: jquery + json + ajax implement cascading drop-down box special effects (below)

 

Lecture 7: Details on Grid components of the jquery open-source framework operamasks_ui (I)

 

Lecture 8: Details on Grid components of operamasks_ui (Part 2)

 

Lecture 9: Tree component of operamasks_ui

 

Lecture 10: Calendar_Combo_Edit component of operamasks_ui

 

Lecture 11th: NumberField_validate component of operamasks_ui

 

Lecture 12th: operamasks_ui file upload and itemSelector Components

 

Lecture 13th: operamasks_ui window and omPanel Components

 

Lecture 14th: operamasks_ui common layout Components

 

 

Ii. office system OA project practices:

 

Lecture 1: Demand Analysis and database design (I)

 

Lecture 2: Demand Analysis and database design (II)

 

Lecture 3: Build a system development framework (I)

 

Lecture 4: Build a system development framework (II)

 

Lecture 5: vss version controller and system main interface framework

 

Lecture 6: System Logon

 

Lecture 7: system user permission Filtering

 

Lecture 8: System deregistration _ ui component role query (1)

 

Lecture 9: Add a role to delete a role

 

Lecture 10: omTree permission allocation

 

11th Lecture: Interceptor for log management

 

Lecture 12th: log query

 

Lecture 13th: System Operation Log statistics

 

Lecture 14th: Organization Information Management (1)

 

Lecture 15th: Organization Information Management (II)

 

Lecture 16th: Department Information Management (1)

 

Lecture 17th: Department Information Management (2)

 

Lecture 18th: Department Information Management (III)

 

Lecture 19th: employee information management (1)

 

Lecture 20th: employee information management (2)

 

Lecture 21st: employee information management (III)

 

Lecture 22nd: Attendance Management (_ attendance history query)

 

Lecture 23rd: Message Management (1)

 

Lecture 24th: Message Management (II)

 

Lecture 25th: Message Management (III)

 

Lecture 4: Message Management (IV)

 

Lecture 27th: agenda management (1)

 

Lecture 28th: Calendar management (II)

 

Lecture 29th: agenda management (III)

 

30th Lecture: agenda management (4)

 

 

 

1.5 instructor Introduction

 

Industry experience: 10 Years

Skills: java object-oriented programming, Oracle, Xml, J2EE, Struts, Hibernate, Spring, EJB, UML, WebService, JSF, Ajax, Android technology, C, C ++, workflow, etc.

Details:

10 years of working experience in related industries, engaged in telecom R & D of more than 10 million level in Huawei, participated in the R & D of IBSS business acceptance system of Jiangxi Telecom, and design and R & D of BSN telecom charging system of Guangxi Telecom, the PTCL Project Design of Pakistan Telecom is responsible for the development of CRM System in Chongqing, ODS data mining system in Afghanistan, and serves as the project manager. He has been engaged in high-end training for college students and has rich experience and reputation in the industry. In teaching, course R & D, and management, he has always insisted that "the quality of teaching is king, word of mouth is the best feedback "as a principle, training thousands of college students to achieve high-end employment.

 

 

 



Design Scheme of enterprise office automation management system requirement and Feasibility

Analysis on requirements of the OA Office System
Requirement Analysis on OA Office System 1
Chapter 1 Introduction 1
1.2 work done in this article 1
Chapter 2 System Development Technology 2
2.2 Spring Technology 3
Chapter 3 system analysis 6
3.2 System Analysis 7
3.2.3 my desk module 8
3.2.4 System Management Module 9
Chapter IV database design 10
4.1 table 10
Chapter V system implementation 13
Chapter 6 system testing and operation 14

Chapter 1 Introduction
1.1 Background
In normal office, enterprises usually encounter many resources and data, such as employee information, emails, application records, printers, and computers. These resources and data are usually messy when they are not properly managed, when necessary, you do not know where to store the data, which affects productivity. Therefore, we have designed an Enterprise Web OA system that can meet this requirement.
The "Enterprise Web OA system" is used to manage the daily office of an enterprise. It meets the requirements of daily office management of an enterprise and provides the function of sending and receiving short messages between employees of an enterprise, this greatly facilitates internal staff communication.
1.2 work done in this article
In order to develop the system and ensure that the system can truly meet the "applicable, adequate, and easy to use" standard, we should cooperate with the user's organization to read relevant books and electronic documents and consult with our elders. In the development and design process, the popular SSH framework integration and Jquery and Ajax technologies are used to connect to the database through Hibernate and optimize the system using some tools. In addition, in order to increase the practicability of the system and make it as close as possible to the actual application system and user requirements, I have analyzed and compared the content and functions of many similar systems, they learned their merits and some experience.
1.3 arrangement of this Article
The entire design is divided into six chapters. The main content of each chapter is as follows:
1. Introduction. This section describes the background, work, and structure of the thesis.
2. system development technology. This section describes the main technologies used in the system.
3. system analysis. This section describes the preliminary work before system development, including feasibility analysis and system design ideas and requirements. Indicators such as functions, performance, and efficiency should be achieved from the perspective of user requirements from the system perspective.
4. database design. To enable software developers to have a rough understanding of the functional division, data structure, and business processes of the software, it becomes the beginning of the entire development work.
5. system implementation. It mainly describes in detail how the project is executed and the interface display.
6. Test and run the system. Describes the testing methods, test steps, and test results.
Chapter 2 System Development Technology
2.1 Jquery and JavaScript technology
JQuery is another excellent Javascr into pt framework after prototype. Its purpose is to write less, do more, write less code, and do more. JQuery is a fast and concise javaScript library that allows you to easily process HTML documents, events, animation effects, and provide AJAX interaction for websites. Using the omnipotent $ in Jquery technology can achieve almost all Ajax technologies,
Jquery is a lightweight JS library. When using Jquery, you only need to introduce the compiled JS file. On the other hand, its UI plug-in provides an ideal view effect, it is also convenient for applications. JQuery can ensure that the user's html page is separated from the code and html content. That is to say, you don't need to insert a bunch of JavaScript code in the html to call the command. You just need to define the id.
2.2 Spring Technology
The core of Spring is a lightweight framework used to construct Java applications and implement containers in the Ioc mode. The core package is the most basic part of the framework, and provides the dependency injection feature to allow you to manage Bean container functions. The context package provides a framed Bean access method (ApplicationContext. xml), and added text message sending. The DAO package provides the abstract layer of JDBC. It also provides a method to implement... the remaining full text>
 

Related Article

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.