How to create an Ajax module in two minutes

Source: Internet
Author: User

 

Today, I accidentally saw a new Ajax Tool on the Internet, which is very similar to Delphi, full visual development, or made in China,

Looking at help, I developed a simple page and played it. It took less than two minutes to see the time.

Go to the topic. I want to make the following page for simple viewing, input, submission, and database application helloworld.

Download the tool www.joyistar.com, and start installation ....

Step 1: Start webshop first, and then create a project in file | new project, as shown below.

Then file | new assumervice creates a backend JavaBean. It is used to access data.

There is a table test1 in the demo library. You can understand this SQL statement.

After the compilation is called, make sure to set the compilation path to the Tomcat directory (Project | config). If this is not set, manually copy the class file to the Tomcat directory.

Then file | new JSP creates a JSP

This step is troublesome.

1. Click the tab on the component palette above the UI Designer and choose the component to add a object to your design.

2. Set dataset1.datasource = "demo. Simple ".

3. Set dataset1.active = true.

4. dataset1.addfields;

5. Set dbcontrols. dataset and datafield;

Then save it.

Upload the JSP to tomcat or save it to Tomcat.

 

What else ?.................

Why not ?........

Hey, enter http: // localhost/simple. jsp in the browser to see the masterpiece of the past few minutes.

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.