Download WordPress Themes, Happy Birthday Wishes

Java Based Real Time Programming

Computers, such as microprocessors, are more and more often embedded in products that the user does not perceive as computers. This is the case for both consumer electronics (your CD player, mobile phone, etc.), home supplies (your micro-wave oven, w

Read More »

RESTful Java with JAX-RS 2.0: Designing and Developing Distributed Web Services

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

Read More »

Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX

A complete guide to writing Java programs that read and write XML documents. Shows developers how to save XML documents, read XML documents, communicate with network servers that send and receive XML data, and integrate XSLT into their programs.Proce

Read More »

3D Game Development with LWJGL 3

This book introduces the main concepts required to write a 3D game using the LWJGL 3 library.LWJGL is a Java library that provides access to native APIs used in the development of graphics (OpenGL), audio (OpenAL) and parallel computing (OpenCL) appl

Read More »

Developing Reactive Microservices: Enterprise Implementation in Java

With microservices taking the software industry by storm, traditional enterprises running large, monolithic Java EE applications have been forced to rethink what they’ve been doing for nearly two decades. But how can microservices built upon reacti

Read More »

Practical Guide to Building an API Back End with Spring Boot

It is important in our fast-paced world to be able to prototype quickly, but also to ensure that you are not doing any wasted work.This is one of the major strengths of Spring Boot. The smallest application can fit in a tweet, yet your application wi

Read More »

The JHipster Mini-Book

JHipster generates a complete and modern web app, unifying: - A high-performance and robust Java stack on the server side with Spring Boot - A sleek, modern, mobile-first front-end with Angular and Bootstrap - A robust microservice architecture with

Read More »

Microservices for Java Developers: Introduction to Frameworks and Containers

Is microservices architecture right for your organization? These services have many benefits, but they also come with their own set of drawbacks. In this hands-on, example-driven guide, Java developers and architects will learn how to navigate popula

Read More »

Object-Oriented vs. Functional Programming – Bridging the Divide between Opposing Paradigms

The schism between the functional and object-oriented programmers is really a false binary. Yes, the first group argues that FP is superior for a multicore world, while the second insists that OOP is better at matching technical solutions to business

Read More »

The Java Web Scraping Handbook

Web scraping or crawling is the art of fetching data from a third party website by downloading and parsing the HTML code to extract the data you want. It can be hard. From bad HTML code to heavy Javascript use and anti-bot techniques, it is often tri

Read More »