The Java Speech API: A Primer on Speech Applications 09 Jul 2005 01:19 GMTNow that speech applications need to be integrated with Web-based applications, Java has become the language of choice in which to build them. Benoy Jose explains the basics of how speech applications work and how the Java Speech API can help you build applications that inter-operate with each other and with all Java-compatible platforms.
Source: JavaBoutique Getting Started with Maven 06 Jul 2005 04:00 GMTIn this excerpt from
Maven: A Developer's Notebook, authors Vincent Massol and Timothy M. O'Brien show you how to install and start working with Maven, the do-it-all Java project builder/manager.
Source: O'Reilly Generics in J2SE 5.0 06 Jul 2005 04:00 GMTGenerics are one of the most prominent language features in J2SE 5.0, but are you using them yet? Properly used, they allow greater flexibility, compile-time type safety, and fewer annoying and potentially unsafe casts. In this article, Budi Kurniawan shows how they work.
Source: O'Reilly Review: Altova UModel 2005 01 Jul 2005 20:21 GMTThough UML is widely supported by key development players such as Microsoft, Oracle, and IBM, the cost of UML tools has prevented it from becoming widespread. Altova aims to change that by offering an inexpensive UML tool designed specifically for the smaller development shop. Is it time for you to start working with UML? Drew Falkman investigates.
Source: JavaBoutique