Showing headlines posted by IdaAshley

« Previous ( 1 2 3 4 5 6 7 8 9 10 11 ... 18 ) Next »

ESTO for Linux on POWER

  • IBM/alphaWorks (Posted by IdaAshley on Aug 25, 2007 3:26 AM EDT)
  • Groups: Linux
ESTO is a tool that tunes the set of parameters for optimizing a specific target program. Expert System for Tuning Optimizations (ESTO) is typically used for tuning, for maximum performance, the optimization options used by a compiler when creating an application. ESTO is currently geared toward tuning GCC and Post-Link Optimization for Linux on POWER.

Share and Preserve Python Database Access

  • IBM/developerWorks; By David Mertz, Ph.D (Posted by IdaAshley on Aug 25, 2007 2:29 AM EDT)
  • Groups: IBM; Story Type: News Story
Databases are happy to handle many parallel requests. However, active processes (threaded or forked) almost inevitably eat up a valuable resource: database connections. Learn how to use the antipool.py module in Martin Blais' antiorm library to make the pooling and reuse of connections transparent to programmers, and in a RDBMS-agnostic fashion.

Deploying an Embedded Application with Apache Derby

  • IBM/DeveloperWorks; By Robert J. Brunner (Posted by IdaAshley on Aug 18, 2007 2:18 AM EDT)
  • Story Type: News Story; Groups: IBM
Learn how to build a self-contained, deployable embedded Apache Derby database application. In this article, the last one in this series, you map database tables into Java classes, write Data Access Objects (DAOs), and combine them with your business logic classes into a complete database application.

Point and Click XForms Design

In this 12-minute video watch and learn the order of magnitude simplification that XForms can offer to the development of applications that interact with users to collect the XML data that drives back-end business processes.

Map Places, People, and Relationships in a Building

  • IBM/DeveloperWorks; By Nathan Harrington (Posted by IdaAshley on Aug 16, 2007 4:04 AM EDT)
  • Story Type: Tutorial
Google and MapQuest do a great job of creating maps of the outside world on the fly. But what about our workspaces? This article shows how to define and map places and people inside a building. Search, track, and plot individual cubicles, rooms, employees, or assets. Graph the location of individuals or groups of employees based on job function, or track unused office space visually.

Leverage DB2 Support for XML

  • IBM/developerWorks; By Hardeep Singh (Posted by IdaAshley on Aug 9, 2007 8:22 AM EDT)
Learn how the new XML storage and query environment of DB2 9 for Linux, UNIX, and Windows plays into the XML data model described in Part 1of this series. Part 2 focuses on how to exploit the improved database support for XML in your application architecture.

Get to Know Java EE 5

  • IBM/developerWorks; By Roland Barcia (Posted by IdaAshley on Aug 7, 2007 11:41 AM EDT)
  • Story Type: News Story; Groups: IBM
Java EE 5 is a strong, significant release, making it the most complete platform for enterprise development. This article provides an overview of the new Java EE 5 specification, and its many significant enhancements. Clearly, major steps have been taken to addresses most of the criticisms surrounding past Java development. EJB 3.0 and JPA are powerful and easy to use technologies, and the improvements in JAX-WS make Web service development easier than ever before.

Control the Duration of Scheduled Jobs in Linux

  • IBM/developerWorks; By Ian Shields (Posted by IdaAshley on Aug 1, 2007 6:20 PM EDT)
  • Groups: Linux
Say you need to debug a pesky problem by running some traces for 30 minutes at midnight, or you would just like to use your Linux system as an alarm clock. This tip helps you stop jobs, such as those started with the cron and at capabilities, after the jobs have run for a certain time, or when some other criteria are met.

Command Line Efficiency with GNU Perfect

  • IBM/DeveloperWorks (Posted by IdaAshley on Jul 30, 2007 1:59 PM EDT)
  • Groups: Linux
Learn how to use gperf for effective command-line processing in your C/C++ code. The GNU tool gperf is a "perfect" hash function that, for a given set of user-provided strings, generates C/C++ code for a hash table, a hash function, and a lookup function.

Web 2.0 Starter Toolkit for DB2

  • IBM/alphaWorks (Posted by IdaAshley on Jul 28, 2007 6:39 AM EDT)
  • Story Type: Tutorial; Groups: IBM
Aside from having to download a Web server and modules, users starting with PHP struggle with getting code enabled for mash-ups, Ajax applications, and Web feeds. Web 2.0 Starter Toolkit for IBM DB2 is a conveniently packaged set of products and technologies that enable the quick creation of DB2 Web services and feeds using PHP technology.

Make UNIX and Linux work together

  • IBM/DeveloperWorks; By Martin Brown (Posted by IdaAshley on Jul 26, 2007 8:36 PM EDT)
  • Story Type: Tutorial; Groups: IBM, Linux
