running s2 in springboot

2014-08-23 Thread Frans Thamura
anyone have try springboot? can we run it on spring boot? or anyone test it? i am still reaseaching this stuff F - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Apple sec breach.. Struts?

2013-07-31 Thread Frans Thamura
Anyone read this? http://java.dzone.com/articles/was-struts-responsible-apples How we handle this? F

Re: Apple sec breach.. Struts?

2013-07-31 Thread Frans Thamura
with continuing to improve struts, we cannot do anything bout it. On Wed, Jul 31, 2013 at 2:13 PM, Frans Thamura fr...@meruvian.org wrote: Anyone read this? http://java.dzone.com/articles/was-struts-responsible-apples How we handle this? F -- http://www.grobmeier.de https

Re: Struts2 with Jersey

2013-06-26 Thread Frans Thamura
Our yama work. Yama.java.net use jaxrs and struts2. We share same spring service. and the jersey and s2 work separtely F On Jun 26, 2013 1:21 PM, Lukasz Lenart lukaszlen...@apache.org wrote: Struts2 doesn't support JAX-RS spec, so you cannot mix those two. If you annotated your action as a

S2 Validation XML + Bootstrap

2013-05-22 Thread Frans Thamura
Hi All anyone have idea how to implement validation xml inside s2 (serverside), and link with bootstrap theme UI. the idea is to make 1 parameter, validation.xml is ok, and we can manage both validation in serverside and client side.. NB: We use S2Bootstrap plugins

angularjs and struts action result

