Entrar
¿No tienes cuenta? Registrarse
dinamica4java · Dinamica Framework
? ¿Ya tienes membresía? Entra a Yahoo!

Consejos

¿Sabías que...
Decide qué mensajes pueden llegar al grupo. Simplemente, modifica las preferencias.

Mensajes

  Mensajes Ayuda
Avanzado
Mensajes 972 - 1001 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Mensajes: Simplificar | Agrandar   (Agrupar por tema) Autor Ordenar por fecha ^
972
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
1 de May, 2007
3:40 pm
973
Sorry, forgot to mention that you should also reference this file in your .classpath: <classpathentry kind="lib" path="C:/tomcat6/lib/servlet-api.jar"/> ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
1 de May, 2007
4:06 pm
974
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
1 de May, 2007
4:20 pm
975
Thank you so much! I'll test it as soon as possible. Best regards, Maurizio...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
1 de May, 2007
4:40 pm
976
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
2 de May, 2007
3:09 am
977
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...
Eko Suprapto Wibowo
swdev_bali
Sin conexión Enviar correo
11 de May, 2007
10:42 pm
978
Just like Spring DAO i think. Can the same functionality be implemented in Di? Thanks...
Eko Suprapto Wibowo
swdev_bali
Sin conexión Enviar correo
11 de May, 2007
10:42 pm
979
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 ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de May, 2007
11:21 pm
980
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de May, 2007
11:25 pm
981
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...
Eko S.W.
swdev_bali
Sin conexión Enviar correo
13 de May, 2007
5:25 pm
982
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
13 de May, 2007
5:34 pm
983
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...
alejor3028
Sin conexión Enviar correo
13 de May, 2007
5:56 pm
984
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
13 de May, 2007
8:33 pm
985
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,...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
15 de May, 2007
6:59 pm
986
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
16 de May, 2007
7:41 pm
987
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
21 de May, 2007
4:23 pm
988
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...
nynni56
Sin conexión Enviar correo
30 de May, 2007
4:27 pm
989
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 Cordova
dinamica4java
Sin conexión Enviar correo
30 de May, 2007
4:55 pm
990
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...
nynni56
Sin conexión Enviar correo
30 de May, 2007
5:51 pm
991
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
30 de May, 2007
6:06 pm
992
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
1 de Jun, 2007
9:24 pm
993
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!...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Jun, 2007
3:17 pm
994
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
14 de Jun, 2007
1:03 am
995
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
18 de Jun, 2007
4:46 pm
996
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....
Martin Cordova
dinamica4java
Sin conexión Enviar correo
20 de Jun, 2007
11:55 am
997
Hi, for those interested in the new crosstab-query ajax template, I just finished the corresponding How-to document (in spanish): ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
21 de Jun, 2007
5:53 am
998
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, ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Jun, 2007
4:22 am
999
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
28 de Jun, 2007
3:35 pm
1000
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, ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
3 de Jul, 2007
5:05 am
1001
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...
Maurizio Betti
m.betti@...
Enviar correo
4 de Jul, 2007
6:38 pm
Mensajes 972 - 1001 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Avanzado

Copyright © 2007 Yahoo! Inc. Todos los derechos reservados.
Normativa de confidencialidad - Condiciones del servicio - Reglas - Ayuda