Java White Papers
Java Theory and Practice: The pseudo-typedef antipattern
Overview The motivation for the pseudo-typedef antipattern is straightforward enough - developers want a way to define more compact type identifiers, especially as generics make type identifiers more verbose. The problem is that this idiom creates tight coupling between code that employs it and that code's clients, inhibiting reuse. One may not like the verbosity of generic type identifiers, but this is not the way to solve it.
| Publisher | IBM | File Format | HTML |
|---|---|---|---|
| Date Published | February 2006 | ||
| Format | White Papers | ||
| Topics | |||
NetUnity WSRP .NET Framework: WSRP Portlet Development Framework for .NET
The NetUnity WSRP .NET Framework is a comprehensive portlet development framework based on open standards and Microsoft .NET. The Framework allows developers to rapidly create rich, interactive and standards-based portlets...
Java RMI Vs. .NET Remoting
This paper focuses on Java/RMI and Microsoft's .Net Remoting, the two popular distributed object paradigms for application development today. Java RMI, acronym for Remote Method Invoking, is designed by Sun...
A Retailer's Guide to JavaPOS Solutions
Point-of-sale (POS) systems with their associated devices (i.e. scanners, printers, and signature readers just to name a few) form an integral part of the technology infrastructure underlying the modern retail...
Implementing a Semantic Web Blackboard System Using Jena
This paper discusses the need for a hybrid reasoning approach to handing Semantic Web data and explains why it believes that the Blackboard Architecture is particularly suitable. The authors describe...
MIDP Application Security 4: Encryption in MIDP
Computer applications use ciphers to protect sensitive information from theft. Encrypted data can be safely transmitted over an insecure network like the Internet. This paper shows how encryption protects data...



