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: user-h...@struts.

Re: Apple sec breach.. Struts?

2013-07-31 Thread Frans Thamura
w security patches. > > Maybe others think different, but except with continuing to improve > struts, we cannot do anything bout it. > > > On Wed, Jul 31, 2013 at 2:13 PM, Frans Thamura wrote: > > Anyone read this? > > > > http://java.dzone.com/articles/was-

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: 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" wrote: > Struts2 doesn't support JAX-RS spec, so you cannot mix those two. If > you annotated your action as a JAX-RS bean, Jersey wil

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" wrote: > 2012/10/25 Juan Jose Fu

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", meth

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

2012-10-05 Thread Frans Thamura
e and several "aware" , 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 Invest

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

2012-10-05 Thread Frans Thamura
jane the way our rest model is not using smd which you can get in s2 default rest plugins please visit our s2restplugins.java.net may be this plugins and small wiki can explain more. the category has extended from default persistanc. you must see the spring injection that handle this Frans

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

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" wrote: > 2012/10/5 Frans Thamura : > > hi jane > > > > all our apps using s2 with rest and json. > > > > see our example.a

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" wrote: > not really/entirely what i'm looking for. the struts2-json-plugin > supports json. but what

Re: @SMD annotation

2012-09-20 Thread Frans Thamura
. we have yama with jaxrs, and we in plan to make rest plugin little bit adopt several JAXRS model, rather using current @Action @Result model On 9/20/12, Salvatore Lionetti wrote: > Hi Frans, > > Thanks for your suggestion, really interesting > "Built-in resource transformer

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 wrote: > Hi, > > i'm using a beautiful Struts2 2.3.1.2 environment. > I'm having trouble with annotation @

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 wrote: > On Sat, Aug 25, 2012 at 11:30 AM, Frans Thamura wrote: > >> [...] if we use JAX-RS, that means S2 is not relevant anymore. &

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

2012-08-25 Thread Frans Thamura
we drop sitemesh and put all the decorator to javascript. and still use velocity and freemarket in several area. yes, we have plan to make all JS read JSON.. but if we use JAXRS, that mean S2 is not relevan anymore. F On 8/25/12, Martin Gainty wrote: > > Hi Frans > you can use si

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" wrote: > > I guess Im not understanding where the default response of json is > specified from the resteasy-j

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

2012-08-24 Thread Frans Thamura
>> e jmoc...@velti.com @Mobclix >>> >>> The leading global technology provider of >>> mobile marketing and advertising solutions >>> >>> On Aug 22, 2012, at 10:53 PM, Lukasz Lenart wrote: >>> >>>> But I think you can always use

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

2012-08-23 Thread Frans Thamura
we use resteasy also here but we still develop with html output result to html from action with rest url naming resteasy is different approach, output only json. we use the same Service for both. and want a smiliar url for rest On Aug 24, 2012 9:22 AM, "Martin Gainty" wrote:

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

2012-08-23 Thread Frans Thamura
o have another JAX-RS > implementation on the market. > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > > 2012/8/21 Frans Thamura : > > yes > > > > righr now the syntax is @result and @action > > > > i think if we have

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" wrote: > Hi, > > I'm not sure if I understand, you just want implement JAX-RS as a > Struts 2 plugin ? > > > Regards > -- > Łukasz > mobile

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" 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
question also if we have Javascript MVC that consume JSON in total, should we need a HTML output in MVC? Frans - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: S2 as REST Platform

2012-08-14 Thread Frans Thamura
Senior Software Architect > t +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 >

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: 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" wrote: > Good day, > > > If we have a collection like a list of custom object need to send back to > page via ajax, do we need to used

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

2012-05-19 Thread Frans Thamura
-- Forwarded message -- From: Frans Thamura Date: Sun, May 20, 2012 at 12:35 AM Subject: Need: Professor to review Indonesian Students Java's Research To: jug-leaders , users Cc: us...@jug-asia.dev.java.net, agnes crepet hi all anyone know our JENI work, esp the student

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 sett

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 wrote: > 2012/4/19 rob stone : > > 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 the latest > > available for Debian. > > Use

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 additional

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 wrote: > thanks - i will evaluate that > > On Thu, Mar 15, 2012 at 4:33 PM, Frans Thamura wrote: >> you can use izpack >> >>

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 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
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 wrote: > Hi, > > yes I know Struts 2 is a web framework. But recently somebody told me > he would love to see a deskto

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 Solutio

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" wrote: > I have created some reports with iReport BY connecting to sql server > database, and I tried to integrated them with my struts2 web application. > While t

Re: Struts is not recommended by Craig..

2012-02-12 Thread Frans Thamura
talking 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" ha > scritto: > >> anyone may be know Craig McClannahan >> >> he spoke in JUG , one of t

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 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, 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 aut

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, 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, I also came acros

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

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 u

Cimande 2.0 and Mervpolis 2.0

2011-11-25 Thread Frans Thamura
g more 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

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 wrote: > We use unit testing and, for integration testing, canoo webtests integrated > in the maven lifecycle. > Cheers, > Josep > > 2011/11/23 Frans Th

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
deviation from the > Spec 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 > To: Struts Users Ma

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, 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: Fra

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" wrote: > Looks like weblogic is trying to loading the same library twice: > - from :C:/Users/user/.m2/repository/org/apache/struts/struts2-core/ > 2.2.3.1/s

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
gt; We still don't know what doesn't work. >> >> On Sun, Oct 30, 2011 at 9:45 PM, Frans Thamura wrote: >>> FYI, we use REST plugins .. >>> >>> F >>> >>> On Mon, Oct 31, 2011 at 8:44 AM, Frans Thamura wrote: >>

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 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
FYI, we use REST plugins .. F On Mon, Oct 31, 2011 at 8:44 AM, Frans Thamura 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 sever