2013-02-20 Thread Frans Thamura
hi all anyone working with struts2 action result (#name etc) and integrate with angularjs F - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Liferay Portlet

2012-11-11 Thread Frans Thamura
hi all several days ago we have thread about liferay development (portlet) using Struts2 Liferay launch LiferayFaces.. http://www.liferay.com/community/liferay-projects/liferay-faces/overview any comment F

Re: Struts 2 portlet - spring example- Liferay 6.1 GA 2

2012-10-25 Thread Frans Thamura
Years we invest in struts2 and liferay I find several perm gen error if ww create a war for liferay Wish s2 can solve it. To painfull develop s2 in liferay sdk That is my opinion Frans Thamura Meruvian On Oct 25, 2012 9:20 PM, Lukasz Lenart lukaszlen...@apache.org wrote: 2012/10/25 Juan

Re: Struts 2 Rest plugin without automatic configuration of both actions and results

2012-10-10 Thread Frans Thamura
we here try to remove the struts.xml become all annonation http://java.net/projects/s2restplugins/pages/Home @Action(name = /hello) @Results({ @Result(name = success, location = /WEB-INF/view/hello.jsp) }) @Action(name = /profile) public class ProfileAction { @Action(name = /list, method =

Re: how to write json/xml output using struts 2 and rest + convention plugin

2012-10-05 Thread Frans Thamura
hi jane all our apps using s2 with rest and json. see our example.at www.nurdoo.org source in nurdoo.java.net Frans Thamura Meruvian On Oct 5, 2012 7:11 PM, Jane Wayne jane.wayne2...@gmail.com wrote: not really/entirely what i'm looking for. the struts2-json-plugin supports json. but what

Re: how to write json/xml output using struts 2 and rest + convention plugin

2012-10-05 Thread Frans Thamura
we now use mostly @action and @result as struts.xml replacement. Frans Thamura Meruvian On Oct 5, 2012 7:25 PM, Lukasz Lenart lukaszlen...@apache.org wrote: 2012/10/5 Frans Thamura fr...@meruvian.org: hi jane all our apps using s2 with rest and json. see our example.at www.nurdoo.org

Re: how to write json/xml output using struts 2 and rest + convention plugin

2012-10-05 Thread Frans Thamura
may be for full rest showcase you can checkout from our svn in yama.java.net full crud, bootstrap and spring hibernate. coee of our nurdoo.org you can take alook our rest security implementation also there feedback welcome for all Frans Thamura Meruvian On Oct 5, 2012 9:03 PM, Jane Wayne

Re: how to write json/xml output using struts 2 and rest + convention plugin

2012-10-05 Thread Frans Thamura
, Frans Thamura fr...@meruvian.org wrote: hi jane all our apps using s2 with rest and json. see our example.at www.nurdoo.org source in nurdoo.java.net Frans Thamura Meruvian On Oct 5, 2012 7:11 PM, Jane Wayne jane.wayne2...@gmail.com wrote: not really/entirely what i'm looking

Re: how to write json/xml output using struts 2 and rest + convention plugin

2012-10-05 Thread Frans Thamura
, take a look inside Spring Context to understand it. 3. Nurdoo We create nurdoo , as a real case implementation using yama. all opensourced under Apache license. enjoy. we create a lot of apps based on yama. -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated

Re: @SMD annotation

2012-09-20 Thread Frans Thamura
::generate()? Thanks for your attention 2012/9/20, Frans Thamura fr...@meruvian.org: hi there,, we modify the REST, i believe you interest with @SMD because want to process the response try this s2restplugins.java.net F On Thu, Sep 20, 2012 at 2:18 AM, Salvatore Lionetti

Re: @SMD annotation

2012-09-19 Thread Frans Thamura
hi there,, we modify the REST, i believe you interest with @SMD because want to process the response try this s2restplugins.java.net F On Thu, Sep 20, 2012 at 2:18 AM, Salvatore Lionetti salvatorelione...@gmail.com wrote: Hi, i'm using a beautiful Struts2 2.3.1.2 environment. I'm having

Re: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-25 Thread Frans Thamura
Aug 2012 08:16:05 +0700 Subject: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins From: fr...@meruvian.org To: user@struts.apache.org if jaxrs produce html. can it render in velocity? so the pojo mapped there like struts2 did Frans Thamura Meruvian On Aug 25, 2012 4:00 AM, Martin Gainty

Re: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-25 Thread Frans Thamura
right now, we create /extend the REST plugiin, s2restplugins.java.net raise the JAX-RS issue , want to know the feedback. F On 8/25/12, Dave Newton davelnew...@gmail.com wrote: On Sat, Aug 25, 2012 at 11:30 AM, Frans Thamura fr...@meruvian.org wrote: [...] if we use JAX-RS, that means S2

Re: Spam: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Frans Thamura
don't see a point to have another JAX-RS implementation on the market. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/8/21 Frans Thamura fr...@meruvian.org: yes righr now the syntax is @result and @action i think if we have more like @get etc that make it more

RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Frans Thamura
if jaxrs produce html. can it render in velocity? so the pojo mapped there like struts2 did Frans Thamura Meruvian On Aug 25, 2012 4:00 AM, Martin Gainty mgai...@hotmail.com wrote: I guess Im not understanding where the default response of json is specified from the resteasy-jaxrs if you

Re: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-23 Thread Frans Thamura
another JAX-RS implementation on the market. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/8/21 Frans Thamura fr...@meruvian.org: yes righr now the syntax is @result and @action i think if we have more like @get etc that make it more powerfull On Aug 22

RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-23 Thread Frans Thamura
without needs for custom plugin. I don't see a point to have another JAX-RS implementation on the market. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/8/21 Frans Thamura fr...@meruvian.org: yes righr now the syntax is @result

Re: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-21 Thread Frans Thamura
yes righr now the syntax is @result and @action i think if we have more like @get etc that make it more powerfull On Aug 22, 2012 3:01 AM, Łukasz Lenart lukasz.len...@gmail.com wrote: Hi, I'm not sure if I understand, you just want implement JAX-RS as a Struts 2 plugin ? Regards --

Re: Problem with struts 2.3.4.1 struts2-rest-showcase on Tomcat

2012-08-20 Thread Frans Thamura
i am glad if you can compare with our showcase also . s2restplugins.java.net On Aug 20, 2012 7:05 PM, Lukasz Lenart lukaszlen...@apache.org wrote: Could you try with the latest snapshot ? The issue should be solved already. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-16 Thread Frans Thamura
hi all we are try to adopt the JAX-RS standard to our Struts2 Plugins , http://s2restplugins.java.net our team discover the REST plugin development using JAX-RS is more easy because REST way, and yes, our solution now all REST, with Struts2 inside, but several syntax still using the S2 REST

S2 as REST Platform

2012-08-14 Thread Frans Thamura
hi all if we need to create full REST apps... does S2 not a recommended one? anyone can help? should we use the JAXRS instead like RESTeasy Frans - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: S2 as REST Platform

2012-08-14 Thread Frans Thamura
+1.650.566.7033 m +1.408.676.6625 e jmoc...@velti.com @Mobclix The leading global technology provider of mobile marketing and advertising solutions On Aug 14, 2012, at 7:35 AM, Frans Thamura wrote: hi all if we need to create full REST apps... does S2 not a recommended one? anyone can help

Re: Struts2 and JSON

2012-08-06 Thread Frans Thamura
You can use rest plugina Automatic become json We modify the rest plugins for make it full rest. S2restplugins.java.net F On Aug 7, 2012 6:30 AM, Alvin Chew alvincks...@gmail.com wrote: Good day, If we have a collection like a list of custom object need to send back to page via ajax, do

Fwd: Need: Professor to review Indonesian Students Java's Research

2012-05-19 Thread Frans Thamura
-- Forwarded message -- From: Frans Thamura fr...@meruvian.org Date: Sun, May 20, 2012 at 12:35 AM Subject: Need: Professor to review Indonesian Students Java's Research To: jug-leaders jug-lead...@jugs.java.net, users us...@java-champions.java.net Cc: us...@jug-asia.dev.java.net

S2REST plugins from Us

2012-05-03 Thread Frans Thamura
hi all we modify the REST plugins, add Jackson, and several CRUD model to make it can save, delete based on REST using JSON this is our plugins http://java.net/projects/s2restplugins/pages/Home we are working to make it in maven central, but sadly the bugs in sonatype's java.net maven repo

WADL dan REST plugins

2012-04-25 Thread Frans Thamura
hi all anyone know WADL, how to implement in REST in S2, esp REST plugins can share ? F

Re: Struts 2 Plugin for Netbeans

2012-04-19 Thread Frans Thamura
as a eclipse user. :) any idea? F On Fri, Apr 20, 2012 at 1:19 AM, Łukasz Lenart lukasz.len...@googlemail.com wrote: 2012/4/19 rob stone floripa...@gmail.com: I am trying to incorporate the Struts 2 plug-in into the Netbeans IDE and having problems. The Netbeans version is 7.0.1 which is

JAXRS in S2

2012-04-03 Thread Frans Thamura
hi all i want to make our REST plugins (we modify the REST plugin to use jackson), and happy with it can we implement JAX-RS? i still finding a glue F - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Re: Advice needed: Offline Struts App

2012-03-15 Thread Frans Thamura
put the tomcat or jetty as services to make it standalone apps, execute using localhost that is the way i use it here F On Thu, Mar 15, 2012 at 10:25 PM, Christian Grobmeier grobme...@gmail.com wrote: Hi, yes I know Struts 2 is a web framework. But recently somebody told me he would love

Re: Advice needed: Offline Struts App

2012-03-15 Thread Frans Thamura
you can use izpack F On Thu, Mar 15, 2012 at 10:31 PM, Christian Grobmeier grobme...@gmail.com wrote: the customers for my apps are mostly non-techies... I am afraid they will fail without having an exe file/jar file/app file. have you managed that? On Thu, Mar 15, 2012 at 4:29 PM, Frans

Re: Advice needed: Offline Struts App

2012-03-15 Thread Frans Thamura
an interesting in manage engine, try it, installer with encrypted mysql, struts2 app F On Thu, Mar 15, 2012 at 10:35 PM, Christian Grobmeier grobme...@gmail.com wrote: thanks - i will evaluate that On Thu, Mar 15, 2012 at 4:33 PM, Frans Thamura fr...@meruvian.org wrote: you can use izpack

