Re: [Stripes-users] Liferay portlets

2012-10-06 Thread azizi yazit
mplementing things I have already designed (I've put a lot of thought > into it) and until I'm finished with a prototype, I'll probably won't be > able to share work with other developers. But if you check out the > prototype once it's finished and you like it, you&#

Re: [Stripes-users] Liferay portlets

2012-10-05 Thread azizi yazit
Fyi On Oct 6, 2012 5:20 AM, "azizi yazit" wrote: > Hi Tim, > I just think by providing the portlet support would be oppurtunity for > stripes to be used by more ppl. But i get your points. I do agree with > that. I guess a lot of developers here want stripes-portlet be

Re: [Stripes-users] Liferay portlets

2012-10-05 Thread azizi yazit
Hi Tim, I just think by providing the portlet support would be oppurtunity for stripes to be used by more ppl. But i get your points. I do agree with that. I guess a lot of developers here want stripes-portlet because of the portlet development will be much easier and simple by using stripes. I'm m

Re: [Stripes-users] Liferay portlets

2012-10-05 Thread azizi yazit
If stripes want the framework to be used by more ppl, let's start provide that. On Oct 5, 2012 8:38 PM, "Thomas Menke" wrote: > On 10/04/2012 08:26 PM, Grzegorz Krugły wrote: > > In the project I'm on right now I'm forced to develop Liferay projects. > > It's a road through pain. I am wondering i

Re: [Stripes-users] Stripes Development and its Future... (long)

2010-09-01 Thread azizi yazit
-- > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > ___ > Stripes-users ma

Re: [Stripes-users] JSR 303 integration and addition to stripes around the web

2010-08-05 Thread azizi yazit
> This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > ___ > Stripes-users mailing list > Stripes-users@l

Re: [Stripes-users] I am missing Stripes

2010-02-11 Thread azizi yazit
Stripes is fun, easy but have a lots of advanced features. I am enjoying develop using Stripes. But architect has a power to decide which framework, not me a programmer. On Thu, Feb 11, 2010 at 7:13 PM, Jeppe Cramon wrote: > Yeah that pretty much sums up what Spring MVC is good for - a front > c

Re: [Stripes-users] Problem with ActionResolver.Packages configuration

2010-02-07 Thread azizi yazit
Buy Freddy book. :) On Mon, Feb 8, 2010 at 12:30 PM, Sindu R wrote: > Sindu R writes: > > > > > Hi, > > > > I have just started evaluating Stripes for a project and started with the > > Calculator example in the Quick start guide. > > I am facing an issue though. > > > > When the param-value fo

Re: [Stripes-users] is this correct?

2009-11-30 Thread azizi yazit
Spring just required simple pojo and their controller known as ModelViewController have a formBackingObject. But in struts1 we need to provide class that extends ActionForm class. On 12/1/09, Gérald Quintana wrote: > > I think in Struts1 and Spring MVC, you have the Controller (call it > ActionB

Re: [Stripes-users] is this correct?

2009-11-30 Thread azizi yazit
I am got experience using Stripes, Struts and Spring, and I prefer Stripes over those framework because Stripes is easy and required only web.xml instead of Spring (a lots of xml) and same goes with Struts. However, using Stripersist that have integration with Spring (AOP and DI framework) is prett

Re: [Stripes-users] Stripes on Facebbok!

2009-11-24 Thread azizi yazit
Hi Thiago, did you have done something with stripes & liferay? Azizi Yazit On 11/25/09, Thiago Caiubi wrote: > > Hey guys, > > I am following Stripes for a quite time, and these days I decide to > ask you something, and I had a good help from Freddy! > I was thinking

Re: [Stripes-users] Mapping to the context root

2009-10-19 Thread azizi yazit
Best MVC framework! On Mon, Oct 19, 2009 at 4:51 AM, Stephen Nelson wrote: > Hello, > > I'm just beginning development with Stripes having come from Struts2 > and Wicket in the past. I have a question which I feel is probably a > FAQ but couldn't find it either on the stripes site or with some > G

Re: [Stripes-users] Continue not able to forward on next page

2009-06-07 Thread azizi yazit
It was too basic problem. However still can help a newbie who lazy to read a documentation and tutorial. ; ) On Sun, Jun 7, 2009 at 5:46 PM, Richard Hauswald < richard.hausw...@googlemail.com> wrote: > The problem is solved > > On Fri, Jun 5, 2009 at 1:17 PM, Richard > Hauswald wrote: > > Can you

Re: [Stripes-users] Not able to forward to Next page

