Menu

Code Commit Log


Commit Date  
[r99] by Calmera

Made some changes to wrongfully declared tasks

2008-06-28 21:46:58 Tree
[r98] by Calmera

Modified the build file to make use of hudson's properties. Also supplied two property files holding the settings for the build file.

If hudson won't be used for executing, the project.properties file will be read. If hudson will be used, the properties inside the project.properties file will be supplied by hudson

2008-06-28 20:50:24 Tree
[r97] by Calmera

I have made some changes to the templates. We've starting the porting process ...

2008-06-19 20:12:34 Tree
[r96] by Calmera

Added some basic support for holding database relationship information

2008-06-19 20:11:21 Tree
[r95] by Calmera

Port of the Listener Template

2008-05-31 11:10:52 Tree
[r94] by Calmera

Woops, forgot to commit the changes to the launcher. You'll need this if you want to use my configuration.

2008-05-30 23:21:06 Tree
[r93] by Calmera

Ok, maybe it's best if I do submit the already (partially) ported templates. I'm using these to test the new version, looking for any flaws or shortcomings.

Maybe interesting to say, I'm using PostgreSQL 8.3 to do my testing. It would be great if someone would have a go with the current version on some other database.

2008-05-30 23:19:34 Tree
[r92] by Calmera

Made some minor modifications while porting the 'java' templates:

- JavaDataType : Added a flag which indicates if the datatype can be compared using a compareTo method

- Table : Added methods to address the primary keys of the table

- Column : Added a fullname property which can be used to retrieve the 'table.column'
: Also modified the datatype property. It was holding an int-value while it should hold a SQLDataType.

- NodeParameterHandler : When a node is added to the handler, the node's parents will be added too. This comes in very handy while addressing nodes inside the templates as well as inside the package descriptor. Instead of using the current scope as the node to execute the method, the node type should be supplied.

- CamelCaseStringReference : Was added to convert underscored names (real_big_number) to camelcased ones (realBigNumber). This is not working atm.

2008-05-30 23:12:44 Tree
[r91] by Calmera

Added a Velocity reference injection listener. This listener will make sure references are parsed using the StringParser and the current node before they are injected into the template.

2008-05-30 17:57:49 Tree
[r90] by Calmera

I recreated strong-typed dataholders. They are needed because certain functionalities are specific to only one type of dataholder. For example relationships are only a concern of a table.

I also rearranged the dataholders. As they used to be located inside the commons.beans package, the are now moved to the data.holders package.

One major difference from the previous versions is the availability of nodes. Every dataholder is a node and as such, can be located inside the tree by using a path. We can use this later on to address specific nodes.

2008-05-30 12:39:39 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.