<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.paquitosoft.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.paquitosoft.com/dokuwiki/feed.php">
        <title>PaquitoSoft's Projects Wiki</title>
        <description></description>
        <link>http://www.paquitosoft.com/dokuwiki/</link>
        <image rdf:resource="http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2009-10-19T06:14:30+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=configuration&amp;rev=1210839764&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=read&amp;rev=1208248258&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=save&amp;rev=1208248929&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=todo&amp;rev=1208337668&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=update&amp;rev=1208249098&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=welcome&amp;rev=1208426850&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico">
        <title>PaquitoSoft's Projects Wiki</title>
        <link>http://www.paquitosoft.com/dokuwiki/</link>
        <url>http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-05T17:35:33+02:00</dc:date>
        <title>annotations</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff</link>
        <description>Annotations are the basis for the communication between your application and LML. The are used for the engine to know about your entities, their relationships and how they are reflected in the database.
 

 
First of all, a summary of the annotations:</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:33:06+02:00</dc:date>
        <title>changelog</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff</link>
        <description>*  Initial version.

	*  Fix: There was an error in ILMLFacade.finder() method when usign 'SELECT * FROM' queries. Using '*' caused the library to not fill the results.
	*  Fix: If there was an error while initializing connection pool, the latter kept corrupted.
	*  Fix: ModelUtilities.insertValueIntoQuery() had an error when comparing value type against date types.
	*  Fix: ActionProcessor was trying to release connections after executing actions even when connection was null (for example: due …</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=configuration&amp;rev=1210839764&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-15T10:22:44+02:00</dc:date>
        <title>configuration</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=configuration&amp;rev=1210839764&amp;do=diff</link>
        <description>There is only one configuration file for LML library: lml-conn-settings.properties. This file must be placed in the top level of your source code.
 
It is a properties file where you tell the engine the way it must gather database connections.
Currently there are two supported ways:</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T18:56:53+02:00</dc:date>
        <title>finder</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff</link>
        <description>API


    /**
     * 
     * @param query
     * @param entityType
     * @param detailLevel
     * @param params
     * @return collection of entities
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; List&lt;T&gt; finder(String query, Class&lt;T&gt; entityType, Integer detailLevel, Object ... params) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:37:05+02:00</dc:date>
        <title>lightweight_model_layer_lml</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff</link>
        <description>Welcome! This wiki is the main place for you to find LML project documentation.

 Any comment/suggestion will be welcome: paquitosoftware en gmail.com

What is LML?


LML is a small (87kb) persistence engine, easy to use, written in Java (version 1.5+), whose main objective is to free developers, as much as it can, of the task of comunicating his application core with the database wich feeds it.
There's no doubt nowadays most applications use a RMDB as information store and one of the main ans r…</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=read&amp;rev=1208248258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-15T10:30:58+02:00</dc:date>
        <title>read</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=read&amp;rev=1208248258&amp;do=diff</link>
        <description>API


    /**
     * This method reads an entity from the database. detailLevel param determines the 
     * amount of related info that must be read.
     * 
     * @param entityType
     * @param entityId
     * @param detailLevel
     * @return entity read
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; T read(Class&lt;T&gt; entityType, Object entityId, Integer detailLevel) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:26:31+02:00</dc:date>
        <title>remove</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff</link>
        <description>API


    /**
     * This method removes an entity from the database.
     * 
     * @param entity to be removed
     * @return removed entity
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; T remove(T entity) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=save&amp;rev=1208248929&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-15T10:42:09+02:00</dc:date>
        <title>save</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=save&amp;rev=1208248929&amp;do=diff</link>
        <description>API


    /**
     * This method is used to save an entity in the database.
     * 
     * @param entity
     * @return saved entity
     * @throws InternalErrorException (DuplicateInstanceException, ReflectionException)
     */
    public &lt;T&gt; T save(T entity) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=todo&amp;rev=1208337668&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-16T11:21:08+02:00</dc:date>
        <title>todo</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=todo&amp;rev=1208337668&amp;do=diff</link>
        <description>Here are thing I have in mind to improve the library:


	*  Extend connectiona pool: Current connections pool is very basic, it shoul be extended to be more flexible and solid.
	*  Import/Export tools: Library should provie tools wich can create annotated POJOs from their corresponding database tables and viceversa.</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=update&amp;rev=1208249098&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-15T10:44:58+02:00</dc:date>
        <title>update</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=update&amp;rev=1208249098&amp;do=diff</link>
        <description>API


    /**
     * This method updates the information from an entity in the database.
     * 
     * @param entity
     * @return udpated entity
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; T update(T entity) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:24:33+02:00</dc:date>
        <title>using_library</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff</link>
        <description>Main class you should use is ILMLFacade. Actually this is an interface and it provides library functionality.
 
The implementation class is LMLFacadeImpl. To get an instance of this one you should use LMLFacadeFactory.


 Ejemplo: (Read customer info using his identifier)</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=welcome&amp;rev=1208426850&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-17T12:07:30+02:00</dc:date>
        <title>welcome</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=welcome&amp;rev=1208426850&amp;do=diff</link>
        <description>Welcome! This wiki is intended to group all relevant info about PaquitoSoft's projects.
 

 


	*  Lightweight Model Layer (LML)</description>
    </item>
</rdf:RDF>
