|
[2003-06-30] Considerations for Mobile Game Development More and more J2ME handsets are being deployed world wide by all major cellular carriers and are supported by mobile manufacturers like Nokia, Siemens, Motorola and Sony Ericsson. There will be if not already a huge demand in mobile development, one of these key areas undoubtly is mobile gaming.
With that being said this tutorial will give you a brief introduction in developing games using J2ME (Java MicroEdition), visit Sun MicroSystems for further details at http://wireless.java.sun.com.
[2003-06-11] J2ME - Using Ant with J2ME What is Ant
Apache Ant is an open source Java based build tool under the Apache Software License. Essentially Ant is to Java like make is to C/C++. It helps you to proficiently organize your code from build, test, deploy and execute. As well assist in multiple levels in debugging or optimization, custom packaging and is easily configurable when interfacing with 3rd party tools such as obfuscators. More infomation on Ant can be found at the Ant website, http://ant.apache.org.
[2003-06-10] A Better Java than Java? When Java was first released is was hailed as a revolution. Many lawsuits and arguments followed, chiefly between Sun and Microsoft. With their C# language, Microsoft have created what Java should have been 6 years ago - but Sun have still failed to get it there.
[2003-06-02] The Problem with J2EE J2EE is a great thing. As a rich collection of technologies to support the development and deployment of server-side business logic written in Java, it is a total marvel. Here at Cape Clear, we believe that while J2EE is great, it isn't the answer to every problem, specifically it is overkill as an infrastructure to deploy Web Services. This article explains why.
[2003-06-02] ID Verification using JSP One of the most important parts of web development is to make sure that only authorized users get access to certain areas of the site. This tutorial takes a look at various steps involved in making JSP pages which validate a user ID and password from a MS Access database which contains the username and password.
|
|