Hiển thị các bài đăng có nhãn java. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn java. Hiển thị tất cả bài đăng

Thứ Hai, 11 tháng 5, 2015

Guide to J2EE

Guide to J2EE



Enterprise Java experts John Hunt and Chris Loftus take the reader through the core technologies that make up the Enterprise Edition of the Java 2 platform (J2EE). They cover all the aspects of J2EE that both the professional and student needs to know to build multi-tier enterprise applications in Java. This includes the various technologies, design methodology, and design patterns. The text contains fully worked examples, built up throughout the book, which enables the reader to quickly develop multi-tier applications. An invaluable text for those who want to build enterprise wide applications in Java.




Thứ Ba, 7 tháng 4, 2015

OOP

OOP



You can find a whole range of programming textbooks intended for complete beginners. However, this one is exceptional to certain extent. The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming. The author endeavors not to explain the Java programming language to the readers, but to teach them real programming. To teach them how to think and design the program as the experienced programmers do. Entire matter is explained in a very illustrative way which means even a current secondary school student can understand it quite simply.




Thứ Năm, 29 tháng 1, 2015

Essential C Fast

Essential C Fast



C# is a new language from Microsoft and is a key part of their .NET framework. It is a modern well-engineered language in the same family of programming languages in terms of syntax, as C, C++ and Java. For readers with knowledge of one of these languages, it will look familiar.




Thứ Hai, 19 tháng 1, 2015

Java Performance

Java Performance



Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.




Chủ Nhật, 18 tháng 1, 2015

From Java to Ruby

From Java to Ruby



As a development team, you want to be productive. You want to write flexible, maintainable web applications. You want to use Ruby and Rails. But can you justify the move away from established platforms such as J2EE? Bruce Tate’s From Java to Ruby has the answers, and it expresses them in a language that’ll help persuade managers and executives who’ve seen it all. See when and where the switch makes sense, and see how to make it.




Principles of Programming Languages

Principles of Programming Languages



The development of programming languages has radically modified our relation to language, complexity and machines. This book is an introduction to the principles around which these languages are organised imperative constructions, functional constructions, reference, dynamic data types, objects and more. Using Java as a main language, but systematically comparing it to other languages it enables the reader to understand the unifying concepts that lie beneath each particular language and provides the tools that allow the students to adapt to new programming languages.




Chủ Nhật, 4 tháng 1, 2015

Getting Started with Oracle WebLogic Server 12c

Getting Started with Oracle WebLogic Server 12c



Getting Started with Oracle WebLogic Server 12c is a fast-paced and feature-packed book, designed to get you working with Java EE 6, JDK 7 and Oracle WebLogic Server 12c straight away, so start developing your own applications.Getting Started with Oracle WebLogic Server 12c: Developer’s Guide is written for developers who are just getting started, or who have some experience, with Java EE who want to learn how to develop for and use Oracle WebLogic Server. Getting Started with Oracle WebLogic Server 12c: Developer’s Guide also provides a great overview of the updated features of the 12c release, and how it integrates Java EE 6 and JDK 7 to remove boilerplate code.




Thứ Tư, 24 tháng 12, 2014

RESTful Web Services with Dropwizard

RESTful Web Services with Dropwizard



The RESTful Web Services concept is constantly growing compared to , technologies. Used by many , providers, RESTful has started to become the architecture of choice for the enterprise , as well. Dropwizard combines everything needed to create production ready RESTful Web Services, combining the most powerful, stable and well-known RESTful Java-based libraries.,

This practical guide will help you learn how to create, configure, and implement a dynamic Web Service application by showcasing practical examples using the most important modules of Dropwizard and combining them together.




Programmer"s Guide to Java SCJP Certification, 3rd Edition

Programmer"s Guide to Java SCJP Certification, 3rd Edition



This book will help you prepare for and pass the Sun Certified Programmer for the , Platform SE 6 (CX-310-065) Exam. It is written for any experienced programmer (with or without previous knowledge of Java) interested in mastering the Java , language and passing the SCJP 1.6 Exam.,

A Programmer’s Guide to Java SCJP Certification, Third Edition, provides detailed coverage of all exam topics and objectives, readily runnable code examples, programming exercises, extensive review questions, and a new mock exam. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool.




Professional Java for Web Applications

Professional Java for Web Applications



This guide shows Java software developers and , engineers how to build complex web applications in an enterprise environment. You’ll begin with an introduction to the , Enterprise Edition and the , web application, then set up a development application server environment, learn about the tools used in the development process, and explore numerous Java technologies and practices. The book covers industry-standard tools and technologies, specific technologies, and underlying programming concepts.




Thứ Ba, 23 tháng 12, 2014

Service Oriented Java Business Integration

Service Oriented Java Business Integration



Vendor-independent integration of components and services through JBI explained with real-world examples. Hands-on guidance to ESB-based. Integration of loosely coupled, pluggable services. Enterprise Integration , (EIP) in action, in code. ESB integration solutions using , open-source tools.




Scala for Java Developers

Scala for Java Developers



