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 902 - 931 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Mensajes: Simplificar | Agrandar   (Agrupar por tema) Autor Ordenar por fecha ^
902
Hello, Dinamica's website is back online. Regards, Martin -- Dinamica - RADical J2EE framework open source, easy and powerful http://www.martincordova.com...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
1 de Nov, 2006
3:05 pm
903
Hi all, I find a little error while trying to get a rs ftom formatted text file. This is the stack trace: Stack trace: ...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
4 de Nov, 2006
3:11 pm
904
From the line number I see in the stacktrace, I suspect that the JAR you are using may have an outdated version of that method. Please try with this one, which...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
4 de Nov, 2006
11:10 pm
905
Hi all, just an exploring question, don't need immediate solution: anyone already tried to use Dinamica frameword inside OpenCMS (www.opencms.org)? Basically...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
5 de Nov, 2006
4:13 pm
906
I have not used OpenCMS, but I will take a look into the product documentation to see if I can provide you with some advice about the integration. Regards, ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Nov, 2006
10:14 pm
907
Hello Martin, I'd be very gratefull to you because OpenCMS in Italy it's really spreaded as CMS expecially in big company, and it's the second time I'd need of...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
5 de Nov, 2006
10:38 pm
908
Martin, I need again your help! I have a page with a query result (like in the customer example), I have a link to a detail page on every row The problem is :...
Antonio Casula
nynni56
Sin conexión Enviar correo
5 de Nov, 2006
11:18 pm
909
Hello Maurizio, I just finished browsing some OpenCMS docs, these are my first shots: 1.- It seems that OpenCMS is a little but restrictive about integrating ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Nov, 2006
11:22 pm
910
It's a common trap. The first page of the a paged view is the result of a POST + forward. Subsequent pages are simple GET requests. If you are in the first...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Nov, 2006
11:54 pm
911
... I'll try it surely! The way you indicated are great. I didn't think about so simple and clean solution! ... Don't worry! Your advices are more than...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
6 de Nov, 2006
12:19 am
912
If you find it convenient, please send me this text file and I will take care of the tests on Linux and Windows. Maybe Oasahi can give us a hand ;) since he is...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Nov, 2006
1:46 pm
913
Martin, thanks a lot; the B option is the right one! Napoli -Juventus ? it's like to shoot to the RedCross! ciao ... From: Martin Cordova...
Antonio Casula
nynni56
Sin conexión Enviar correo
6 de Nov, 2006
5:26 pm
914
Back again with a series of tips, mostly responses I produce for people that contact me via email instead of the list, so I want to share these answers that...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
9 de Nov, 2006
6:16 am
915
There is a little trick regarding the cookie that identifies the session, you jsp is not passing the cookie. In order to share the same session, the caller...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
9 de Nov, 2006
9:41 pm
916
Hello, another question I received a few days ago: Q: How can a webapp connect to multiple databases? If only one database can be configured in web.xml using...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
10 de Nov, 2006
2:22 pm
917
Hello Martin, as you know we customized httpGet method of StringUtil class for retrive also session information. We solved it thanks to your suggestions. ...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
11 de Nov, 2006
2:06 pm
918
... From: Martin Cordova <martin.cordova@...> Date: Nov 11, 2006 10:14 AM Subject: Re: Pass form data via POST using httpGet method of StringUtil To:...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Nov, 2006
2:22 pm
919
Maurizio, in the meantime the quickest solution is to use a high level http client library, instead of working with HttpUrlConnection for this case in...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
13 de Nov, 2006
2:40 pm
920
Hi everybody: I just wanted to share this with you: http://developers.slashdot.org/article.pl?sid=06/11/13/0724252 Best regards. -- Jonathan Sarabia...
Jonathan Sarabia
jonathansarabia@...
Enviar correo
13 de Nov, 2006
4:16 pm
921
Hi Jonathan, here is the official one: * http://www.sun.com/software/opensource/java/ These are very good news for those of us doing business with public...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
13 de Nov, 2006
9:23 pm
922
Hello: Me & my lads have been doing lots of charts these days, and found a little problem while serving dynamic charts with Dinamica (Resin v2.1.17) for...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
16 de Nov, 2006
4:00 am
923
Hi all, exists a way to wrap the jsp PageContext in Dinamica action? I need to use an object external from Dinamica that requires in input the jspPageContext,...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
21 de Nov, 2006
1:57 pm
924
I have never tried that, but since jspPageContext should be a wrapper of ServletContext, you can try to cast servlet context to jspPageContext, or build a...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
21 de Nov, 2006
2:26 pm
925
Hi, 1. try to cast but without success 2. try to use PageContext pageContext = jspFactory.getPageContext(HttpServlet servlet, getRequest(), getResponse(),...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
21 de Nov, 2006
3:14 pm
926
Now we have a problem, because this object is not exposed via Dinamica APIs, check ServletContext API to see if it is possible to obtain a reference to the...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
21 de Nov, 2006
5:43 pm
927
Here is an interesting solution that a customer implemented in order to update a table, given a large flat file (tab separated fields). Scenario: A user...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Nov, 2006
6:35 am
928
Problem: There is an Action based on GenericTransaction that creates some recordsets via config.xml, but the SQL should change according to the user role,...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Nov, 2006
10:51 am
929
Hello: From time to time, I receive questions about IText topics. As you know, this component is external to Dinamica, but whenever is possible, I try to...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
4 de Dic, 2006
9:36 pm
930
Hello Martin, I'm working to improve the performance of my booking application. I read attentively your raccomondations on perflog.pdf in order to find the ...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
10 de Dic, 2006
12:33 pm
931
No built-in cache at this moment, but it is fairly easy to implement one, using a custom transaction class and the session of application context, depending on...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Dic, 2006
6:35 pm
Mensajes 902 - 931 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