<?xml version="1.0" encoding="UTF-8"?>
<posts update='2008-08-21 09:30:03' user=""><post 
   href="http://www.devx.com/Java/Article/31763/0/page/1" 
   description="Eclipse RCP Meets Spring: A Perfect Thick-Client Match" 
   
     extended="ven though Web 2.0 and rich Internet applications (RIAs) are all the rage these days, building a rich Web front end for your stakeholders is not the answer when thick-client functionality is what you really need. I stated as much in my previous article, &#034;Building a Java App Server Foundation for Thick-Client Deployment,&#034; which showed how to leverage a traditional Java Web server architecture to easily deploy thick clients." 
   
   hash="b17b28c589de81c76375827dfcebff5a"
   user="gresch"
   tag="article develop eclipse information rcp richclient software springframework "
   time="2008-08-12T10:28:29+0200" />
<post 
   href="http://java.syntaxerrors.info/index.php?title=Main_Page" 
   description="Main Page - JavaErrors" 
   
     extended="This wiki is for sharing information about syntax errors in Java. It is probably going to start somewhat slowly, but I&#039;m okay with that. This page is the starting point for the content. See the Community portal for information about how you can contribute, about the project, and about our community.

Note that, until other people start using this wiki, the syntax errors will reflect Eclipse usage. That&#039;s because I (Ducky Sherwood) use Eclipse. I&#039;d be delighted for others to help me make it more inclusive.

I don&#039;t mind at all if the list below gets extremely long. I expect that people will find this site by plugging their error message into a search engine -- which should take them to the error discussion before bringing them to this page. The main purpose of this page is thus to tell search engines where pages are; letting humans read it is secondary in importance. " 
   
   hash="0611764b7926e1973e779c8773cd94ab"
   user="gresch"
   tag="develop eclipse error help information java reference software syntax "
   time="2008-08-05T12:07:32+0200" />
<post 
   href="http://www.eclipse.org/eclipselink/" 
   description="EclipseLink" 
   
     extended="The Eclipse Persistence Services Project (EclipseLink) project&#039;s goal is to provide a complete persistence framework that is both comprehensive and universal. It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, XML, or EIS systems. EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java Architecture for XML Binding (JAXB) for XML, J2EE Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO). " 
   
   hash="a74c48bd144569f81ffe8b0e9ad00c04"
   user="gresch"
   tag="db develop eclipse java java_ee jpa oracle osgi persistence sdo software springframework "
   time="2008-08-01T14:23:12+0200" />
<post 
   href="http://www.eclipse.org/riena/" 
   description="Riena" 
   
     extended="The Riena platform will be the foundation for building multi-tier enterprise client/server applications. As such Riena will broaden the usage of the service oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.

As an example the Riena user interface components will support a business process oriented user interface visualization and navigation metaphor which can be used as alternative to the default workbench layout." 
   
   hash="0b38be7ff5e8921b7dbe984b6c056a1c"
   user="gresch"
   tag="develop eclipse frameworks gui java osgi richclient software tools ui webapp "
   time="2008-07-22T15:11:34+0200" />
<post 
   href="http://www.eclipse.org/rap/" 
   description="Rich Ajax Platform (RAP)" 
   
     extended="The RAP project enables developers to build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins with the well known Eclipse workbench extenstion points, JFace, and a widget toolkit with SWT API (using qooxdoo for the client-side presentation). The project is part of the Ganymede release train and released its 1.1 release. " 
   
   hash="09d3d756c0310e30c0a3018431904fd0"
   user="gresch"
   tag="ajax develop eclipse java_ee rap rcp software swt webapp wtp "
   time="2008-07-22T13:04:05+0200" />
<post 
   href="http://www.onoffshoresoft.de/judie/index.html" 
   description="OnOffshoreSoft GmbH - Das JUDIE Projekt" 
   
     extended="JUDIE steht für Java Universal Database Import and Export. Das Tool exportiert einzelne oder alle Tabellen einer JDBC Datenbank nach XML und importiert diese wieder in andere Datenbanken. Es ist als API (JAR), Kommandozeilenprogramm oder Eclipse Plugin verfügbar. Es kann für Entwickler und Administratoren nützlich sein, um Daten zwischen Datenbanken zu übertragen, besonders zum Aufsetzen von Testdatenbanken. Wegen der einfachen API kann das auch automatisiert werden, z.B. als Skript oder Ant-Task. " 
   
   hash="e149baba8fd34ef05ecf160e5683b851"
   user="gresch"
   tag="ant database develop eclipse export import jar java jdbc migration plugin software tools "
   time="2008-07-21T23:33:52+0200" />
<post 
   href="http://metrics.sourceforge.net/" 
   description="Eclipse Metrics Plugin" 
   
     extended="Sums different statistics on Java programs, Ant headless mode possible, XML export. Warning: Takes very much time in bigger projects (&gt;250K LOC)!" 
   
   hash="81d3fa7e4867d7188b361fd1216f281e"
   user="gresch"
   tag="eclipse java metrics plugins qa software tools "
   time="2008-07-17T09:15:34+0200" />
<post 
   href="http://www.eclipse.org/mat/" 
   description="Eclipse Memory Analyzer Open Source Project" 
   
     extended="The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

The Memory Analyzer was developed to analyze productive heap dumps with hundreds of millions of objects. Once the heap dump is parsed, you can re-open it instantly, immediately get the retained size of single objects and quickly approximate the retained size of a set of objects. The reference chain to the Garbage Collection Roots then details why the object is not garbage collected.

Using these features, a report automatically extracts leak suspects. It includes details about the objects accumulated, the path to the GC Roots, plus general information like system properties." 
   
   hash="fa1b05b6e456b83b22561c1cc721e74f"
   user="gresch"
   tag="analyzer develop eclipse java prof software "
   time="2008-07-14T14:12:43+0200" />
<post 
   href="http://www.cs.mcgill.ca/~martin/cm/#Scre" 
   description="The ConcernMapper Eclipse Plug-in" 
   
     extended="Do you find it hard to keep track of all the code related to your software modification task? Do you wish you could keep a permanent record of the subset of a software system associated to different concerns (requirements, design decisions, tasks, bugs, etc.)? ConcernMapper does exactly this.

ConcernMapper is a plug-in for Eclipse that allows you to organize fields and methods into arbitrary modules called concerns. In brief, ConcernMapper allows you to reorganize the modularity of a software system in a way that suits your needs, without altering its &#034;official&#034; structure or behavior. It also allows you to keep a permanent record of the code associated with various concerns. " 
   
   hash="7b7426f61451ec5432545d4401af8bda"
   user="gresch"
   tag="analysis concerns develop eclipse java plugins product_lines software software_architecture "
   time="2008-06-25T10:24:16+0200" />
<post 
   href="http://eclipsework.sourceforge.net/intro.html" 
   description="EclipseWork - EclipseWork" 
   
     extended="EclipseWork is a powerful code generation plugin for Eclipse. You can easily generate code using POJO&#039;s or Tables from the database.

EclipseWork takes care of all the complexity in creating Eclipse Wizards. You don&#039;t need to be an Eclipse developer to write powerful wizards. Enjoy!" 
   
   hash="0aaa85a7260b8076dee03874916c1a05"
   user="gresch"
   tag="click code-generation crud develop eclipse hibernate java plugin software spring "
   time="2008-04-22T22:06:07+0200" />
</posts>
