• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Beginning Java MVC 1.0: Model View Controller Development to Build Web, Cloud, and Microservices Applications » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2950560]
• Literatura piękna
 [1849509]

  więcej...
• Turystyka
 [71097]
• Informatyka
 [151150]
• Komiksy
 [35848]
• Encyklopedie
 [23178]
• Dziecięca
 [617388]
• Hobby
 [139064]
• AudioBooki
 [1657]
• Literatura faktu
 [228597]
• Muzyka CD
 [383]
• Słowniki
 [2855]
• Inne
 [445295]
• Kalendarze
 [1464]
• Podręczniki
 [167547]
• Poradniki
 [480102]
• Religia
 [510749]
• Czasopisma
 [516]
• Sport
 [61293]
• Sztuka
 [243352]
• CD, DVD, Video
 [3414]
• Technologie
 [219456]
• Zdrowie
 [101002]
• Książkowe Klimaty
 [124]
• Zabawki
 [2311]
• Puzzle, gry
 [3459]
• Literatura w języku ukraińskim
 [254]
• Art. papiernicze i szkolne
 [8079]
Kategorie szczegółowe BISAC

Beginning Java MVC 1.0: Model View Controller Development to Build Web, Cloud, and Microservices Applications

ISBN-13: 9781484262795 / Angielski / Miękka / 2020 / 441 str.

Peter Späth
Beginning Java MVC 1.0: Model View Controller Development to Build Web, Cloud, and Microservices Applications Sp 9781484262795 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Beginning Java MVC 1.0: Model View Controller Development to Build Web, Cloud, and Microservices Applications

ISBN-13: 9781484262795 / Angielski / Miękka / 2020 / 441 str.

Peter Späth
cena 190,01
(netto: 180,96 VAT:  5%)

Najniższa cena z 30 dni: 189,48
Termin realizacji zamówienia:
ok. 16-18 dni roboczych
Dostawa w 2026 r.

Darmowa dostawa!
Kategorie:
Informatyka
Kategorie BISAC:
Computers > Internet - Web Programming
Computers > Languages - General
Computers > Distributed Systems - Cloud Computing
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484262795
Rok wydania:
2020
Ilość stron:
441
Waga:
0.78 kg
Wymiary:
25.4 x 17.78 x 2.36
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane


1. About MVC - Model, View, Controller

  * History of MVC

  * MVC in Web Applications

  * MVC for Java

  * Finally, Java MVC (JSR-371)

  * Why MVC

  * Where is Hello World?


2. Prerequisite - Jakarta EE / Java EE

  * The Nature of Java for Enterprise Applications

  * Glassfish, a Free Java Server

  * Using a Preinstalled Java Server

  * Learning Java for Enterprise Applications

  * RESTful Services 


3. Development Workflow

  * Using Gradle as a Build Framework 

  * Using Eclipse as an IDE

  * More About Gradle

  * Developing Using the Console

  * Installing MVC


4. Hello World for Java MVC

  * Starting The Hello World Project

  * The Hello World Model

  * The Hello World View

  * The Hello World Controller

  * Using Gradle to Build Hello World

  * Starting a Jakarta EE Server

  * Deploying and Testing Hello World


5. Start Working With Java MVC

  * Handling User Input From Forms

  * Exception Handling in Java MVC

  * Non-String Post Parameters


6. In-Depth Java MVC

  * The Model

  * The View: JSPs

  * The View: Facelets

  * The Controller


7. In-Depth Java MVC - Part II

  * Injectable Context

  * Persisating State

  * Dealing With Page Fragments

  * Observers

  * Configuration


8. Internationalization

  * Language Resources

  * Adding Localized Messages to the Session

  * Formatting of Data in the View

  * Using JSF for Formatting

  * Localized Data Conversion


9. Java MVC and EJBs

  * About Session EJBs

  * Defining EJBs

  * Accessing EJBs

  * EJB Projects

  * EJBs with Dependencies

  * Asynchronous EJB Invocation

  * Timer EJBs


10. Connecting Java MVC to a Database

  * Abstracting Away Database Access With JPA

  * Setting up a SQL Database

  * Creating a DataSource

  * Preparing the Member Registration Application

  * Adding EclipseLink as ORM

  * Controllers

  * Adding Data Access Objects

  * Updating the View

  * Adding Entities

  * Adding Relations


11. Logging Java MVC Applications

  * System Streams

  * JDK Logging in Glassfish

  * Using JDK Standard Logging For Other Servers

  * Adding Log4j Logging to Your Application


12. A Java MVC Example Application

  * The BooKlubb Database 

  * The BooKlubb Eclipse Project

  * The BooKlubb Infrastructure Classes

  * Configure BooKlubb Database Access

  * The BooKlub Internationalization

  * The BooKlubb Entity Classes

  * BooKlubb Database Access Via DAOs

  * The BooKlubb Model

  * The BooKlubb Controller

  * The BooKlubb View

  * Deploying and Testing BooKlubb

Appendix

  * Solutions to The Exercises


Peter Späth graduated in 2002 as a physicist and soon afterwards became an IT consultant, mainly for Java-related projects. In 2016 he decided to concentrate on writing books, with his main focus set on software development. With two books about graphics and sound processing and two books for Android and Kotlin programming, his new book addresses beginning Jakarta EE developers willing to develop enterprise-level Java applications with Java EE 8.  

Get started with using the new Java MVC 1.0 framework for model, view, and controller development for building modern Java-based web, native, and microservices applications. 

Beginning Java MVC teaches you the basics, then dives in to models, views, controllers. Next, you learn data binding, events, application types, view engines, and more. You will be given practical examples along the way to reinforce what you have learned.  Furthermore, you'll work with annotations, internationalization, security, and deployment.  

After reading this book, you'll have the know how to build your first full Java-based MVC application. 

You will:

  • Discover the Java MVC 1.0 APIs and how to use them
  • Master the Model, View and Controller design pattern
  • Carry out data binding 
  • Write events
  • Work with view engines



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia