A new How-to is available: Installation and administration of MaxDB 7.5 on SuSE Linux 9.2 * http://martincordova.com/docs/recipe-maxdb-linux-en.pdf BTW,...
Hi, I am wondering if Dinamica can work with Flash objects, or use side by side with Laszlo Systems Flash Server applications (http://www.laszlosystems.com/). ...
Hi Lorenzo, good to get news from you again! A person who publishes articles on the O'Reilly website, wrote a comparison of several frameworks/techniques,...
As long as the answers expected by the Lazlo or Flash client are text-based, sent/received via HTTP, then you can use Dinamica on the server side to generate...
Martin, I tried IFormatPlugin it was very helpfull, I think it is still lacks some of very important feature, I need to be able to pass some user defined...
Hi Ilia, I am glad you found it useful, in spite of its current limitations. In its present state the interface's method receives the recordset, positioned on...
Hi, does anybody have a code for the horizontal menu instead of vertical one supplied with the dinamica framework Ilia ... Do you Yahoo!? Yahoo! Mail - Find...
Hi: Following Ilia's suggestion, I proceeded to enhance The IFormatPlugin interface and the underlying mechanism (TemplateEngine class) in order to support...
Hi Ilia, in case nobody replies, you can get one of those JavaScript-based horizontal menus, convert it into a Dinamica template and serve it using an Action,...
As you said, directory trees don't matter for the HTTP security problem in question. Are you using dinamica's security layer? The security filter will reject...
Ilia, it seems that Dinamica's security filter is generating the 403 response, because it does detect that the user does not have authorization for the...
Yesterday I found a very interesting website: * http://www.stringtemplate.org/ The author (Terence Parr, University of San Francisco) wrote a paper about ...
I think I understod the problem (did not check yet). The problem is that the url I'm using in HTTP was not defined as a service in a security level, therefore...
Ilia: - The 403 return code does not generate for an unprotected resource. I think that the problem is that the resource is protected and the user has no...
* http://martincordova.com/download/framework.jar Contains configurable debug for SecurityFilter. Also fixed a bug when replacing session attributes of type...
Javier: Very interesting, especially for Venezuela's market, where all government agencies will be forced to migrate to open source platforms in the next 2 ...
Yeah, I've been off java for a while. I'm try to keep up with Dinamica and I'll try to have it work with Firebird. No promises but I'll keep you posted. Bye ...
Hi. I'm using development env that runs on Rasin and Production on Tomcat 4 For some reason the report that looks great on Rasin looks bad on Tomcat, The main...
Hi Ilia, I have not seen this problem before, at least between containers. Could you send me the table structure, the query and the database used? I will try...
Hi, I think the problem is DB variance and not container variance. For some reason MySQL 4.1 return float columns when you SUM(), this why the production env ...
Hi, a few days ago Lorenzo from Costa Rica asked about comparing dinamica with Struts and other frameworks. I offered to post an implementation of a certain...
Implementing web services with REST: * http://martincordova.com/docs/http-rest.pdf Sample code: * http://martincordova.com/download/rest.zip Put SOAP to REST,...