S2 with Bootstrap and REST

2012-03-06 Thread Frans Thamura
hi all this is our free services www.mutiara-iman.org take a look :) it is Bootstrap :0 the engine will be opensource under umbrella YAMA, stay tune.. we are still developing -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile

Re: Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Frans Thamura
My experience with jasper, i prefer not use s2. Use direct query. It is painfull map s2 to report. On Feb 25, 2012 7:20 PM, Thameem thameem@gmail.com wrote: I have created some reports with iReport BY connecting to sql server database, and I tried to integrated them with my struts2 web

Struts is not recommended by Craig..

2012-02-12 Thread Frans Thamura
anyone may be know Craig McClannahan he spoke in JUG , one of the leader said to use JSF instead Struts. and JSF is a lesson learned from S anyone can help? -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699

Re: Struts is not recommended by Craig..

2012-02-12 Thread Frans Thamura
about struts 1? Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 12/feb/2012 18.14, Frans Thamura fr...@meruvian.org ha scritto: anyone may be know Craig McClannahan he spoke in JUG , one of the leader said to use JSF instead Struts. and JSF

RE: Struts 2 and OSGi

2012-01-18 Thread Frans Thamura
I am think create an action, that can autodeploy like jira plugina or openfire plugins On Jan 18, 2012 9:30 PM, chad.da...@emc.com wrote: talking OSGI i am wishing also a feature that can autodeploy an actoin, of course if we put action in a jar. I'm not quite sure what you mean by

Re: Struts 2 and OSGi

2012-01-17 Thread Frans Thamura
talking OSGI i am wishing also a feature that can autodeploy an actoin, of course if we put action in a jar. F On Wed, Jan 18, 2012 at 5:28 AM, chad.da...@emc.com wrote: I know that there is an OSGi plugin for struts 2 that allows modular additions to made to a struts 2 web app.  However,

Struts2 project in Java.net :) and 15 years old kids

2011-12-04 Thread Frans Thamura
.. comment welcome. -- Frans Thamura (曽志胜) Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.com/meruvian TW: http://www.twitter.com/meruvian / @meruvian Website: http

Cimande 2.0 and Mervpolis 2.0

2011-11-25 Thread Frans Thamura
informative :) sorry. -- Frans Thamura (曽志胜) Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.com/meruvian TW: http://www.twitter.com/meruvian / @meruvian Website: http

Re: Cimande 2.0 and Mervpolis 2.0