Re: Running Struts2 in Weblogic

2011-10-30 Thread Frans Thamura
at 8:34 AM, Dave Newton 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 wrote: >> hi all >> >> i have problem in loading s

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: user-h.

Struts1 in IDE but S2

2011-10-28 Thread Frans Thamura
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 cli

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 R

Re: Deploy S2 apps with Mysql to cloud

2011-08-26 Thread Frans Thamura
"springMVC" rather Struts2, but we also working on it. cloudbee, can share the experience? F On Sat, Aug 27, 2011 at 10:33 AM, Maurizio Cucchiara wrote: > Hi Frans, > the following is my usually software stack : Hibernate+MySQL+Spring+Struts2. > Currently I successfully deployed t

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

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

Re: Multi Devices and Multilanguage

2011-06-29 Thread Frans Thamura
you need 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,

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: 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 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

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 wrote: > > -Original Message- > > From: Frans Thamura [mailto:fr...@meruvian.org] > > Sent: Tuesday, June 07, 2011 17:51 > > To: Struts Users Mailing List > > Subject: Re:

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
t; > 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

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: Struts2 Date time picker problem in Firefox

2011-05-29 Thread frans
We use jquery ui Work well Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Amol Ghotankar Date: Mon, 30 May 2011 11:26:57 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Struts2 Date time picker problem in Firefox I have

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

Re: [OT] Re: Job postings

2011-05-26 Thread frans
I am leading jug in indonesia Try to make struts2 as default framework, combine s2 spring hibernate Extend the struts2 plugins and spring datasource to more wider We are not english speaking country I am glad can share our program, may be can start do something together Sent from my BlackBerr

S2 Integration with FB and GoogleApps

2011-05-20 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,

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 Kaza

Re: S2 TEst Best Practices

2011-05-20 Thread Frans Thamura
; 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 methodology. The end result

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 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

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: 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 commands

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: Ajax in Struts2

2011-03-22 Thread frans
We are working integrating jquery with s2 With and without jquery following our json mechanisme. We want s2 becomes json in and out so we can replace jquery also with android Our Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Chris Pratt Date: Tue, 22

Re: JSON Plugin - my execute method is being called twice

2011-03-14 Thread frans
We got current json plugins also have problem parse json I think the json jar is the current issue We modify to use jackson Anyone? The actionmapper using jackson we put in github.com/blueoxygen/cimande /m/ -Original Message- From: Muneer Malik Date: Mon, 14 Mar 2011 19:36:33 To: S

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Frans Thamura
5 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 To: Struts Use

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" Date: Thu, 17 Feb 2011 18:58:25 To: 'Struts Users Mailing List' Reply-To: "Struts Users Mailing List" Subject: RE: Integrate JasperRe

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

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 wrote: > > hey can you tell me how to send the jasper report directly to the printer in > struts2-jasper report environment > -- > View this message in context: > http://o

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 ---

Re: Strategy to consume JSON/REST SErver

2011-02-10 Thread Frans Thamura
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 hibernate way,

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: 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 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 the PDFs handl

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 rest-plug

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: user-unsubscr...@struts.

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" Date: Tue, 25 Jan 2011 18:32:50 To: 'user@struts.apache.org' Reply-To: "Struts Users Mailing List" Subject: need help on struts jasper reports Hi we have done

Re: Struts2 and Guice

2010-12-24 Thread Frans Thamura
10 10:41 PM, "Frans Thamura" wrote: > I read that it is not stable enough > /m/ > > -Original Message- > From: foo bar > Date: Sat, 25 Dec 2010 15:19:14 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Cc: Ben McCann

Re: Struts2 and Guice

2010-12-24 Thread Frans Thamura
I read that it is not stable enough /m/ -Original Message- From: foo bar Date: Sat, 25 Dec 2010 15:19:14 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Cc: Ben McCann Subject: Struts2 and Guice Hi all, This is somewhat related to Ben McCann's thread on d...@struts

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 Date: Thu, 16 Dec 2010 11:35:50 To: Reply-To: "Struts Users Mailing List" Subject: Re: Struts2 IDE, eclipse plugins to manage struts2 xml file, are you interested? Hi Angelo, this looks great. When

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

Re: Live Reload - Play framework

2010-12-10 Thread Frans Thamura
n be new feature to S2! Helps to keep the > Action class clean! > > See you! > > On Fri, Dec 10, 2010 at 9:14 AM, Frans Thamura wrote: > > > any one look this > > > > http://www.playframework.org/ > > > > will this feature inside S2 >

Re: Live Reload - Play framework

2010-12-10 Thread Frans Thamura
ntroller 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 : > > any one look this > > > > http://www.playfr

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: consume JSON for S2

2010-12-06 Thread Frans Thamura
d wrong. > > [1] http://www.odata.org/consumers > > 2010/12/6 Frans Thamura : > > I want the hibernate that I use her to use json as data source > > > > > > /m/ > > > > -Original Message- > > From: Martin Gainty > > Date: Mon, 6 Dec 2010 07

  1   2   3   4   >