MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 

Location: Categories / Computers & Electronics / Software Development / Java

Magazine articles on java programming.
Old Articles: <Older 121-130 Newer>
JavaWorld
November 2000
Julie Salzmann
Java Product News Oracle certifies E-Business Suite for the Mac... IBM's IMS 7 supports Java and XML... Tamino XML starter kit jumpstarts XML usage... Telecoms support the OSS through Java Initiative... Jacada supplies integrated Java/HTML solution... etc. mark for My Articles 1042 similar articles
JavaWorld
November 2000
Brian Goetz
Tweak your IO performance for faster runtime Although poor performance claims have plagued Java for some time, Java programs can run just as quickly as programs written in C and C++ if developers pay attention to performance issues throughout the development cycle, especially in IO... mark for My Articles 344 similar articles
JavaWorld
November 2000
Jack Shirazi
Optimize a query on a Map In this article, Jack Shirazi works through optimizing queries on Map classes. He uses a variety of performance-tuning techniques. The techniques are directly applicable to most queries, and the results of those techniques show up to a tenfold speed increase... mark for My Articles 46 similar articles
JavaWorld
November 2000
Todd Sundsted
Signed and sealed objects deliver secure serialized content The Java serialization mechanism does not protect the serialized content, and thus introduces the possibility of security flaws in applications using serialization. Two classes are designed to protect the contents of serialized objects from manipulation and examination... mark for My Articles 53 similar articles
JavaWorld
November 2000
George Lawton
Analysis: Java technology gains some ground in battle of components Comdex has so many corridors that you may occasionally chance upon people discussing technology that is actually available. At this year's conference, for example, at least one forum was dedicated to standard software components... mark for My Articles 614 similar articles
JavaWorld
November 2000
Julie Salzmann
Java Product News Motorola cultivates J2ME technology... FirstClass Systems teaches Java skills... Verve revives relational database abilities... Network Query Language translates to Linux... Mediaplex provides realtime email messages... MessageBay streamlines online audio advertisements... etc. mark for My Articles 664 similar articles
Unix Insider
November 2000
Cameron Laird, Kathryn Soraiz & Derek Lac
Scripting systems unite An introduction to Silk, the programming language that unites Java and Scheme... mark for My Articles 569 similar articles
JavaWorld
November 2000
Jeremy Blosser
Explore the Dynamic Proxy API In Java 1.3, Sun introduced the Dynamic Proxy API, which can basically mimic any interface. Add that to an abstract data model, and you can conform any loosely typed data to a strongly typed interface. This article discusses some of the Dynamic Proxy API's many benefits... mark for My Articles 77 similar articles
JavaWorld
November 2000
M. Jeff Wilson
Get smart with proxies and RMI RMI enables developers to either get a remote reference to a distributed object, in which all method calls are forwarded to the server object, or get a copy of the remote object and invoke on it locally. You can combine these approaches in a way that is transparent to the client code... mark for My Articles 205 similar articles
JavaWorld
November 2000
Brett McLaughlin
Validation with Java and XML schema, Part 3 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll learn to parse the XML schema, build up Java representations of the schema's constraints, and apply those constraints to an application's data... mark for My Articles 227 similar articles
<Older 121-130 Newer>    Return to current articles.