2011-11-25 Thread Frans Thamura
strange, work well here.. :( if u login using admin/blueoxygen, will go to this URL http://demo.blueoxygen.org/backend/yuitree mean this is full REST and this is the JSON http://demo.blueoxygen.org/backend/yuitree/json - To

Re: Jenkina and hudson in s2

2011-11-23 Thread Frans Thamura
will u share us the code? so we can add to our blueoxygen/cimande project. On Wed, Nov 23, 2011 at 3:36 PM, Josep García jgar...@isigma.es wrote: We use unit testing and, for integration testing, canoo webtests integrated in the maven lifecycle. Cheers, Josep 2011/11/23 Frans Thamura fr

Jenkina and hudson in s2

2011-11-22 Thread Frans Thamura
Hi all Can share ur experience related to test struts2 app in jenkins or hudson. I want my project all tested there. Can help? Frana

S2 in WEblogic

2011-11-03 Thread Frans Thamura
hi all we success install s2 in weblogic weblogic is not support classpath dynamic, need fixed classpath F

Re: struts2 in weblogic 10.3

2011-11-01 Thread Frans Thamura
Hi all Just test our code, springmvc run well. Does this mean struts2, not weblogic ready? F On Nov 1, 2011 3:31 PM, Maurizio Cucchiara mcucchi...@apache.org wrote: Looks like weblogic is trying to loading the same library twice: - from

Re: struts2 in weblogic 10.3

2011-11-01 Thread Frans Thamura
Can we know? Where do you put ur struts.xml and can share ur war structure On Nov 1, 2011 6:00 PM, jlm...@gmail.com wrote: I'm using Struts 2 with WL withou problems for months. You meed to check your app. Sent via BlackBerry from T-Mobile -Original Message- From: Frans Thamura fr

Re: struts2 in weblogic 10.3

2011-11-01 Thread Frans Thamura
and the current design can not be changed. If you are in the process of choosing a framework for your application, you may want to take a look at Spring MVC as well. - Original Message - From: Frans Thamura fr...@meruvian.org To: Struts Users Mailing List user@struts.apache.org; jlm

Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
hi all i have problem in loading struts.xml when try to load struts-blank.war in weblogic 11g. anyone can help to run it? thx - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
at 8:34 AM, Dave Newton davelnew...@gmail.com wrote: My car won't start; what's wrong with it? http://www.coderanch.com/how-to/java/ItDoesntWorkIsUseless Dave On Sun, Oct 30, 2011 at 9:30 PM, Frans Thamura fr...@meruvian.org wrote: hi all i have problem in loading struts.xml when try

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
FYI, we use REST plugins .. F On Mon, Oct 31, 2011 at 8:44 AM, Frans Thamura fr...@meruvian.org wrote: hi we add cls weblogic jar following this URL http://tech-architecture.blogspot.com/2009/02/getting-struts-21-to-work-in-weblogic.html i feel that there are several propietary

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
do u deploy just put . war in /autodeploy? sorry i think this is worst question, just testing weblogic (never use it before) F On Mon, Oct 31, 2011 at 8:55 AM, Dave Newton davelnew...@gmail.com wrote: We still don't know what doesn't work. On Sun, Oct 30, 2011 at 9:45 PM, Frans Thamura

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
=struts.convention.action.fileProtocols value=jar / to : constant name=struts.convention.action.fileProtocols value=jar,zip / F On Mon, Oct 31, 2011 at 8:55 AM, Dave Newton davelnew...@gmail.com wrote: We still don't know what doesn't work. On Sun, Oct 30, 2011 at 9:45 PM, Frans Thamura fr

Struts1 in IDE but S2

2011-10-28 Thread Frans Thamura
that kick S1 ? -- Frans Thamura (曽志胜) Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.com/meruvian TW: http://www.twitter.com/meruvian / @meruvian Website: http

implementation of m. and www.

2011-09-12 Thread Frans Thamura
hi all i have 3 container, 1. www using jquery common 2. m. using jquery mobile 3. REST API for 1 and 2, i try to implement a same URI for both this is an exanple http://www.mervpolis.com/profile/fthamura http://m.mervpolis.com/profile/fthamura i want if the user access using mobile, and

Re: Friendly URL with struts 2

2011-08-28 Thread Frans Thamura
all our work based on cimande (struts2-spring-hibernate), using total REST now.. we use the REST plugins, and work... but u can see the core http://cimande.java.net - i put here, the latest version. i am glad to discuss, and improve the REST in S2. because we are dedicated to make all total

Deploy S2 apps with Mysql to cloud

2011-08-26 Thread Frans Thamura
hi all anyone can share, ur experience deploy ur apps (using hibernate -mysql will be cool) to cloud which cloud services do you use? and how much, r u happy? we are on plan to do that -- Frans Thamura (曽志胜) Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile

Re: Deploy S2 apps with Mysql to cloud

2011-08-26 Thread Frans Thamura
VMWare Cloud Fondry soon. Hope this help. Maurizio Cucchiara On 27 August 2011 05:18, Frans Thamura fr...@meruvian.org wrote: hi all anyone can share, ur experience deploy ur apps (using hibernate -mysql will be cool) to cloud which cloud services do you use? and how much, r u happy

DISC test

2011-08-10 Thread Frans Thamura
will be opensource soon, with ASF license like usually :) u can see my code of the mervpolis at http://cimande.java.net, and the android will be in http://midas.java.net -- Frans Thamura (曽志胜) Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog

