Re: Struts 1 : Arabic Characters Issue

2012-08-01 Thread MAQS Developer
I display labels using message keys; On Tue, Jul 31, 2012 at 2:47 PM, Eric Tse wrote: > How did you output your message label in jsp? > > Eric@mobile > > On 31 Jul, 2012, at 1:31 PM, MAQS Developer > > - > To unsubscribe, e-m

RE: client sided applications

2012-08-01 Thread Chad.Davis
> right now I am trying to implement a webapp that should do data cleaning > and analysis. I already have a prototype written in Java for the cleaning part > and it is not using struts yet. Do you mean that you've written a Java application that connects to the db to do this work? > > Because

Re: client sided applications

2012-08-01 Thread john feng
It looks like we should not reply too soon. Is the data cleansing a continous task or one time thing? It looks it's a repeated task. Where is the data in database or file system and file format? If in the database, using Java application is not any better than the db procedures that can be invoked