web applications list

Want to know web applications list? we have a huge selection of web applications list information on alibabacloud.com

Mobile Web Applications

10 easy-to-develop mobile application development framework this article reprinted open source Chinese community http://www.oschina.net/slightly changed. Mobile app development for iPhone and Google Android is growing rapidly. There are countless mobile Web applications published on the Internet. These applications require a lot of work and the hard work of many

Developing Web Applications

Static resource accessWhen we develop Web applications, we need to reference a large number of JS, CSS, pictures and other static resources.Default configurationSpring boot defaults to provide a static resource directory location to be placed under Classpath, and the directory name must conform to the following rules:/static/public/resources/meta-inf/resourcesExample: We can create a static in the src/main/

How to Use Ajax technology to develop Web Applications (1)

In the past, web applications were restricted due to the need to reload web pages (or load other pages) to obtain new data. Although other methods are available (without loading other pages), these technologies are not well supported and tend to be prone to bugs. In the past few months, a technology that has not been widely supported in the past has been used by

jquery-based Web front-end 10 different applications preview and source code

by 4.html5+jsToday, using HTML5 with JavaScript to create a toner, the main function is to move the slider to see the color changes, and the RGB value will change, you can also enter the RGB value to preview the color. The technique used is very simple, the sliders are made using the form in HTML5, and the color change is JS's manipulation of the DOM.Online Demo Source Download5.HTML5 drag and drop upload images, you can upload more than oneIn HTML5, you can use the methods provided in the Data

Implementation of the MVC pattern in Java Web applications

that can encapsulate multiple objects into an object (bean). The feature is serializable, providing a parameterless constructor that provides getter methods and setter methods to access the properties of the object.  4.EJB    Enterprise JavaBean, EJB, JavaBean is a server-side manageable component that is used to build enterprise-class applications. The specification for EJBS is provided in the Java Enterprise Edition API (Edition). EJB is a server-s

Improve the performance of Web applications, identify bottlenecks, and speed up client content __web

Article from: IBM DeveloperWorks Introduction: as a Web user, we know that the speed at which a page is loaded or refreshed is critical to its success. This article will help you better understand the factors that affect the performance of your Web application. Learn to identify these problems and find bottlenecks in the client content. Explore the performance issues of JavaScript, DOM, CSS, and Dojo widget

Mvc3 quick creation of web applications (1)

so far, you can only hand-Write it by feeling) C: \ Program Files \ Microsoft Visual Studio 10.0 \ common7 \ ide \ itemtemplates \ CSHARP \ WEB \ MVC 3 \ codetemplates Here, addcontroller is the template you run when you right-click the Controller in Vs and addview is the template executed when you add the view. Why modify them? Because we want to add jquery, easyui, JSON, and better page experience and asynchronous processing. There are two files in

Using Struts+spring+hibernate to assemble Web applications

Most of the less complex Web applications can be divided into at least 4 accountability levels. These levels are: presentation layer, persistence layer, business layer, domain model layer. Each layer has a clear responsibility in the application and should not confuse functionality with other layers. Each application layer should be independent of each other but put a communication interface between them.

Enterprise Distribution Micro Service Cloud Springcloud springboot MyBatis (v) Unified exception handling for Web applications in Spring boot

When we are doing Web applications, it is very common for errors to occur during request processing. Spring Boot provides a default mapping: When an exception is thrown in processing, it is /error forwarded to the request for processing, and the request has a global error page to display the exception content.Choose a previously implemented web App (Chapter3-1-2)

Summarize browser-based security vulnerabilities in Web applications

be automatically filled out, from the interception request can be very easy to find the account and password information.TipsIn the most recent version of most browser products, this auto-save feature is still available. In this special easy to hit the library of the age, the password is really not good to remember, this is to see the choice of their own.5. Browser historyWhen a user submits data, not a GET request is a POST request. A GET request can be found by observing the URL itself, but t

4 ways to summarize TOMCAT deployment Web applications (recommended) _tomcat

There are four ways to deploy Web applications in Tomcat, briefly summarizing the following: (1) Automatic deployment with Tomcat (2) Using the console for deployment (3) Add custom Web Deployment Files (%tomcat_home%\conf\catalina\localhost\appname.xml) (4) Manually modify the%tomcat_home%\conf\server.xml file to deploy the

Developing a new generation of Web applications using AJAX Technology (4)

ajax|web| Program Due to the unpredictability of network potential, this perceptible error comes and goes, and testing the responsiveness of the application can become more difficult. Therefore, the network potential is the most common reason for the poor interactivity of real-world applications. Four, asynchronous client In practice, we must try to make the UI response independent of network activity. For

Developing Web applications with the "MEAN" technology stack (iii) building a database with MongoDB

; Next (); }); }); Questionschema.set ( ' Toobject ', {getters: true }); As a result, each time question executes the Save method, the function is called to obtain the most recent ID after the increment. Backup and import of database backup and import of course is necessary, for example, you can take this my backup files directly into the practice, so that the step-by-step creation of the steps are omitted. To back up a database you can use the Mongodump command using the following: Mongodum

A new way to build Web applications

If you want to ask what is the most attractive thing to do, it is to create a Web application. After all, when was the last time you heard someone praising the interaction design of a product? They are cool and innovative projects (except the ipod). Aside from this, web designers have no better way of designing an interactive web than a little envious of our desk

Ajax accelerates Web applications

Ajax|web At present, the IT industry relies more and more on web systems in providing business applications. Although web browsers have always been an ideal and inexpensive way to provide software to remote users, they do not provide rich client functionality like desktop applicat

The development process of Web applications

Web The development process is very cumbersome, the previous step is a little wrong to the last to find the words may be the whole project to start again. So the steps to use the specification at development are very important.  Step One: AnalysisThe first step in developing a Web application is to analyze your own needs. We should now define an application that is as thoughtful as possible and should provi

Enable mobile functionality for Web applications without changing application code

Brief introduction Although mobile browsers are becoming more powerful as Android, IOS and other mobile operating system versions continue to grow, physical limitations remain, such as smaller screens and using touch as a new input mode (rather than using a mouse). Although some smartphones may be able to display a website, the final display results are often difficult to use or even completely useless. Buttons and other controls need to be resized so that they can be easily manipulated through

Office Web applications in SharePoint 2010

Office Web Applications allows users to view and edit Word, Excel, PowerPoint, and OneNote documents directly in the browser without having to install the appropriate Office programs on the client. In site collection feature management, you can activate Office Web Apps to use the Office Web Apps feature in the current

Use Java to implement comet Web Applications (1)

Turn: http://java.csdn.net/page/2c89de24-b042-4a55-abf1-0db9bdef3aba Start In this article, I will show you how to use different Java technologies to build some simple comet web applications. Readers should have some knowledge about Java Servlet, Ajax and JavaScript. We will examine some of the features that support comet in Tomcat and jetty, so we need to use the latest versions of these two products. Thi

Spa design and architecture-understanding single Page Web applications (Emmet America. A Scott) Chinese PDF scan version

universal. But in order to make the content more comprehensive and specific, theSPADesign and Architecture: Understanding a single pageWebapplication will passKnockout,Backbone.jsandAngularJSthese three different styles ofmv*Framework for a comparative discussion, which is a major feature of this book. Also in relation to specificmv*Framework Knowledge Point, theSPADesign and Architecture: Understanding a single pageWebthe application will provide the appropriate information. Examples in the bo

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

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.