Google Web Toolkit 2 Application Development Cookbook

Google Web Toolkit 2 Application Development Cookbook
Title Google Web Toolkit 2 Application Development Cookbook PDF eBook
Author Shamsuddin Ahammad
Publisher Packt Publishing Ltd
Pages 333
Release 2010-11-24
Genre Computers
ISBN 1849512019

Download Google Web Toolkit 2 Application Development Cookbook Book in PDF, Epub and Kindle

Over 70 simple but incredibly effective practical recipes to develop web applications using GWT with JPA, MySQL and i Report.

JavaFX 1.2 Application Development Cookbook

JavaFX 1.2 Application Development Cookbook
Title JavaFX 1.2 Application Development Cookbook PDF eBook
Author Vladimir Vivien
Publisher Packt Publishing Ltd
Pages 483
Release 2010-08-24
Genre Computers
ISBN 1847198953

Download JavaFX 1.2 Application Development Cookbook Book in PDF, Epub and Kindle

Over 60 recipes to create rich Internet applications with many exciting features.

Google Web Toolkit 2 Application Development Cookbook

Google Web Toolkit 2 Application Development Cookbook
Title Google Web Toolkit 2 Application Development Cookbook PDF eBook
Author Shamsuddin Ahammad
Publisher Packt Publishing Ltd
Pages 333
Release 2010-11-24
Genre Computers
ISBN 1849512019

Download Google Web Toolkit 2 Application Development Cookbook Book in PDF, Epub and Kindle

Over 70 simple but incredibly effective practical recipes to develop web applications using GWT with JPA, MySQL and i Report.

Libgdx Cross-platform Game Development Cookbook

Libgdx Cross-platform Game Development Cookbook
Title Libgdx Cross-platform Game Development Cookbook PDF eBook
Author David Saltares Márquez
Publisher Packt Publishing Ltd
Pages 816
Release 2014-10-29
Genre Computers
ISBN 1783287306

Download Libgdx Cross-platform Game Development Cookbook Book in PDF, Epub and Kindle

If you want to make cross-platform games without the hassle and dangers of writing platform-specific code, or If you are a game programmer who may have some experience with Java and you want to learn everything you need to know about Libgdx to produce awesome work, this is the book for you. To take full advantage of the recipes in this book, you are expected to be familiar with java with good game programming knowledge.

Go Web Development Cookbook

Go Web Development Cookbook
Title Go Web Development Cookbook PDF eBook
Author Arpit Aggarwal
Publisher Packt Publishing Ltd
Pages 326
Release 2018-04-23
Genre Computers
ISBN 1787288560

Download Go Web Development Cookbook Book in PDF, Epub and Kindle

86 recipes on how to build fast, scalable, and powerful web services and applications with Go Key Features Become proficient in RESTful web services Build scalable, high-performant web applications in Go Get acquainted with Go frameworks for web development Book Description Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go. The Go Web Development Cookbook teaches you how to create REST services, write microservices, and deploy Go Docker containers. Whether you are new to programming or a professional developer, this book will help get you up to speed with web development in Go. We will focus on writing modular code in Go; in-depth informative examples build the base, one step at a time. You will learn how to create a server, work with static files, SQL, NoSQL databases, and Beego. You will also learn how to create and secure REST services, and create and deploy Go web application and Go Docker containers on Amazon Cloud Services. By the end of the book, you will be able to apply the skills you've gained in Go to create and explore web applications in any domain. What you will learn Create a simple HTTP and TCP web server and understand how it works Explore record in a MySQL and MongoDB database Write and consume RESTful web service in Go Invent microservices in Go using Micro – a microservice toolkit Create and Deploy the Beego application with Nginx Deploy Go web application and Docker containers on an AWS EC2 instance Who this book is for This book is for Go developers interested in learning how to use Go to build powerful web applications. A background in web development is expected.

Mastering Hibernate

Mastering Hibernate
Title Mastering Hibernate PDF eBook
Author Ramin Rad
Publisher Packt Publishing Ltd
Pages 204
Release 2016-05-16
Genre Computers
ISBN 178528875X

Download Mastering Hibernate Book in PDF, Epub and Kindle

Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise application About This Book Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache Observe how Hibernate bridges the gap between object-oriented concepts and relational models Discover how Hibernate can address architectural concerns such as Transaction, Database Multi-tenancy, Clustering, and Database Shards Who This Book Is For Mastering Hibernate is intended for those who are already using or considering using Hibernate as the solution to address the problem of Object Relational Mapping. If you are already using Hibernate, this book will help you understand the internals and become a power user of Hibernate. What You Will Learn Understand the internals of a Hibernate session and how Entities are managed Declare better mapping between entity classes and database tables Manage entity associations and collections Fetch data not just by entity ID, but also using HQL, Criteria Objects, Filters, and Native SQL Observe the first and second level caches and find out how to manage them Collect statistics and metrics data for further observation Make your application work with multi-tenant databases In Detail Hibernate has been so successful since its inception that it even influenced the Java Enterprise Edition specification in that the Java Persistence API was dramatically changed to do it the Hibernate way. Hibernate is the tool that solves the complex problem of Object Relational Mapping. It can be used in both Java Enterprise applications as well as .Net applications. Additionally, it can be used for both SQL and NoSQL data stores. Some developers learn the basics of Hibernate and hit the ground quickly. But when demands go beyond the basics, they take a reactive approach instead of learning the fundamentals and core concepts. However, the secret to success for any good developer is knowing and understanding the tools at your disposal. It's time to learn about your tool to use it better This book first explores the internals of Hibernate by discussing what occurs inside a Hibernate session and how Entities are managed. Then, we cover core topics such as mapping, querying, caching, and we demonstrate how to use a wide range of very useful annotations. Additionally, you will learn how to create event listeners or interceptors utilizing the improved architecture in the latest version of Hibernate. Style and approach This book takes a close look at the core topics, and helps you understand the complex topics by showing you examples and giving you in-depth discussions.

AngularJS Web Application Development Cookbook

AngularJS Web Application Development Cookbook
Title AngularJS Web Application Development Cookbook PDF eBook
Author Matt Frisbie
Publisher Packt Publishing Ltd
Pages 545
Release 2014-12-26
Genre Computers
ISBN 178328336X

Download AngularJS Web Application Development Cookbook Book in PDF, Epub and Kindle

This is not your grandmother's JavaScript cookbook. If you have a foundational understanding of the framework and want to expand your AngularJS skillset with strategies and methodologies for building performant and scaleable production applications, this is the book for you. This book assumes you have an understanding of the basics of AngularJS, and experience with JavaScript.