Multi Devices and Multilanguage

2011-06-29 Thread Frans Thamura
hi all we want to create a multi devices rendering for our apps, which we use struts2, for mobile, tablet and web common, we use jquery mobile, i like the JQM beta1. and we also want to make web with multi language anyone can share the strategy which we can start to make this F

Re: Multi Devices and Multilanguage

2011-06-29 Thread Frans Thamura
to have all the result codes for all jsp. Example: I change the result code from browse to iPhone.browse Stuts 2 can handle natively The international and localization stuff. Enviado desde mi Nexus S Miguel Ruiz Velasco Sobrino On Jun 29, 2011 10:28 AM, Frans Thamura fr...@meruvian.org wrote: hi

XWork

2011-06-07 Thread Frans Thamura
hi all we know that opensymphony has final day any idea for xwork implementation for old struts2 version F

Re: XWork

2011-06-07 Thread Frans Thamura
- From: Frans Thamura Sent: Tuesday, June 07, 2011 16:43 To: Struts Users Mailing List Subject: XWork hi all we know that opensymphony has final day any idea for xwork implementation for old struts2 version I am not sure I understand your question. Are you looking for the jars

Re: XWork

2011-06-07 Thread Frans Thamura
we have also the 2.2 in sf.net but the problem in old version of struts http://cimande.svn.sourceforge.net/viewvc/cimande/trunk/WebContent/WEB-INF/lib/ -- Frans Thamura Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http

Re: XWork

2011-06-07 Thread Frans Thamura
i believe struts 2.0.x not the 2.2.x F On Wed, Jun 8, 2011 at 5:03 AM, Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Tuesday, June 07, 2011 17:51 To: Struts Users Mailing List Subject: Re: XWork our old

Re: XWork

2011-06-07 Thread Frans Thamura
this is the screen capture http://twitpic.com/58eyvp On Wed, Jun 8, 2011 at 5:09 AM, Frans Thamura fr...@meruvian.org wrote: we have also the 2.2 in sf.net but the problem in old version of struts http://cimande.svn.sourceforge.net/viewvc/cimande/trunk/WebContent/WEB-INF/lib

Struts2 Plugins inside IoC

2011-05-27 Thread Frans Thamura
hi all i found that springmvc register all their bean in the appcontex.xml any reason, why struts2 better rather using this method thx F

S2 Integration with FB and GoogleApps

2011-05-21 Thread Frans Thamura
hi all we are working to integrate the S2 apps with Facebook using FB connect and as FB Apps and we want also the apps can be part of Google Apps marketplace, this is the Gapps API. http://code.google.com/googleapps/marketplace/#integrating now we try to look the spring-social implementation,

S2 TEst Best Practices

2011-05-20 Thread Frans Thamura
hi all thx to john geppe that gave us a lot of example based on his jquery, esp to change the cimande project with total jquery plugins and i have several question, and i think that is good if we can share it here i want to know, the test mechanisme , best practices of testing in Struts2 world

Re: S2 TEst Best Practices

2011-05-20 Thread Frans Thamura
my idea to setup jenkins/hudson server so we can test it there can TDD do this? F On Fri, May 20, 2011 at 4:38 PM, Miguel mig...@almeida.at wrote: Hi Frans, On Fri, 2011-05-20 at 14:52 +0700, Frans Thamura wrote: and i have several question, and i think that is good if we can share

Re: S2 TEst Best Practices

2011-05-20 Thread Frans Thamura
-To: Struts Users Mailing List user@struts.apache.org Subject: Re: S2 TEst Best Practices On Fri, 2011-05-20 at 16:41 +0700, Frans Thamura wrote: my idea to setup jenkins/hudson server so we can test it there can TDD do this? TDD stands for test driven development. It is a development

Re: S2 TEst Best Practices

