IBM developerWorks Software Evaluation Kit (SEK)

admin

Administrator
Staff member
IBM developerWorks offers a Software Evaluation Kit (SEK) for the Linux and Windows platforms. Sign up for this two-DVD set of trial code today at:
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/offers/sek/?S_TACT=104AHW65&S_CMP=AUG&ca=degr-L1544">http://www-106.ibm.com/developerworks/o ... degr-L1544</a><!-- m -->

The SEK contains the trial code you will need to model, build, deploy, access and secure your on demand applications and Web services. After you have explored the SEK,speed-start your application development. Go to the Speed-start your Linux app or Speed-start Web services Web sites to find additional resources, including how-to articles, online tutorials and an invitation to our technical briefings. And if you have questions along the way, find answers in our technical support forums. When you finish developing your new Linux application or Web service using the IBM trial code, tell us about your effort and we will send you a gift (while supplies last)

Principles of XML design: Element structures for names and addresses
A critical issue in designing XML formats is figuring out how to arrange elements and represent relationships between them. Element design works best when it naturally corresponds to how people think about the concepts that each element represents. This article discusses best practices for organizing information into XML elements, focusing on representation of names and addresses.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/xml/library/x-elemdes.html?ca=degr-L1544XMLdesign">http://www-106.ibm.com/developerworks/x ... 4XMLdesign</a><!-- m -->

XML Matters: Describe XML content with the Dublin Core Metadata Initiative
In this article the author shows you how DCMI provides a set of metadata primitives that you can reuse (through namespaces) in broader XML vocabularies, such as RSS variants. Various standards, including those from ISO and NISO, have adopted parts of DCMI.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/xml/library/x-matters37.html?ca=degr-L1544DCMI">http://www-106.ibm.com/developerworks/x ... -L1544DCMI</a><!-- m -->

Dynamic data analysis on the Web: A design approach
Learn how to separate your Web site building tasks for an attractive and efficient end result. This article describes an adaptable approach which separates programming tasks from Web page design tasks. A strong conceptual model encourages good design, enables re-use of data definitions, and is well-suited to the construction of dynamic user interfaces. The author also illustrates the particular challenges you might encounter when you dynamically change the analysis of Web pages.
<!-- m --><a class="postlink" href="http://www-106.ibm.com/developerworks/java/library/wa-pgauthor/?ca=degr-L1544dynamicdata">http://www-106.ibm.com/developerworks/j ... ynamicdata</a><!-- m -->
 
Top