[Let's take a look at GXT] GXT-based RPC and MVC login Functions

Source: Internet
Author: User

Don't talk about anything, first!

1. Use the MySQL database for testing.


2. Simple but not simple logon interface...

3. logon interface.


4. Source Code display.


A friend asked me about GXT. I did not find a suitable Demo from the internet. I thought I had time to study it at night, so I had this article.

In fact, GXT is like using Java code to draw pages with the help of GWT toolkit, a bit like AWT or Android development; but I feel that the development cost is relatively high. First, you must understand the mechanism of GWT, and then familiarize yourself with the APIs of GXT, and gradually understand the mysteries of GWT.

Now I want to share this project with you and hope to help you.

Database Table creation statement:

Create table 't_user' ('user _ id' int (11) not null AUTO_INCREMENT, 'user _ name' varchar (50) default null, 'User _ login_name 'varchar (50) default null, 'user _ password' varchar (50) default null, 'user _ type' char (1) default null, primary key ('user _ id') ENGINE = InnoDB AUTO_INCREMENT = 3 default charset = utf8; /* Data for the table 't_ user' */insert into 't_ user' ('user _ id', 'user _ name', 'user _ login_name ', 'User _ password', 'user _ type') values (1, 'instructor yi', 'teacher', '2016', '1'), (2, 'Student 1', 'studen', '123', '2 ');

: Http://download.csdn.net/detail/u011943824/7138649


If you have any questions, please leave a message below the 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.