2011-05-20 Thread Frans Thamura
We move all our struts2 app to all json We extend current json plugins And we play around with interceptor We want to test this So, Our apps is json server based on s2 Dunno Is this best Still seeking a way to test Fyi the return still http post -Original Message- From: Ilya

Re: How to test json output from json plugin?

2011-05-10 Thread Frans Thamura
we have full json=struts-spring-hibernate apps please checkout from http://cimande.java.net it is using maven, but little tricky use mysql F - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

2011-05-06 Thread Frans Thamura
dont forget our work :0 the template has been done , email to u shortly :0 -- Frans Thamura Chief of Advisory Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.com/meruvian TW: http

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Frans Thamura
We use a lot virtual host around 20 dotcom, splitted for around 5 tomcat, jboss and glassfish in one server /m/ -Original Message- From: Jerson John jer...@cprvision.com Date: Thu, 17 Feb 2011 18:58:25 To: 'Struts Users Mailing List'user@struts.apache.org Reply-To: Struts Users

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Frans Thamura
: + (65) 6535 0996 F: + (65) 6327 8085 www.cprvision.com CPR Vision - Nominated finalist for CRM, Marketing Loyalty Agency of the Year Award - Organized by Marketing Magazine -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Thursday, February 17, 2011 7:04 PM

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread Frans Thamura
struts2 is web based, jasper is standalone if u create as swing that is possible F On Thu, Feb 17, 2011 at 10:34 AM, @rju nagarjunabatt...@gmail.com wrote: hey can you tell me how to send the jasper report directly to the printer in struts2-jasper report environment -- View this message

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread Frans Thamura
struts - jasper - PDF - Adobe REader - Printer that is the steps or create HTML TXT - browse printing. -- Frans Thamura Director Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.com

Struts2-OSGI, Simple Question

2011-02-12 Thread Frans Thamura
hi al anyone can explain, a simple vision or direction if we wanna to use Struts2-OSGI Plugins got this URL http://struts.apache.org/2.1.8.1/docs/osgi-plugin.html but still dunno how to use it, do we can use struts2-plugins or action modularity on top of it? F

Strategy to consume JSON/REST SErver

2011-02-10 Thread Frans Thamura
hi all we know REST is getting popular, and we know Struts2 can produce REST/JSON but.. any idea to consume REST/JSON in Struts2 approach anyone working on this? I want like hibernate way, but hibernate connectes to database. F

Re: Strategy to consume JSON/REST SErver

2011-02-10 Thread Frans Thamura
have not seen until now a well Struts2-REST prototype. Eduard Am 10.02.2011 20:31, schrieb Frans Thamura: hi all we know REST is getting popular, and we know Struts2 can produce REST/JSON but.. any idea to consume REST/JSON in Struts2 approach anyone working on this? I want like

Re: Rtf Templating

2011-02-07 Thread Frans Thamura
use the jasper with doc . it is rtf CMIIW On Tue, Feb 8, 2011 at 11:49 AM, Nick Broadhurst hou1...@gmail.com wrote: Hi Folks, A client provided me with a bunch of documents to serve up to users through the browser with fields populated from DB, some PDFs and some RTF/Word docs. I have

Jackson Parser for JSON

