Skip to main content

2015 | OriginalPaper | Buchkapitel

6. Spring Web with AJAX

verfasst von : Iuliana Cosmina

Erschienen in: Pivotal Certified Spring Web Application Developer Exam

Verlag: Apress

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

The topic of this chapter is not a subject in the certification exam, but it is useful to know all the tools that can be used to develop a web application in the most efficient way. A properly designed user interface should ensure that a request is sent to the server only when the content of the request is complete and valid so that it can be used by a server operation. Using requests between the client and the server application is not a good practice. It is time-consuming and can go wrong when the network connection is unstable.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
There are JavaScript libraries that can validate form user input before submission; for example, the jQuery validation plugin ( http://jqueryvalidation.org ).
 
2
jQuery UI provides a plugin that to implement the behavior with little effort ( https://jqueryui.com/autocomplete/ ).
 
3
The official jQuery site ( https://jquery.com ).
 
4
Examples include jQuery UI ( https://jqueryui.com ), Bootstrap ( http://getbootstrap.com ), AngularJS ( https://angularjs.org ).
 
6
Some jQuery AJAX methods allow definition of two callback methods: one for successful requests and one for failed ones.
 
7
Smaller resources load faster on browsers; that’s why production minified files are recommended.
 
8
The complete list of HTML DOM events can be found at http://www.w3schools.com/jsref/dom_obj_event.asp .
 
9
The full API for jQuery in a very readable format can be accessed at http://jqapi.com/ .
 
10
The API for these two functions can be found at https://msdn.microsoft.com/library/cc836459%28v=vs.94%29.aspx .
 
11
JSTL is part of the JEE web development platform and extends the JSP specification by adding a set of JSP tags that can be used for the most common tasks, like XML and text processing, conditional execution, loops, and so forth. More details about tag libraries can be found on the official page https://jstl.java.net/ .
 
12
Oracle custom tags creation; see https://docs.oracle.com/javaee/7/tutorial/ .
 
Metadaten
Titel
Spring Web with AJAX
verfasst von
Iuliana Cosmina
Copyright-Jahr
2015
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4842-0808-3_6