Schulungen sortiert nach Schlagwort : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Schulung Kurs

 

  Die GFU | GFU Kundenliste | Kontakt  
  Alle Schulungen im Google Kalender
  Home Seminare Firmenschulung Service Semicolon
  » Home » Seminare » Kategorien » Java » Webanwendungen mit Servlets und JavaServer Pages (JSP) Seminar   



Webanwendungen mit Servlets und JavaServer Pages (JSP)

Offene Termine


08.09.-10.09.2008 Anmelden
15.12.-17.12.2008 Anmelden

   Durchführung garantiert 
 freie Plätze verfügbar 

Firmenschulung


Inhouse-Schulung mit Wunschtermin

 Anfragen 

Individualschulung


Schulung für eine Einzelperson
mit Wunschtermin

 Anfragen 

Wir beraten Sie gern

Infoline 0221 82 80 90
Email an GFU



Im GFU-Bookshop finden Sie u. a. folgende Bücher zu diesem Seminar / Lehrgang:


Head First Servlets and JSP
"Imagine a world without eBay. . . unthinkable! How would you get that Farrah Fawcett poster, retired Beanie Baby, or first-edition pet rock? Handling over a gazillion (OK, we exaggerate--it´s actually only 1 billion) page views each day, server-side Java makes eBay work. Isn´t it time you learned the latest (J2EE 1. 4) versions of Servlets & JSPs? This book will get you way up to speed on the technology you´ll know it so well, in fact, that you can pass the Sun Certified Web Component Developer (SCWCD) 1. 4 exam. If that´s what you want to do, that is. Maybe you don´t care about the exam, but need to use Servlets & JSPs in your next project. You´re working on a deadline. You´re over the legal limit for caffeine. You can´t waste your time with a book that makes sense only AFTER you´re an expert (or worse one that puts you to sleep). No problem. Head First Servlets and JSP´s brain-friendly approach drives the knowledge straight into your head (without sharp instruments). You´ll interact with servlets and JSPs in ways that help you learn quickly and deeply. It may not be The Da Vinci Code, but quickly see why so many reviewers call it "a page turner". Most importantly, this book will help you use what you learn. It won´t get you through the exam only to have you forget everything the next day. Learn to write servlets and JSPs, what makes the Container tick (and what ticks it off), how to use the new JSP Expression Language (EL), what you should NOT write in a JSP, how to write deployment descriptors, secure applications, and even use some server-side design patterns. Can´t talk about Struts at a cocktail party? That´ll change. You won´t just pass the exam, you will truly understand this stuff, and you´ll be able to put it to work right away. This new exam is tough--much tougher than the previous version of the SCWCD. The authors of Head First Servlets and JSP know: they created it. (Not that it EVER occurred to them that if they made the exam really hard you´d have to buy a study guide to pass it. ) The least they could do is give you a stimulating, fun way to pass the thing. If you´re one of the thousands who used Head First EJB to pass the SCWCD exam, you know what to expect!"

Seminar

Basiswissen Web-Programmierung
":Dieses Buch ist für Leser geschrieben, die auf dem Gebiet der Web-Programmierung noch wenig oder kein Vorwissen besitzen und sich in einem knappen Zeitbudget einen fundierten Überblick einschließlich praktischer Erfahrungen verschaffen wollen. Bei entsprechendem Vorwissen können Sie an einer beliebigen Stelle in dieses Buch "einsteigen" oder auch nur ausgewählte Techniken durcharbeiten. Für XHTML, CSS und XML sind keine Vorkenntnisse nötig. Ihre Voraussetzungen Für die Einführungen in JavaScript und PHP sollten Sie Grundkenntnisse der strukturierten Programmierung und ein Grundverständnis der Objektorientierung besitzen. Die Einführungen in JSP, ASP. NET und Ajax setzen dagegen solide Grundkenntnisse in der objektorientierten Programmierung voraus. Java oder C# bilden eine ideale Voraussetzung. "

Seminar

Web Development with Java
Web development is simpler than it seems, especially with the software tools freely available on the web. This book breaks from the tradition of teaching a history of web development and jumps to the good stuff from the outset so that students can start writing real applications. It introduces readers to a 3-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a good background in programming will be able to master them. Java Server Pages are HTML pages that have some data references in them. Java Servlet contain the business logic. Hibernate handles the data. This book uses existing powerful technologies such as JSP, JavaBeans, Annotations, JSTL, Java 1. 5, Hibernate, Apache Velocity and Tomcat. It also presents Model 1 architectures using Servlets and JSP as alternatives to Perl and PHP. Written novice developers, this book provides an introductory course in web development for undergraduates as well as web developers.

Seminar

Programming Jakarta Struts
"While the look and feel of an enterprise web application is certainly important, developers usually find themselves spending far too much time on the front-end presentation before they can get to coding the good stuff--the business logic at the heart of the program. Jakarta Struts addresses this issue by combining Java Servlets, Java ServerPages (JSP), custom tags, and messaging resources (like Java Message Service) into a unified, re-usable framework. The result is a cooperative, synergistic platform that´s efficient and suitable for independent developers, large development teams, and everyone in between. The Struts Framework has become a highly popular open source project, but there´s still woefully little documentation on the technology. What does exist is far too basic and lacks critical information for developers like you writing today´s complex web applications. The revised and expanded Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did--including an overview of the concepts involved in writing web applications; installation and configuration instructions for getting Struts up and running; a thorough discussion of how Struts implements the Model-View-Controller (MVC) design paradigm (known as the Model 2 approach) and how to interface with that pattern in your own applications; Logging, Validation, and Exception Handling with Struts; using Tiles; writing internationalization and localization code using Struts; and practical, real-world best practices for web applications--as well as plenty more: now fully up to date with Struts 1. 1, this edition covers the latest material on tag libraries and the new JavaServerFaces (JSF) APIs and even includes all-new chapters on JSF, JSTL/EL, and security. With each enterprise system he s developed, author Chuck Cavaness has spent many grueling hours learning invaluable lessons about Struts and figuring out the dos and the don´ts of building web applications. He saves you time and headaches by sharing that invaluable real-world experience here, with his realistic, practical, here´s how to do it approach to using the Struts Framework to its fullest potential. "

Seminar

Java Servlet and JSP Cookbook
"With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications. Java Servlet and JSP Cookbook presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code "recipe" that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book. But "Java Servlet and JSP Cookbook" is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to similar situations. These recipes include vital topics like the use of Ant to setup a build environment, extensive coverage of the WAR file format and web. xml deployment descriptor, file-uploading, error-handling, cookies, logging, dealing with non-HTML content, multimedia, request filtering, web services, I18N, web services, and a host of other topics that frustrate even the most seasoned developers. For Java web developers of all levels who are eager to put into practice the theory presented in other API-focused books, the solutions presented in this practical book will prove invaluable over and over again. This is painless way for less experienced developers who prefer to learn by doing to expand their skills and productivity, while accomplishing practical solutions to the pressing problems they face every day. More experienced developers can use these recipes to solve time-consuming problems quickly, freeing up their time for the more creative aspects of their work. "

Seminar