The JME3 Development Environment The JME3 development environment is based on NetBeans. If you are familiar with this environment, then JME3 will be easy to pickup. If not, then you should not have much difficulty using JME3 as it is well organized. We will point out those features that you…
jMonkey – Game Logic and Application States
Understanding Application States The Appstate interface is found in the com.jme3.app.state package. It allows us to control the logic of the game on a global scale. Application states are used to handle a wide variety of different situations and to simplify the simpleUpdate method. Let’s look at a few different…
Java Logging
Taken from: Click on the cover to learn more Configuring Java Logging You can configure java logging in three different ways: Use a configuration properties file Configure logging by providing a class Setup your own logging configuration Using a Configuration File The configuration file for the logging system is…
Oracle FDMEE Training – Log Analysis
Process Logs The FDMEE process log is the first step to troubleshooting a failed process. The process log captures, in a text-based file, information about an execution of application functionality. The process log can contain an extraordinary amount of information. As highlighted in Chapter 1, the level of detail contained…
Oracle Siebel Open UI Developer’s Handbook | Creating a Custom Utility Library
Every seasoned programmer can relate to the need to keep a library of often-used functions. Using such utility libraries is established and highly recommended practice and we should revert to this technique in Siebel Open UI development as well. In the following case study, we will use a public Open…
Oracle Siebel Open UI CRM – Example Code Files
Taken from Appendix B of The Oracle Siebel Open UI Developer’s Handbook [2016 Edition] Working with Example Code Files The book contains case study examples that are complemented by code archives. In this appendix, we will briefly review the techniques for importing code files into your self-study environment. The following will…
Answers to Oracle Service Cloud Questions | Sample Exam Training
From time to time in your career as an Oracle Service Cloud user, consultant or administrator, you will be called upon to demonstrate your knowledge. This might be in the form of an assessment, an interview or some sort of examination either at corporate or a higher level. The book…
How to Publish Your Technology Book
P8tech is one of the world’s most forward thinking technology book publishers out there. The world of tech moves at breakneck speed, and we pride ourselves on trying to keep pace. We publish books across the technology space although we have historically focused on Java-related and Oracle Enterprise topics. If…
Data is Wealth | J Bruce Daley
Data is Wealth It’s all numbers, the croupier thought. Spin of the wheel, turn of the card, time of your life, date of your birth, year of your death. In the book of Numbers the Lord said, “Thou shall count thy steps”. Paul Mayersberg Thanks to the internet of things…
What is Oracle Policy Automation?
Taken from: Click on the cover to learn more. What is Oracle Policy Automation? Oracle Policy Automation is the name given to a family of applications concerned with the design, development and deployment of business rules. The solution aims to decrease the time it takes to write rules, as well…