Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262817 descargas y
1106 contribuyentes !

Se han encontrado 24 Coincidencias

Learning Java by Building Android Games

Programación en Java para Android


104 Visitas | 153 Descargas | 2015-12-16 19:06:16 | josedaniel

This book will show you how to get your Android development environment set up and you will soon have your first working game. The difficulty level grows steadily with the introduction of key Java topics such as loops, methods, and OOP. You'll then use them in the development of games. You will learn how to build a math test game, a Simon-like memory game, a retro pong-style game, and for the grand finale, a Snake-style, retro arcade game with real Google Play leaderboards and achievements. The book has a hands-on approach and is packed with screenshots.

Beginning Java 8 APIs,Extensions and Extensions

Beginning Java 8 APIs,Extensions and Extensions


94 Visitas | 152 Descargas | 2016-09-15 16:10:19 | pecarrazana

This is the third book in the three-book Beginning Java series. This book contains 10 chapters. The chapters cover the Java libraries and extensions such as Swing, JavaFX, Nashorn, Java Native Interface, network programming, etc. If you have intermediate level Java experience, you can pick up chapters in any order. The new features of Java 8 are included wherever they fit in the chapter. The Nashorn script engine, which was added in Java 8, is covered in depth.

Test-Driven Java Development

Invoke TDD principles for end-to-end application development with Java


70 Visitas | 91 Descargas | 2016-10-05 19:46:05 | josedaniel

This book is written by developers for developers. As such, most of the learning will be through code. Each chapter will present one or more TDD practices and we'll try to master them by solving katas. In karate, kata is an exercise where you repeat a form many times, making little improvements in each. Following the same philosophy, we'll be making small, but significant improvements from one chapter to the next. You'll learn how to design and code better, reduce time-to-market, produce always up-to-date documentation, obtain high code coverage through quality tests, and write clean code that works.

Java Web Services: Up and Running


66 Visitas | 95 Descargas | 2016-10-06 17:58:21 | didiosky

Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You’ll learn how to write services from scratch and integrate existing services into your Java applications. With greater emphasis on REST-style services, this second edition covers HttpServlet, Restlet, and JAX-RS APIs; jQuery clients against REST-style services; and JAX-WS for SOAP-based services. Code samples include an Apache Ant script that compiles, packages, and deploys web services. Learn differences and similarities between REST-style and SOAP-based services Program and deliver RESTful web services, using Java APIs and implementations Explore RESTful web service clients written in Java, JavaScript, and Perl Write SOAP-based web services with an emphasis on the application level Examine the handler and transport levels in SOAP-based messaging Learn wire-level security in HTTP(S), users/roles security, and WS-Security Use a Java Application Server (JAS) as an alternative to a standalone web server