-
Recent Posts
Recent Comments
Zipping files in VA… on VASmalltalk – how to cre… Peter on Smalltalk – Better produ… Vinnie Moag on About arihant on ERROR: Cannot determine the lo… JJACK on ERROR: Cannot determine the lo… Archives
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Categories
Meta
Monthly Archives: March 2009
Corsa, Fiesta und Aygo … und eine Entscheidung
Es ist die Zeit der Abwrackprämie und wer kommt nicht auch auf die Idee, sein altes Auto durch ein neues Auto zu ersetzen. Wir auch – schon seit Monaten, aber nun ist es in der letzten Woche konkreter geworden und … Continue reading
UMLDesigner 800-05
To do a right configuration is a hard work. Therefore a new configuration, which NOW should (!) work under 7.52 and 8.00: umldesigner-800-05
Posted in Smalltalk
Tagged Smalltalk, UMLDesigner
PostgreSQL Wrapper
Adding all this support for the native binary result format is pretty hard. The reason is pretty simple: it is not documented. One has to query the conversion methods for each datatype from a running PostgreSQl database, then lookup the … Continue reading
PostgreSQL-0-0-19
A new version is available. This version now works either with VA 8.00 beta 1 or VA 7.52. It also runs under Linux. I tested it using Ubuntu64 (with 32 bits libraries installed) and Windows XP-SP3. The repository also contains … Continue reading
PostgreSQL – 0.0.10
Whenever a new project is started, one has to consider, how to get persistence of your objects. One typical way is to use relational databases and VA has support for ODBC, DB2 and Oracle databases. In commercial projects Oracle and … Continue reading
PostgreSQL – some code
Today I started a new wrapper code for PostgreSQL. The upload contains code for connecting and disconnectng to/from databases and execute commands – nothing more. The result of queries are not available. But here is this early code – for … Continue reading
FreeImage-Wrapper – Performance
I did some simple tests about performance about loading a picture file up to the point where the application gets a Smalltalk device independent image format. Tests were done using the “jpg”-format and a 1900x1200x24 picture. The results are: using … Continue reading
Posted in Smalltalk
How to create a new application !
One of the goals when doing source code generation is the definition, in which application the source should be generated in. You need an application for that. It’s very easy to create a new application before you may use this … Continue reading
Posted in Smalltalk
Change the source code templates for public and private methods
The definition of the template string for public and private methods are located in the class EtTools. The following example shows how to create method template which follow a more structured way (which e.g. is common in the SST code): … Continue reading
Posted in Smalltalk