public marks

PUBLIC MARKS from BlueVoodoo

04 June 2008

Make an Admin’s job easier with HACMP/XD-PPRC

HACMP/XD uses PPRC mirroring technology to provide disaster recovery for critical applications' data. This involves collecting configuration data from the storage as well as from the cluster nodes; at times this can be tedious. This article shows you how, using pprc4hacmp, configuration data is generated automatically for HACMP/XD-PPRC.

03 June 2008

Understand the benefits of using a native XML database

Native XML databases have grown in popularity along with XML, because data is stored as native XML, rather than through tables in a traditional database. In this tutorial, you will get quickly up to speed using a native XML database and see how to use it to benefit XML development.

02 June 2008

Kerberos and AIX v6

Learn to make use of the Kerberos authentication tickets in the day-to-day network services on IBM AIX V6 and discover how Kerberos can be useful in getting rid of the password hassles for network service logons. This is another method towards achieving single sign on (SSO) on an AIX system network.

30 May 2008

IBM Web 2.0 Developer Kit

Organizations want to take advantage of open, flexible Web 2.0 technologies. They want to use social software and mash-ups to add a new dimension of imagination and innovation. IBM's Web 2.0 solutions are already helping businesses apply Web 2.0 technologies across the globe to gain a competitive advantage.

Learn 10 more good UNIX usage habits

As a follow-up to Michael Stutz's excellent article, this article provides 10 more good habits to adopt that will improve your UNIX command-line efficiency. Learn about common errors and how to overcome them, and discover exactly why these 10 UNIX habits are worth picking up!

29 May 2008

10 time-saving techniques in Eclipse Europa

This tutorial shows how to be more productive with Eclipse Europa, providing 10 ways to speed up your development in Eclipse. Many of the features shown for productivity are either new or improved features introduced in Eclipse Europa.

28 May 2008

Build software with Gant (Groovy and Ant)

In this tutorial, get a step-by-step through Gant's fundamental concepts. You'll learn how to define behavior in your build through flexible domain-specific language, how to reuse Ant features, and how to define functions that make your builds more efficient and even proactive.

27 May 2008

Tips on designing a preprocessor for C++ with Antlr

Learn how to use Antlr to create a C++ preprocessor. Using this approach to create the C++ compiler, you don't need a separate preprocessor engine. Instead, the preprocessor engine can be integrated as part of the lexer.

23 May 2008

Java theory and practice: Going wild with generics

One of the most complicated aspects of generics in the Java language is wildcards, and in particular, the treatment and confusing error messages surrounding wildcard capture. Java developer Brian Goetz deciphers some of the weirder-looking error messages emitted by javac and offers some tricks and workarounds that can simplify using generics.

22 May 2008

Configuring Infiniband for AIX

Infiniband is an interconnect technology that breaks through the bandwidth and fanout limitations of PCI bus by switching from traditional shared bus architecture to a switched fabric architecture. This article explains how to use RDS (Reliable Datagram Sockets), a protocol (similar to UDP) designed to work over Infiniband to send and receive data using sockets.

13 May 2008

Shared library memory footprints on AIX 5L

Learn about shared library mechanisms and memory footprints on IBM AIX. This article is essential for developers writing server code or administrators managing production AIX systems. It offers developers and administrators commands and techniques, and gives the understanding necessary to analyze memory requirements of server processes on AIX.

12 May 2008

Spice up collections with generics and concurrency

This article shows you how to work with collections while taking advantage of enhancements made to the framework in Java SE 6. You can go far beyond HashMap or TreeSet by using generics and concurrency features to make your applications more maintainable and scalable.

09 May 2008

Openssh with AIX chroot

This article describes how to set up an IBM AIX chroot environment and use it with ssh, sftp, and scp. You will also learn about the prerequisites for AIX and openssh, and how to configure and use a chroot environment.

07 May 2008

Evaluate Rational HATS Toolkit v7.1

Rational Host Access Transformation Services (HATS) Toolkit gives you all the tools you need to easily extend your legacy applications to business partners, customers, and employees.

06 May 2008

Increase code reuse and enhance performance

More strategies and best practices for modern ORM tools. Learn base domain entities, behavior in the domain model, and more-advanced features of a generic DAO. They also share strategies for enhancing data-retrieval performance with the domain model.

05 May 2008

Speaking UNIX: Inside TCP/IP

The Internet has played a huge role in the advancement of technology, business, and everyday life for huge numbers of the world's people. Configuring a computer to communicate over a network and connecting to the Internet has become an essential task for administrators. This article shows how to configure a server running IBM AIX to connect to and use the Internet.

02 May 2008

Scala and XML processing made easy

Scala lets you navigate and process parsed XML in several ways. It also has first class support for XML built right in, so you don't need to create strings of XML or programmatically build DOM trees. In this article, you will see these aspects of Scala in action and see how Scala can make working with XML a joy to do.

01 May 2008

Fluently Groovy

This tutorial is for Java developers unfamiliar with Groovy, who want a quick and easy introduction to the basics. Get started with Groovy's simplified variation of the Java syntax and learn about essential features like native collections, built-in regular expressions, and closures.

30 April 2008

Bind JavaBeans to RDF with Jenabean

The Resource Description Framework (RDF) is the World Wide Web Consortium (W3C) proposed standard for linking and expressing data on the Web. Java developers who develop applications for the Semantic Web will need to convert RDF properties to or from Java types. Jenabean uses the Jena Semantic Web framework's flexible RDF/OWL API to persist JavaBeans, making the task of writing these applications easier and more familiar to Java developers.

29 April 2008

Knee-Deep in Jazz for better team coding

Jazz is IBM Rational’s next-generation technology platform for collaborative software delivery. Uniquely attuned to global and distributed teams, the Jazz platform is designed to transform how people work together to build software—making software delivery more collaborative, productive and transparent. Follow these tutorials for an in depth look at what Jazz can do for you

28 April 2008

Using Simple Network Management Protocol

The Simple Network Management Protocol (SNMP) is built in to many devices, but often the tools and software that can read and parse this information are too large and complicated when you only want to check a quick statistic or track a particular device or issue. This article looks at some simplified methods for getting SNMP information from your devices and how to integrate this information into the rest of your network's data map.

25 April 2008

Hands-off load testing with Apache

Load testing is often relegated to late-cycle activities, but it doesn't need to be that way. In this installment of Automation for the people, automation expert Paul Duvall describes how you can discover and fix problems throughout the development cycle by creating a scheduled integration build that runs JMeter tests.

24 April 2008

Tour Data Studio and pureQuery for Informix databases

Learn everything you ever wanted to know about working with your database and building applications in Data Studio — all in 40 minutes.

23 April 2008

Strategies and best practices for modern ORM tools

Although many developers use object-relational mapping (ORM) tools for their applications' persistence tier, some are confused about how to use them and duplicate code unnecessarily. This article covers the basics of a consistent, concise domain model and persistence tier.

22 April 2008

Workload Partitioning (WPAR) in AIX 6.1

The most popular innovation of IBM AIX Version 6.1 is clearly workload partitioning (WPARs). Once you get past the marketing hype, you'll need to determine the value that WPARs can provide in your environment. You can discover that here.

BlueVoodoo's TAGS

search:

limit:50 100 200

java   linux   linx   open source   programmin   programming   unix   unix. linux