A dinamica webapp template contains a .project and .class file, these are used to compile the classes using Eclipse as the IDE. There is no deployment, because...
Sorry, forgot to mention that you should also reference this file in your .classpath: <classpathentry kind="lib" path="C:/tomcat6/lib/servlet-api.jar"/> ...
OK, here it is. This is a custom transaction class that uses Electric XML API, which is included by default in your webapp's JARs. Basically, it parses the...
Here is a quick tip for those producing PDFs using IText and Dinamica's facilities. I needed to justify a paragraph inside a cell, which at first sight may not...
Before that, thanks for the great framework. I just a student, that currently studying, you know, stuff like Test Driven Development and Refactoring. I wonder...
You can host web services in your Dinamica-based application, and then use a regular desktop client, using a web services client API to invoke these web ...
Since for many purposes, you don't need to write any code, class level testing does not make much sense under these circumstances, Whatever the case, the...
I am planning to learn Dinamica to use it as real life solution. Currenty I am learning Tapestry and Spring for my school stuff, to understand what is TDD and...
Since Dinamica applications are strictly http-based applications, you can reach them via http or https, nothing else. This means that you can use SOAP or...
Hi, i´m making a AJAX recursive calling of an action to display a tree of menus, "sub-menus", "sub-sub-menus", etc. into a DIV that is called by another...
The content type must be set on the server-side, in the config.xml file of the action invoked: <content-type>text/plain; charset=iso-8859-1</content-type> What...
Hi All, our dear user Oasahi from China discovered a subtle bug in labels loading code that may cause trouble to those using eastern-europe or asian languages,...
Recently we had to print 2 lines of text in the same table cell. The 1st line should be in bold, the line below in normal weight. Both centered. Here is how to...
Hello All: Since I just bought a new hosting service that includes java6+tomcat6+postgreSQL, I had to migrate DemoDB to PGSQL, so the new online demos can run...
Hi Martin, I am using now a pagination method that keep the whole results of a query in memory (from your orders example). But this create a lot of problem to...
I guess you are bringing too many records in your query? maybe too many columns for each record? please let me know if possible. Whatever the case, if you...
Martin, thanks for your quick response. We tell " it's unuseful to make the things foolproof because the fools are too much ingenious" a lot of people in my...
You are right, I don't have an alternative solution to this case, using LIMIT would be too MySQL specific, a real portable solution would use a keyset, but it...
Hi, here is a quick tip if you don't want to write complex SQL or rely on stored procedures or user defined SQL funcions to calculate running totals in your...
While working with Tomcat 6 on Windows, I have noticed that resources loaded via getResource() method in Dinamica's transaction classes, are not always loaded!...
Hi, recently I had to build a PDF report with 4 levels of grouping or nesting: Master (customer) --detail 1 (years in which this customer posted orders) ... I...
Few days ago, we had this requirement: if a certain item in a Bar chart contains a value greater than "XXX" then paint it with another color. We are talking...
Hi, in the process of preparing the new framework version (v2.1.4) and the new website, I have published 3 online demos of the new templates, all Ajax based....
Hi, for those interested in the new paged-view ajax template, here is the how-to guide (spanish): http://209.85.104.97/docs/PL003.pdf - (215KB) Regards, ...
Hello: The old "orders" template, which shows a complex search filter with paged view, has been rebuilt using Dinamica v2.1.4 with Ajax style, it's a...
Hi, for those interested: http://209.85.104.97/docs/PL004.pdf (spanish only) Next template will be the CRUD model revisited with an Ajax perspective. Regards, ...
Hi all, just a very "ghost" problem in a Dinamica Action. It happens that calling a Dinamica Action (under /security/app/estimate/list), with specific IE...