| Related News |
| Portal Federation with WebLogic Portal WRSP: Advanced Techniques |
| Learn how to share entire pages and books between portals and then how to use data input from one remote portlet in another remote portlet. |
| The Large-Grid Issue |
| See how you can manage, maintain, support, or even build large-Grid environments. |
| Enterprise Java Contract-First vs. Contract-Last Web Services |
| Discover two different ways to implement SOAP web services. The methods discussed here can also use either RPC or Document style implementations, and can significantly differ in development and maintenance efforts. |
| OCILIB: Faster and Friendlier Access to Oracle's OCI API |
| Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB? |
| Visual C++ 2008 Feature Pack: MFC Enhancements |
| The Visual C++ 2008 Feature Pack incorporates C++ language changes that move C++ closer to the upcoming C++0x standard. The new language elements build on the powerful features of the C++ language, and include support for regular expressions, function objects, and a number of new STL containers as well as many other new features. Review some of the new language features, and see how they can be incorporated into C++ applications. |
| .NET Tip: Sort an ArrayList Using a Custom Comparer Class |
| Provide your own comparison algorithm when sorting by implementing the IComparer interface. |
| Working With Design Patterns: Chain of Responsibility |
| The chain of responsibility pattern allows you to emulate a real-life chain of command. In a chain of responsibility, a request moves from handler to handler until someone is able to manage and return it to the client. |
| Adobe's Emerging Rich Media Ecosystem, Part 3 |
| You need both technical expertise and business savvy to create and maintain a successful streaming media site. |
| Math for Java Game Programmers, Working with Column Matrices, Points, and Vectors |
| Game programming isn't only about code. You must also have a solid understanding of the math within the code. Luckily, you can get that knowledge here. |
| Adobe's Emerging Rich Media Ecosystem, Part 2 |
| Create applications that stream video and audio to an unlimited number of clients across platforms and browsers and to any and all devices, whether they be wire line, wireless, mobile, TV, PC, or other digital devices. |
| Portal Federation with WebLogic Portal WRSP: The Basics |
| WSRP (Web Services for Remote Portlets) is a handy specification from the folks at OASIS. It provides a standard for portal applications to share portlets between portals. Discover what it can do for you. |
| .NET Tip: Writing to the Event Log |
| Create a class to add Error, Warning, and Information entries in the Windows event log. |
| Using Literal XML with Embedded Expressions in VB9 |
| Learn how to use literal XML with VB9 and embed expressions, such as LINQ queries, in the XML. |
| .NET Tip: Returning Mulitple Objects from a Single Method Call |
| Allow a single call to your method to return multiple objects using the ref keyword with parameters. |
| Successful Software Projects 301 |
| Failure rates for custom software projects are astronomical. A few relative simply choices in how you spend your time and focus your energies—without all the voodoo of the latest fad process—will make all the difference in the world. |
| .NET Tip: Sort Your Objects by Implementing the IComparable Interface |
| Allow your classes to easily be sorted they way you would like by implementing the IComparable interface. |
| Implementing AJAX Components in the JWL Framework |
| Learn how to implement all types of JWL AJAX Components into your projects. (JWL is IBM's JavaScript-based Widget Library.) |
| Good Java Style, Revisited |
| Learn the elements of good Java code style and why they are important. |