2009-06-05 Thread azizi yazit
Ok.maybe u forget to declare ur class. public class CalculationAction extends ActionBean { @DefaultHandler public Resolution addition() { System.out.println("Testing is doing"); result = getNumberOne() + getNumberTwo(); System.out.println("Result is doing"); return

Re: [Stripes-users] Chart Libraries

2009-05-28 Thread azizi yazit
use saveAsPNGImage method. It will display the best quality chart! Azizi Yazit On Wed, Dec 3, 2008 at 6:02 PM, Lionel wrote: > Philip Constantinou wrote: > > One other option is Google Charts: > > > > http://code.google.com/apis/chart/ > > > > I haven'

Re: [Stripes-users] stripes newbie... still searching for a decent java based web framework.

2009-05-16 Thread azizi yazit
@Paul Why don't you buy Stripes Book by Freddy. It helps me a lot as a newbie. On Fri, May 15, 2009 at 10:28 PM, Paul C wrote: > Stripes is a great framework in its common sense approach to form > processing and > action handling but as a newbie I'm ready to give up on it just like so > many >

Re: [Stripes-users] Web framework evaluation - What is beautiful in Stripes?

2009-05-09 Thread azizi yazit
@Yee "Stripes ... and Java Web Development is Fun Again". It is really suit with the book. It's awesome, It's like an expert of stripes near you. Yes, I must admit it that the book is really fun and easy to follow. Thanks to Frederic. You did a really nice job! Azizi Yazit

Re: [Stripes-users] Static reflection in Java combined with Stripes

2009-04-29 Thread azizi yazit
@Jeppe Cool! just let me know if it exist. On Wed, Apr 29, 2009 at 6:09 PM, Jeppe Cramon wrote: > Hi Azizi > It's not publicly available yet, but if there's enough interest I will try > to make it public soon. > > /Jeppe > > On 29/04/2009, at 11.57, azizi ya

Re: [Stripes-users] Static reflection in Java combined with Stripes

2009-04-29 Thread azizi yazit
@Jeppe I was drawn my attention with your post about another view in stripes. Where can I download the library to use view? Azizi Yazit Stripes Admirer On Wed, Apr 29, 2009 at 10:55 AM, Jeppe Cramon wrote: > Hi > > I thought this post might be of interest to the Stripes developer

Re: [Stripes-users] IntelliStripes

2009-04-21 Thread azizi yazit
nice! On Wed, Apr 22, 2009 at 6:09 AM, Evgeny Shepelyuk wrote: > Hello, > We're glad to announce IntelliJ plugin for Stripes new release. > This time it has some new feature that we wanna mention.It’s support for > easy > installation of Stripes-Reload extension. > I don't know personally how muc

Re: [Stripes-users] tieTYT blog post Wicket/Stripes

2009-04-01 Thread azizi yazit
vs ZK ! > > > > 2009/4/2 Levi Hoogenberg > >> On Thu, Apr 2, 2009 at 7:23 AM, azizi yazit wrote: >> >>> If we compare wicket hello world example with stripes hello world >>> example, we will see which framework is the best choice. >>> >> &g

Re: [Stripes-users] tieTYT blog post Wicket/Stripes

2009-04-01 Thread azizi yazit
Hello guys, I have read the article from dzone link. If we compare wicket hello world example with stripes hello world example, we will see which framework is the best choice. Stripes Admirer Azizi Yazit On Fri, Mar 27, 2009 at 10:55 PM, Cosmin Marginean wrote: > Yeah, I guess the web is

Re: [Stripes-users] Linkedin stripesframework group - now with jobboard and 39 members

2009-04-01 Thread azizi yazit
The number of member will increase because I will join. Azizi Yazit Technologist Content-Capital On Wed, Apr 1, 2009 at 3:22 PM, Héctor López wrote: > Done. I’m finally associating some faces with some names ;) > > > > Regards. > > > > >

Re: [Stripes-users] Newbie Email Verification Questions

2009-03-30 Thread azizi yazit
previous project I use the example above. Stripes Admirer, Azizi Yazit On Mon, Mar 30, 2009 at 10:57 PM, AK wrote: > Laura Ferguson writes: > > Note: I am a desktop application developer trying to learn web > development -- > > so any help with these questions would be really

Re: [Stripes-users] Funny stripes moment

2009-03-28 Thread azizi yazit
*sorry..wrong, not 'impressed' but amazed. On Sat, Mar 28, 2009 at 9:00 PM, azizi yazit wrote: > Hi Freddy. > > When I am still student (2008), I develop my final year project using > Stripes Framework. I won Best Project and a lot of my college-mates > impressed wit

Re: [Stripes-users] Funny stripes moment

2009-03-28 Thread azizi yazit
everything about it. Stripes Admirer. Azizi Yazit On Fri, Mar 20, 2009 at 8:35 PM, wrote: > Hi Azizi, > > > Yup, it's true nothing can be related with stripes. However, I really > > want to know why Stripes Framework named 'Stripes'. Anybody know?? > > I

Re: [Stripes-users] Stripes in Portlets

2009-03-24 Thread azizi yazit
There have a development team that i know using portlet in Spring Framework..I think they used Oracle Portlet. > -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, c

Re: [Stripes-users] Stripes in Portlets

2009-03-24 Thread azizi yazit
wow. This most interesting answer I would like to know. I am really hope the answer is YES for the portlet and the portlet is lifefray. Stripes Fan Azizi Yazit > > > -- Apps built with the Adobe(R) Flex(R) fram

Re: [Stripes-users] Funny stripes moment

2009-03-20 Thread azizi yazit
Yup, it's true nothing can be related with stripes. However, I really want to know why Stripes Framework named 'Stripes'. Anybody know?? Azizi Yazit > > > -- > Apps built with the Adobe(R)

Re: [Stripes-users] Funny stripes moment

2009-03-19 Thread azizi yazit
lol. It sound well. Stripes Admirer Azizi Yazit @ Ahmad Zawawi > > > > -- > Ross Sargant > > TVR Communications LLC > Software Engineer > 3275 W Hillsboro Blvd,Suite 300,Deerfield Beach, Florida,33442 > > http://www.tvrc.com > > p: 954-571-

Re: [Stripes-users] welcome page

2009-03-10 Thread azizi yazit
I agree with Remi. On Tue, Mar 10, 2009 at 6:50 PM, VANKEISBELCK Remi wrote: > Hi Vadim, > > I don't really understand why thous should not work, apart froom : > 1/ your action isn't resolved from the classpath (default package > might not be a good idea : you have to declare your action packag

Re: [Stripes-users] Question about stripes spring integration

2008-11-30 Thread azizi yazit
Hi. can I know how to delete cache? On Mon, Nov 17, 2008 at 4:16 PM, Levi Hoogenberg <[EMAIL PROTECTED]>wrote: > Though there is a difference between Stripes' wiring and Spring's: if you > have the same dependency in a class and its superclass, Stripes will not > inject the superclass. (I'm talki

Re: [Stripes-users] My Stripes book arrived yesterday!

2008-11-03 Thread azizi yazit
Wow. After I graduated, my first aim is to buy the book... On Mon, Nov 3, 2008 at 12:16 PM, David G Friedman <[EMAIL PROTECTED]>wrote: > It is hard to believe a book that looks so small is actually 385 pages. > However it is fully packed with information. I'm impressed by the use of > numbered

Re: [Stripes-users] problem with stripes text

2008-09-22 Thread azizi yazit
Hi. I think you should use looping for that case. Because if your data in database is more than one, you need to loop it and make a statement to display a start date equals to. If you dont use looping(), the tag text will display the latest result or data in the column startdate in your database t

Re: [Stripes-users] Stripes on a shared VM

2008-09-02 Thread azizi yazit
lol, i never thought that java hosting is really cheap..Thanks to Daniel for the topic. On Tue, Sep 2, 2008 at 11:32 PM, Matthew Altman <[EMAIL PROTECTED]>wrote: > I am currently running Stripes apps on a shared JVM over at > http://www.interadvantage.com with no problems > They have a small star

Re: [Stripes-users] bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render collections in the bean - only scalar fields

2008-08-30 Thread azizi yazit
Hello. anyone know how to send a topic or a problem? i'm using stripes, tomcat and jdbc. For display i used displaytag, all seem to be ok but i have a big problem with displaytag link. anyone have an experienced facing a problem like me? On Wed, Aug 6, 2008 at 12:53 AM, Tayeb Taouti DR Tes Appl. J

Re: [Stripes-users] Stripes book now available!

2008-07-23 Thread azizi yazit
I want that superb book. Where do i buy? please send me the url or address. On Wed, Jul 23, 2008 at 3:29 PM, Georgi Naplatanov <[EMAIL PROTECTED]> wrote: > Hello, Freddy. > > It seems a very good book. > > It will be nice to add examples for using EJB3 and autocompleting text > fields (in case th