Examine how to use the Network Information Service (NIS) to share core databases between Linux and UNIX, and how to use the Network File System (NFS) to share file systems, both with direct links and through the automounter. Although UNIX and Linux are similar, there are some differences between the two that can complicate the process of integrating the two systems. Both, for example, share the same authentication system, but most systems are also standalone. Sharing this authentication information enables you to provide a single sign-on (SSO) functionality to any of the servers in your network.

Linux Tip: Job Scheduling with Cron and At

You need to run a job at midnight, daily, or weekly, but you would rather be sleeping, or enjoying life some other way. This tip helps you use the cron and at capabilities to schedule jobs periodically or at a single future time, so you can sit back and let routine tasks happen automatically and consistently while you enjoy life.

Data Visualization Tools for Linux

  • IBM/developerWorks; By M. Tim Jones (Posted by IdaAshley on Jul 24, 2007 5:37 AM EDT)
  • Groups: Linux
In this article, I provide a survey of a number of popular Linux data visualization tools and include some insight into their other capabilities. Finally, I identify the strengths of each tool to help you decide which is best for your application. The open source tools that I explore in this article are gnuplot, GNU Octave, Scilab, MayaVi, Maxima, and OpenDX.

Manage Apache Pluto within Geronimo

  • IBM/DeveloperWorks; By J. Jeffrey Hanson (Posted by IdaAshley on Jul 21, 2007 4:47 AM EDT)
  • Story Type: Tutorial; Groups: IBM
The Apache Pluto project is the reference implementation of the Java Portlet Specification. Find out how combining the Pluto project with Apache Geronimo's Java Platform, Java EE platform creates a highly flexible and powerful environment for building customizable and manageable systems using portals and portlets.

[The screenshots in this tutorial are from Windows, but it works the same under Linux ofcourse. - Sander]

Executing Signed Binaries in Linux Kernel

This tutorial is the second in a two-part series on locking your Linux machines down to streamline the associated support and administration processes. In this tutorial, you learn how to configure the Linux kernel to execute only signed binaries. This tutorial expands on the groundwork laid in Part 1, which gave some good reasons for keeping Linux's propensity for customization under control and took the first cautious steps toward locking down a standard Linux distribution to prevent spurious user changes to the baseline installation.

Playing the Lottery with Eclipse CDT

Aside from Java IDE, Eclipse can also work with PHP, Ruby, and Groovy, C, and C++. In this article, you will learn how to build and develop applications in C++ using the Eclipse C/C++ Development Toolkit (CDT), and Standard Template Library (STL). This allows you to streamline the process and take advantage of powerful features C++ offers. This article, which is a follow-up to "C/C++ development with the Eclipse Platform," is intended for C++ developers who want to learn C++ development using the Eclipse CDT.

Create an Autosuggest Field with XForms and Ajax

  • IBM/developerWorks; By Michael Galpin (Posted by IdaAshley on Jul 14, 2007 12:20 AM EDT)
  • Groups: IBM; Story Type: News Story
XForms is a standardized technology that offers many simplification and optimizations that are complimentary to Ajax. In this article you will see some of the benefits of using Ajax and XForms together by implementing an autosuggest-form field, widely used today in web applications.

LPI Exam Training: Administrative Tasks

  • IBM/DeveloperWorks; By Ian Shields (Posted by IdaAshley on Jul 12, 2007 6:36 AM EDT)
  • Story Type: Tutorial; Groups: IBM, Linux
Prepare for your Linux certification or build fundamental skills on Linux systems administration. In this sixth installment from a series of nine tutorials on exam 102 topics, you will know how to manage users and groups, set user profiles and environments, use log files, schedule jobs, back up your data, and maintain the system time.

Get to Know JsonML

  • IBM/DeveloperWorks; By Martin Brown (Posted by IdaAshley on Jul 4, 2007 5:49 PM EDT)
  • Groups: IBM; Story Type: News Story
The rise of JavaScript Object Notation (JSON) has gone hand-in-hand with the rise of Ajax. JsonML is an extension of JSON that enables you to map XML data using JSON type markup, and this in turn enables you to easily create XML or XHTML data based on JSON markup and to build and exchange user interface (UI) elements.

Testing with DB2 and Ruby on Rails

This third article from the DB2 and Ruby on Rails series shows you how testing works in a DB2 on Rails environment, and how easy it is to write tests within the Ruby on Rails framework. In Part 1, we introduce the IBM_DB Ruby driver, Rails migration, and a Team Room application. In Part 2, you can learn how to build on the existing Team Room application to take advantage of DB2 pureXML support in a Rails application.

Related Links

« Previous ( 1 2 3 4 5 6 7 8 9 10 11 ... 18 ) Next »