A guide to integrating COBRA and Java, in which the author shows how to build scalable, secure, distributed object applications without having to discard legacy code as well as featuring examples and explanations of several Java Object Request Brokers, including ORBs from Visigenic, Son, Iona and ExperSoft.
*Coincides with growing popularity of open source Drools rules engine *Likely the first and only Drools book on the market *Captures the big picture of rules usage, including testing and debugging
Concurrent Application Development Using Akka with Scala
by Meetu Maltiar and Vikas Hazrati
Building scalable, concurrent systems is hard. Think parallelism and we think about threads. Using threads for parallelism is not only difficult but also not scalable. You can only create a certain number of threads on a box. On the other hand you can create a million Akka actors on a box. Also it is difficult to scale out (parallel scaling) using threads. Any multi threaded application likely has the keyword synchronized peppered throughout the code base. It does not follow any pattern which ma...
One of the best ways for a Java programmer to stand out from the crowd is to become a Sun Certified Java Programmer, Developer, or Architect. This book helps Java developers prepare for all three certification exams. One of the strengths of this book is that it is extremely focused--it doesn't contain extraneous information, a history of Java, or background on related technologies. This book gives readers exactly what they need to pass the exams. This book also contains a uniques test engine (wr...
"Special Edition Using EJB 2.0" starts with a description of how EJB fits into the big picture of J2EE development, then covers such topics as locating EJB's using JNDI, managing data with EJB query language, building JMS applications using the new message-driven Bean, and planning EJB applications using design patterns.
Sun Microsystems--the creator of Java--offers a Certification Exam that programmers take to demonstrate their proficiency with the language. Passing the test can mean a higher salary or a better job. This book is the ultimate authority for taking the test--since the author of the book actually developed the exam for Sun! He designed and implemented the testing guidelines and wrote the questions! This Study Guide covers every exam objective defined by Sun--including sample questions and annotated...
Monthly Bill Planner Organizer (Bill Planners 2018, #1)
by Juan Hendon
This package includes MyProgrammingLab (R). Starting Out with Java: From Control Structures through Objects provides a step-by-step introduction to programming in Java. Gaddis covers procedural programming-control structures and methods-before introducing object-oriented programming, ensuring that students understand fundamental programming and problem-solving concepts. As with all Gaddis texts, every chapter contains clear and easy-to-read code listings, concise and practical real-world example...
Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, arrays, and other memory management techniques for extreme performance; and enjoy instant start-up...
Discover the RESTful technologies, including REST, JSON, XML, JAX-RS web services, SOAP and more, for building today's microservices, big data applications, and web service applications. This book is based on a course the Oracle-based author is teaching for UC Santa Cruz Silicon Valley which covers architecture, design best practices and coding labs. Pro RESTful APIs: Design gives you all the fundamentals from the top down: from the top (architecture) through the middle (design) to the bottom (...
Java Fundamentals
by Gazihan Alankus, Rogerio Theodoro de Brito, Basheer Ahamed Fazal, Vinicius Isola, and Miles Obare
Enhance your career options with this well-crafted object-oriented programming language that enjoys the support of an enormous ecosystem of tools and librariesKey FeaturesGet introduced to Java, its features, and its ecosystemUnderstand how Java uses object-oriented programmingBecome an expert Java exception handlerBook DescriptionSince its inception, Java has stormed the programming world. Its features and functionalities provide developers with the tools needed to write robust cross-platform a...
Java: A Beginner's Guide, Sixth Edition (Inkling Ch)
by Herbert Schildt
A step-by-step guide to learning Flutter and Dart 2 for creating Android and iOS mobile applicationsKey FeaturesGet up to speed with the basics of Dart programming and delve into Flutter developmentUnderstand native SDK and third-party libraries for building Android and iOS applications using FlutterPackage and deploy your Flutter apps to achieve native-like performanceBook DescriptionGoogle Flutter is a cross-platform mobile framework that makes it easy to write high-performance apps for Androi...
Java Media APIs: Cross-Platform Imaging, Media, and Visualization presents integrated Java media solutions that demonstrate the best practices for using this diverse collection. According to Sun MicroSystems, "This set of APIs supports the integration of audio and video clips, animated presentations, 2D fonts, graphics, and images, as well as speech input/output and 3D models." By presenting each API in the context of its appropriate use within an integrated media application, the authors both i...
Advanced Java Graphics Programming
by Dave Wall, Bryan Pfaffenberger, and Arthur Griffith
This volume explores the relationship between the JFC and Java 2D, aiming to show the reader how to solve complicated two-dimensional graphics problems. It also goes beyond the JFC, showing how to simulate the behaviour of the Java 3D package with Java2D. The authors use a four-step process: a detailed description of the goal and the best methods for solving it; a listing of portions of the JFC that apply to the problem, plus any custom algorithms needed; and a Java code sample that solves the p...
From one of the world's leading Java programmers--a step-by-step guide to building enterprise-strength applications with RMI Java developers in general and EJB developers in particular need to master RMI (Remote Method Invocation) technology if they are to write distributed, enterprise-strength applications that communicate effectively with remote applications and devices even under heavy traffic. In this new book, an award-winning and internationally recognized Java expert shows experienced Ja...