Home > Articles > Programming > Java

Java

693 Items

Sort by Date | Title

Big Games, Small Screens
Sep 6, 2002
If you're considering designing mobile games, check out your competition by looking at the current micro platforms including WAP, SMS, MIDP, and J2ME. Learn what's hot, what's coming up in the future and how you can compete with all of it.
Bindstorming and JavaFX Performance
Jun 2, 2009
Jim Connors, co-author of explains bindstorming, when a multitude of JavaFX bind recalculations severely hampers interactive performance.
BlackBerry Application Data Push
Dec 8, 2009
Research In Motion's (RIM) support for push is thorough and manifests itself in several ways. This chapter provides background information about the application data push capabilities provided by the BlackBerry platform.
BlackBerry Developer's Conference Wrap-Up
May 5, 2010
John Wargo discusses the announcements made at the last Research In Motion developers conference.
Blending Images in Java
Sep 12, 2008
Jeff Friesen introduces high-performance Java code that you can incorporate into your own image transitions.
Branching, Looping, and Creating Methods in JSP
Mar 7, 2003
Examine three crucial techniques for the JSP programmer: branching, looping, and creating methods. You'll study branching and looping statements, create methods, and pass data to and return data from methods.
Build Your Own Java-Based Email Programs
May 10, 2002
Jeff Friesen introduces you to the anatomy of an email message and shows you how to use the Network API to develop programs that send and receive email messages.
Build Your Own Media Player
Apr 13, 2001
Java expert Geoff Friesen shows how to use the Java Media Framework (JMF) to create a media player program that plays MP3s, MPEGs, and other kinds of media files.
Building a Custom JBoss Login Module
Jun 10, 2005
JBoss comes with very useful modules to define how to log in, but they're designed in a generic fashion to be examples or used in a very simple application. Marcus Zarra walks you through extending one of these modules to fit a custom requirement.
Building a Light-Seeking Robot with Q-Learning
Apr 19, 2002
How can machines learn while unsupervised? The Lego Mindstorms kit, along with leJOS, contains everything needed to implement the fascinating Q-Learning algorithm.
Building a MapReduce Application with Hadoop
Jan 16, 2013
In the second article in this series on Java programming and Hadoop, Java programming expert Steven Haines explains what a MapReduce application is and how to build a simple one.
Building a Professional Swing JTable
Sep 10, 2004
Creating an editable table using Swing's API can be a painful experience and getting it to look good at the same time has been called "nearly impossible." Fortunately, it can be done, and Marcus Zarra shows the way.
Building a Solid Foundation for JPA and Hibernate
Feb 16, 2009
Stephen B. Morris provides fully worked examples and techniques to help you get on top of JPA and Hibernate.
Building an Android Tip Calculator App
Feb 11, 2014
This chapter shows you how to create an interactive Android app: the Tip Calculator. It provides step-by-step instructions covering the GUI, coding, and debugging.
Building P2P Applications
Dec 13, 2002
Examine a variety of P2P applications and the architectural issues that need to be resolved in order to build them.
Building Web Services in Java
Apr 19, 2002
Robert Brunner takes a detailed look at some of the Java building blocks that can be used to build Web services in this sample chapter from Java Web Services Unleashed.
Building Web Services with Java: SOAP
May 10, 2002
Learn how to use SOAP straight out of the box, and how to extend SOAP in multiple ways to support your diverse and changing needs.
Business Tier Design Considerations
Oct 10, 2003
One common practice in designing an EJB application is to map the object model directly into entity beans, resulting in a large number of fine-grained entity beans -- and increased container and network overhead. Learn how to avoid EJB design problems from this sample book chapter.
Charlie Hunt on Java Performance Monitoring and Tuning
Oct 4, 2011
Steven Haines and Charlie Hunt, co-author of Java Performance, talk about performance issues, application monitoring, scalability vs performance, and the impact cloud computing has on application monitoring and performance management.
Chet Haase and Romain Guy Talk Java UI
Jun 2, 2009
Steve Haines gets with Chet Haase and Romain Guy for a quick Q&A before JavaOne 2009.

<< < Prev Page 3 4 5 6 7 Next >