CultureShock! Jakarta


Book Description

CultureShock! Jakarta is the definitive guide to living and working in the capital of the largest archipelago in the world. This book imparts to readers essential tips for survival in this hot and bustling city. All you need to know about renting an apartment, getting a driver’s licence, using public transport and other nitty-gritty details of everyday life are found in this humorously written book. Providing more than just facts and practical tips, the authors give insider knowledge that cannot be found in other books. Discover the diversity and richness of Jakarta and immerse yourself in the culture, traditions and lifestyle of the locals. If you are planning to live or work in Jakarta, CultureShock! Jakarta will help you hit the ground running the moment you step off the plane.




Apache Jakarta-Tomcat


Book Description

Apache Jakarta-Tomcat, the official reference implementation for the Java servlet and JavaServer Pages technologies, has long been heralded as an excellent platform for the development and deployment of powerful Web applications. Version 4.0 offers not only numerous enhancements in flexibility and stability, but also an array of features that expand upon the Tomcat developer's already wealthy toolset. In this namesake title, best-selling author James Goodwill provides readers with a thorough introduction to Jakarta-Tomcat, offering instruction on topics ranging from the basic installation and configuration process and Web application deployment to advanced concepts of integration with other popular Apache Foundation projects such as the Apache Web server, Struts, Log4J, and the Apache XML SOAP Project. In addition to an already comprehensive introduction to core Tomcat functionality, readers also benefit from a valuable primer of what is offered in version 4.0, as Goodwill takes care to thoroughly discuss new features such as valves, security realms, persistent sessions, and the Tomcat Manager Application. In summary, Apache Jakarta-Tomcat offers both novice and advanced Jakarta-Tomcat users a practical and comprehensive guide to this powerful software.




Jakarta Inside Out


Book Description




Batavia-Jakarta, 1600-2000


Book Description

This is an odd book. An extensive and sometimes annotated bibliography, it is not a book in the sense of a narrative. However, if treated as a book in the traditional sense it leads the reader through a broad spectrum of feelings of amazement, curiosity and desire: amazement about the sheer volume, richness and detail of theliterature on Batavia/Jakarta; curiosity about the contents of certain publications or series of publications with attractive titles; and a feeling of desire immediately to begin an investigation into one of the appealing subjects stumbled upon while leafing through. The bibliography contains over 5000 titles classified into 42 broad subject categories. The vast majority of the publications consists of books, but the number of articles is also very substantial. Most of these titles (3500) were produced after 1950. The larger part of the publications are written in Indonesian, Dutch, and to a lesser extent English. But also publications in such languages as French, Chinese, German, Japanese, Russian, and many others were listed. Indexes of authors, of subjects and of titles make this bibliography easily accessible.




Explorers and Exploration


Book Description

"Contains a total of 177 articles ... that cover the entire history of exploration from ancient times to the present day"--Page 12.




The Explorers


Book Description

" ... the writings of the men and women who traversed, circumnavigated, and settled the continent ..."--Cover.




Ant Developer's Handbook


Book Description

As an open source tool, Ant is readily available and cost-effective for Java developers to try and use, but only sparse documentation exists. This book will educate those developers in these more advanced topics and help them get more out of this tool.




MySQL and JSP Web Applications


Book Description

JSP developers encounter unique problems when building web applications that require intense database connectivity. MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages development model. MySQL and JSP Web Applications begins with an overview of the core technologies required for JSP database development--JavaServer Pages, JDBC, and the database schema. The book then outlines and presents an Internet commerce application that demonstrates concepts such as receiving and processing user input, designing and implementing business rules, and balancing the user load on the server. Through the JDBC (Java DataBase Connector), the developer can communicate with most commercial databases, such as Oracle. The solutions presented in MySQL and JSP Web Applications center on the open source tools MySQL and Tomcat, allowing the reader an affordable way to test applications and experiment with the book's examples.




Beginning Jakarta EE


Book Description

Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You’ll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application. Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You’ll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development. What You Will LearnBuild enterprise Java applications using Jakarta EESet up your development environmentCreate page-flow web applications with JSF Write single-page web applications with REST and JSONPersist data using JPA in Jakarta EEBuild enterprise Java modules using EJBs and CDI Work with transaction engines using JTA Secure, log, and monitor your Jakarta EE applications Who This Book Is For Beginning Java EE application developers with some experience of Java 8.




The Complete Idiot's Guide to JavaServer Pages


Book Description

Presents a clear, comprehensible approach to JSP technology and its applications. -- The Complete Idiot's Guide "RM" to JavaServer Pages presents JSP in a way that is understandable to both the budding Web developer familiarity with Java programmer or a Web designer who's better acquainted with HTML than Servlets. -- JSP, though efficient and very applicable, relies on Java concepts. This makes learning JSP initially less intuitive than similar scripting protocols. Hence, neophytes to this technology could benefit greatly from a Complete Idiot's Guide "RM" that explains its fundamentals. -- This book will provide instructions for creating a JSP application through helping the reader get up and running on the free Jakarta tomcat server. This book is designed to gently guide the reader thorough the intricacies of JavaServer Pages (JSP). First, a basic understanding of the HTPP model and the Servlet lifecycle are presented as these are key requisites for understanding and implementing JSPs. Following this, the reader is guided through an installation of the Apache software foundation, tomcat server, which is the JSP reference implementation and is free. Several demo JSPs come with this server, which will be used to visually demonstrate the JSP concept.