2011-02-05 Thread Frans Thamura
hi all we create our own json action mapper, and we have problem to replace the current json-plugins, anyone can help? because we got that the json plugin have problem in several case, and jackson is more better and we use the .jackson rather .json (has been use by the current standard

com.liferay.util.bridges.mvc.MVCPortlet

2011-02-04 Thread Frans Thamura
hi all anyone have test Liferay IDE, just curious, can we use struts2 there? the MVCPOrtlet standard is com.liferay.util.bridges.mvc.MVCPortlet anyone play around with this? F - To unsubscribe, e-mail:

Re: need help on struts jasper reports

2011-01-25 Thread Frans Thamura
Our experiencr Jasper plugins more effort rather using ireport to jdbc /m/ -Original Message- From: Yaragalla, Muralidhar muralidhar.yaraga...@patni.com Date: Tue, 25 Jan 2011 18:32:50 To: 'user@struts.apache.org'user@struts.apache.org Reply-To: Struts Users Mailing List

Re: Struts2 and Guice

2010-12-24 Thread Frans Thamura
I read that it is not stable enough /m/ -Original Message- From: foo bar linut...@gmail.com Date: Sat, 25 Dec 2010 15:19:14 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Cc: Ben McCannbmcc...@google.com Subject: Struts2 and

Re: Struts2 and Guice

2010-12-24 Thread Frans Thamura
stable enough, and where did you read it? On Dec 24, 2010 10:41 PM, Frans Thamura fr...@meruvian.org wrote: I read that it is not stable enough /m/ -Original Message- From: foo bar linut...@gmail.com Date: Sat, 25 Dec 2010 15:19:14 To: Struts Users Mailing Listuser@struts.apache.org

Re: Struts2 IDE, eclipse plugins to manage struts2 xml file, areyou interested?

2010-12-16 Thread Frans Thamura
Right Is the source available also? /m/ -Original Message- From: Johannes Geppert jo...@web.de Date: Thu, 16 Dec 2010 11:35:50 To: user@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts2 IDE, eclipse plugins to manage struts2 xml file, are

S2 REST Example - Cimande 2.0

2010-12-14 Thread Frans Thamura
hi all we wanna to share our new code, we put in Github also, http://github.com/blueoxygen/cimande this is a REST example, we will upload the REST client using Android shortly review of code welcome -- Frans Thamura Director Meruvian. The Most Complete Java Services Provider in Indonesia

Live Reload - Play framework

2010-12-10 Thread Frans Thamura
any one look this http://www.playframework.org/ will this feature inside S2 F

Re: Live Reload - Play framework

2010-12-10 Thread Frans Thamura
and Model class seem to be a hierarchy-killer. Do you know appfuse [1]? though I prefer grails [2] [1] http://appfuse.org/display/APF/Home [2] http://www.grails.org/ 2010/12/10 Frans Thamura fr...@meruvian.org: any one look this http://www.playframework.org/ will this feature inside S2

Re: Live Reload - Play framework

2010-12-10 Thread Frans Thamura
feature to S2! Helps to keep the Action class clean! See you! On Fri, Dec 10, 2010 at 9:14 AM, Frans Thamura fr...@meruvian.org wrote: any one look this http://www.playframework.org/ will this feature inside S2 F -- Felipe A. Lorenz Idealogic Software http

consume JSON for S2

2010-12-06 Thread Frans Thamura
hi all microsoft just demo me LINQ, ODATA.org and we wanna to implement ODATA in Struts2, anyone can help? and also how to consume a json data source in struts2

Re: consume JSON for S2

2010-12-06 Thread Frans Thamura
I want the hibernate that I use her to use json as data source /m/ -Original Message- From: Martin Gainty mgai...@hotmail.com Date: Mon, 6 Dec 2010 07:53:30 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: RE:

Re: consume JSON for S2

2010-12-06 Thread Frans Thamura
/consumers 2010/12/6 Frans Thamura fr...@meruvian.org: I want the hibernate that I use her to use json as data source /m/ -Original Message- From: Martin Gainty mgai...@hotmail.com Date: Mon, 6 Dec 2010 07:53:30 To: Struts Users Mailing Listuser@struts.apache.org Reply

Re: Spring 3 Upgrade

2010-12-02 Thread Frans Thamura
but if we use struts2 maven, the spring default is 2.x i have 2 deployment, spring3 and spring2 (from maven) should we fix and upgrade the maven F On Fri, Dec 3, 2010 at 6:37 AM, Maurizio Cucchiara maurizio.cucchi...@gmail.com wrote: I'm using 3.0.5 and I haven't any trouble. 2010/12/3

OData

2010-11-27 Thread Frans Thamura
hi all anyone working with OData, or may be odata4j http://code.google.com/p/odata4j/ just wanna to get idea around this protocol interesting idea, if we can extend REST plugins using this F

  1   2   3   4   >