Scala for Java Developers is a step-by-step guide full of easy-to-follow code taken from real-world examples explaining the migration and integration of , in a , project.,

With this book, you will first get comfortable with the Scala syntax and its Java-like ecosystem, and then dive into new ways of building reactive web apps using the Typesafe stack including the actor-based Akka framework, the Play web framework, and the emerging Slick , for persistence. The book will then teach you how to review useful tools for unit, integration, and functional testing; demonstrate how integrating with external systems applies to the Scala world and what its benefits are.




Sams Teach Yourself Java 6 in 21 Days, 5th Edition

Sams Teach Yourself Java 6 in 21 Days, 5th Edition



In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched , Web Start applications.,

No previous , experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.,

Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.




RESTful Java with JAX-RS 2.0, 2nd Edition

RESTful Java with JAX-RS 2.0, 2nd Edition



Learn how to design and develop distributed web services in Java, using RESTful architectural principles and the JAX-RS 2.0 specification in , EE 7. By focusing on implementation rather than theory, this hands-on reference demonstrates how easy it is to get started with services based on the REST architecture.,

With the book’s technical guide, you’ll learn how REST and JAX-RS work and when to use them. The RESTEasy workbook that follows provides step-by-step instructions for installing, configuring, and running several working JAX-RS examples, using the JBoss RESTEasy implementation of JAX-RS 2.0.




RESTful Java with JAX-RS

RESTful Java with JAX-RS



Learn how to design and develop distributed web services in , using RESTful architectural principals and the JAX-RS specification in Java EE 6. With this hands-on reference, you’ll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP.,

It’s easy to get started with services based on the REST architecture. RESTful Java with JAX-RS includes a technical guide that explains REST and JAX-RS, how they work, and when to use them. With the RESTEasy workbook that follows, you get step-by-step instructions for installing, configuring, and running several working JAX-RS examples using the JBoss RESTEasy implementation of JAX-RS.




Chủ Nhật, 21 tháng 12, 2014

Professional Oracle 8i Application Programming with Java, PL/SQL and XML

Professional Oracle 8i Application Programming with Java, PL/SQL and XML



This book is for professional , , programmers who need a comprehensive roadmap of the new , possibilities with Oracle 8i. On the other hand, if you are already developing with Java and XML this book will show you how to exploit PL/SQL and the enterprise features of Oracle 8i in optimally distributing your n-tier applications. Knowledge of the essentials of PL/SQL programming is required, and familiarity with Java would be useful. What does this book cover? The Oracle 8i platform and architecture, covering Net8 and the Oracle JVM; PL/SQL development using the Web Toolkit, PSP and Designer 6i; Java application development, including a Java primer; Oracle 8i and Java Stored Procedures, EJB, BC4J, JDBC, SQLJ; XML development with an XML primer; Oracle XDK, XSQL, XSLT, Transviewer JavaBeans; Case studies using Designer 6i, interMedia, Portal-to-Go, ASP and SOAP.




Thứ Bảy, 20 tháng 12, 2014

XDoclet in Action

XDoclet in Action



Are you tired of writing the same , code, over and over again? XDoclet will take the burden of repetitive development tasks off your shoulders by automating them. XDoclet is a metadata-driven, code generation engine for Java. Starting from simple JavaDoc-style comments, it generates deployment descriptors, interfaces, , classes and other utility classes your , requires.,

XDoclet in Action is an easy to read introduction to XDoclet and its uses. It is a resource on code generation with this popular open source tool. With many short code examples and a full-scale J2EE example, the book shows you how to use XDoclet with EJBs, Servlets, JMX, and other technologies.




Thứ Năm, 18 tháng 12, 2014

CMIS and Apache Chemistry in Action

CMIS and Apache Chemistry in Action



CMIS and Apache Chemistry in Action is a comprehensive guide to the CMIS standard and related ECM concepts. In it, you’ll find clear teaching and instantly useful examples for building content-centric client and server-side applications that run against any CMIS-compliant repository. In fact, using the CMIS Workbench and the InMemory Repository from , Chemistry, you’ll have running code talking to a real CMIS , by the end of chapter 1.,

This book requires some familiarity with content management systems and a standard , language like Java or C#. No exposure to CMIS or Apache Chemistry is assumed.




Beginning POJOs

Beginning POJOs



Beginning POJOs introduces you to open source lightweight web development using Plain Old , Objects (POJOs) and the tools and frameworks that enable this. Tier by tier, this book guides you through the construction of complex but lightweight enterprise Java-based web applications. Such applications are centered around several major open source lightweight frameworks, including Spring, Hibernate, Tapestry, and JBoss.,

Additional support comes from the most successful and prevalent open-source tools: , and Ant, and the increasingly popular TestNG. This book is ideal if you’re new to open source and lightweight Java.




Beginning JSP, JSF and Tomcat, 2nd Edition

Beginning JSP, JSF and Tomcat, 2nd Edition



Start building Java – based web applications now, even if you’re a complete newcomer to Java. Comprehensive and example – driven, Beginning JSP, JSF, and Tomcat: , Web Development, Second Edition is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the world’s most popular open source Java web server, , Tomcat.