[Stripes-users] Stripes 1.5.3 + Sticky Sessions / Server Affinity

2010-04-29 Thread Nikolaos Giannopoulos
Hi, We are starting the implementation phase of a sizable custom social networking project and find the Stripes Framework thus far extremely appealing for someone that has been architecting and developing Java applications since Java's early days... i.e. someone that may be considered old

Re: [Stripes-users] Why does Flash Scope use session scope?

2010-04-29 Thread Nikolaos Giannopoulos
Oscar, That makes perfect sense. Thanks, --Nikolaos Oscar Westra van Holthe - Kind wrote: On 29-04-2010 at 17:15, Nikolaos Giannopoulos wrote: From the docs it appears that Flash Scope uses session but not request scope and that it does some prefixing to avoid conflicts if the Flash

Re: [Stripes-users] Stripes and Java Scopes?

2010-04-29 Thread Nikolaos Giannopoulos
at 17:16, Nikolaos Giannopoulos wrote: In Java there are 4 types of session scopes below. Clearly JSPs use page scope and a framework most likely will utilize application scope but does: 1) Stripes utilize request scope at all and if so where? 2) Stripes utilize

[Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Nikolaos Giannopoulos
Hi, I just voted on the following: http://www.stripesframework.org/jira/browse/STS-738 While we have an internal Maven repo and can / will easily add 1.5.3 I am worried that some who rely on Maven will simply stick to 1.5.2 and not get its benefits. This can be said about any release mind

Re: [Stripes-users] Request for uploading Stripes 1.5.3 on http://repo1.maven.org/

2010-04-30 Thread Nikolaos Giannopoulos
, 2010 at 10:12 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Hi, I just voted on the following: http://www.stripesframework.org/jira/browse/STS-738 While we have an internal Maven repo and can / will easily add

[Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-04-30 Thread Nikolaos Giannopoulos
Hi, I came across the following reported against 1.4.3: http://www.stripesframework.org/jira/browse/STS-391 While I have used Tiles and am OK with it, Stripes Layout seems nice and being built-in makes me lean toward it more. However, this thread on Tiles being less memory hungry worries me.

Re: [Stripes-users] Stripes Layout Tag - Performance and Memory Issues

2010-04-30 Thread Nikolaos Giannopoulos
-- ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol

[Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
Hi, We are building a large site that initially supports 2 languages but will quickly grow 5+. The site has country specific virtualized sub-domains i.e. the underlying plumbing is just one site that accepts any language based on country specific site or user preferences. I really like Clean

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
additional logic to support them. Perhaps if I used Interceptors I could do BEFORE and AFTER massaging of the URL. I'm sure I am not the FIRST person to come across this issue... . Thoughts? --Nikolaos Nikolaos Giannopoulos wrote: Hi, We are building a large site that initially supports 2

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
generating foward resolutions, redirect resolutions and links with stripes:link (good practice IMHO), stripes can handle the rest. You just have to propagate the current member value as a parameter. On Mon, May 3, 2010 at 1:10 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
language so extending language support is a big thing and a compile is acceptable. Just some thoughts --Nikolaos On Mon, May 3, 2010 at 4:58 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Ross, That's an interesting suggestion

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
to parameters, validations, etc... Thoughts? --Nikolaos Nikolaos Giannopoulos wrote: Ross, Comments in-line Ross Sargant wrote: Yup. No doubt that the solution completely breaks down if you need to use it with several different parent prefixes. I was able to get away with something similar b/c

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
ver, editar, guardar and eliminar ... Now that introduces yet another interesting wrinkle Good conversation in any event :-) --Nikolaos -- Rick On Mon, May 3, 2010 at 5:46 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Ross

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
-- ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director

Re: [Stripes-users] Clean URLs and Localization

2010-05-03 Thread Nikolaos Giannopoulos
should settle on a solution that does not require the adding/changing of code in order to add a locale. Rather, you should settle on a solution that requires the simple manipulation of property/dictionary files -- and not code. -- Rick On Mon, May 3, 2010 at 10:37 PM, Nikolaos Giannopoulos

[Stripes-users] Stripes + MooTools???

2010-05-04 Thread Nikolaos Giannopoulos
Hi, I see a lot of examples (and even in Frederic's book) of Stripes with Prototype OR JQuery. I haven't seen much in the way of using MooTools though Stripes says it supports any Ajax framework. Is anyone integrating Stripes with MooTools? Any issues? Thoughts? (I know MooTools isn't as

Re: [Stripes-users] Clean URLs and Localization

2010-05-05 Thread Nikolaos Giannopoulos
wouldn't be able to specify which URL you want to use during a redirect. It wouldn't solve your problem if we just used the first URL specified for every forward, redirect or link. -Ben On Mon, May 3, 2010 at 11:51 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org

Re: [Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-05-05 Thread Nikolaos Giannopoulos
Will, Thanks for the input. This caught my attention about at least one particular benefit of Stripes Layout over Tag Files: http://www.stripesframework.org/display/stripes/Layout+Reuse *Page fragment layouts * This might be obvious, but you can also use a layout to control how a small

Re: [Stripes-users] Clean URLs and Localization

2010-05-06 Thread Nikolaos Giannopoulos
if we just used the first URL specified for every forward, redirect or link. -Ben On Mon, May 3, 2010 at 11:51 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Ben, Comments in-line Ben

Re: [Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-05-12 Thread Nikolaos Giannopoulos
Richard (and Ben), Appears like a lot of good work has gone into trying to resolve / fix this Thanks for the info. I hope my comments in-line can assist --Nikolaos Richard Hauswald wrote: I spent some time investigating the problem - results: Can you provide a little more

Re: [Stripes-users] java.security.NoSuchAlgorithmException: DESede SecretKeyFactory not available

2010-05-13 Thread Nikolaos Giannopoulos
Hauswald wrote: Are you sure that you are using the same jdk for eclipse(in java settings) as for the glassFish running outside eclipse? On Thu, May 13, 2010 at 8:43 AM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Hi, While I realize this is not strictly a Stripes related issue

[Stripes-users] Contraints on Model (columns) and Controller (fields)...

2010-05-14 Thread Nikolaos Giannopoulos
Hi, I'm integrating Stripersist w/ JPA, Hibernate and MySQL and have been working with some code from Frederic's great book. Assuming the following shortened class excerpts: @Entity public class Contact extends BaseModel { private String firstName; ... public class

Re: [Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-05-21 Thread Nikolaos Giannopoulos
Richard, It's great to see that the latest 1.5.x code appears to have resolve your issue. However, I wonder if your issue occurs in web containers other than Tomcat. I found this interesting thread: Source: http://www.mail-archive.com/d...@tomcat.apache.org/msg05273.html BodyContentImpls

[Stripes-users] JSP for Templating... Simplicity.. BUT for Email Templating???

2010-05-24 Thread Nikolaos Giannopoulos
Stripes and Stripernate in conjunction with Spring, JPA, Hibernate, Lucene, etc... IS EVERYTHING its billed to be IMO! Moreover, I initially considered a more advanced templating technology (FreeMarker, Velocity, etc...) but once again as the Stripes team envisioned the simplicity of JSPs and

[Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-26 Thread Nikolaos Giannopoulos
Hi, I finally tracked down an issue that I was having in a Stripes 1.5.4 BETA, Stripersist, Spring, JPA, Hibernate, etc... application: We essentially have a Services layer that sits in front of the Dao layer and as such are following the following example:

Re: [Stripes-users] stripes.tld

2010-05-26 Thread Nikolaos Giannopoulos
. Not sure what EXTRA benefit you are getting from the plugin but after looking around and not finding one for Eclipse I don't think I am missing much. I would try to use the latest stable version of 1.5.x versus stick to a plugin personally. --Nikolaos Nikolaos Giannopoulos wrote

[Stripes-users] I Picked Templating Engine X... Over JSPs and Stripes TLDs... and This is WHY???

2010-05-26 Thread Nikolaos Giannopoulos
Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org Everyone, Thanks for the suggestions... looks like I am simply going to use a simple string replacement templating class we wrote a while back... as the effort to integrate a Templating framework just

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-26 Thread Nikolaos Giannopoulos
Freddy (and Aaron), Offhand THANK YOU for the help! While it DID help I'm afraid I'm not there yet... . So I added the @PostConstruct annotation (and context:annotation-config / in the applicationContext.xml to register things) and have the following code: @Service(modalityService)

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-26 Thread Nikolaos Giannopoulos
the Stripersist interceptor to initialize BEFORE the Spring interceptor. Anyone know how we can accomplish this besides creating a Spring-Stripes extension class that simply calls them in the desired order??? --Nikolaos Nikolaos Giannopoulos wrote: Freddy (and Aaron), Offhand THANK YOU

Re: [Stripes-users] stripes.tld

2010-05-26 Thread Nikolaos Giannopoulos
Andreas, Try doing a: 1) Clean on your project 2) Build All on your project 3) Make sure that stripes.jar ends up in your WEB-INF/lib folder of your project What the error means is that for some reason NetBeans can not find the TLDs in any of the META-INF folder in stripes.jar OR that the

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-26 Thread Nikolaos Giannopoulos
Ben, Thanks for the reply. I tweaked the web.xml as you suggested as follows: listener listener-classorg.springframework.web.context.ContextLoaderListener/listener-class!-- Automatically loads: /WEB-INF/applicationContext.xml -- /listener filter

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
-param --Nikolaos Ben Gunter wrote: You've specified a package name (org.stripesstuff.stripersist) in Interceptor.Classes where it requires a class name (org.stripesstuff.stripersist.Stripersist). On Wed, May 26, 2010 at 11:21 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
Oscar, Comments in-line... Oscar Westra van Holthe - Kind wrote: I may have missed the point too, given your description. The NPE tells me that the class is in an invalid state. Let's go back to the more simplified example in this thread: public class BaseActionBean implements ActionBean

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
Frank, Comments in-line below... Frank Pavageau wrote: On Thu, May 27, 2010 at 5:23 PM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: public class BaseActionBean implements ActionBean { @SpringBean protected ModalityDao modalityDao; ... @Repository

Re: [Stripes-users] I Picked Templating Engine X... Over JSPs and Stripes TLDs... and This is WHY???

2010-05-27 Thread Nikolaos Giannopoulos
Freddy, Thanks for the reply and as you have used Velocity so much I would love to hear: -- At least 3 specific key reasons why their choice of templating engine was selected over JSPs and built-in TLDs? I don't just want to hear I use templating engine X which is great for me OR because

Re: [Stripes-users] I Picked Templating Engine X... Over JSPs and Stripes TLDs... and This is WHY???

2010-05-27 Thread Nikolaos Giannopoulos
Alamgir, Thanks for the link. I looked at the project however the overview tells me very little: Rayures is a library that makes developing web applications with Stripes even more enjoyable. The View module provides integration with Velocity, and many conveniences, while the Test makes

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
Spring but I'm sure there is some way to get an EntityManager from Spring without going through Stripersist. Aaron On 05/27/2010 09:35 AM, Nikolaos Giannopoulos wrote: Frank, Comments in-line below... Frank Pavageau wrote: On Thu, May 27, 2010 at 5:23 PM, Nikolaos Giannopoulos

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
a necessity vs. a nice to have I suspect. Thanks, --Nikolaos P.S. If you can point me to the code that does the initialization I can take a look to see what I can provide Nikolaos Giannopoulos wrote: Aaron / Frank, While I realize I don't have to use Stripersist... I am quite happy

Re: [Stripes-users] Stripes and Spring - Exception if doing INIT in Constructor

2010-05-27 Thread Nikolaos Giannopoulos
Frank Pavageau wrote: Nikolaos, On Thu, May 27, 2010 at 6:35 PM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Sorry. Now you lost me :-) Sounds great but what exactly are you suggesting? Actually, I remembered something false: Stripersist does not use Spring, as Aaron

Re: [Stripes-users] SOLVED:: Stripes and Spring - Exception if doing INIT in Constructor

2010-05-28 Thread Nikolaos Giannopoulos
One more piece to include is inlined below: --Nikolaos Nikolaos Giannopoulos wrote: All, I wanted to offhand thank everyone who provided insight and tips on how to resolve this issue. As Ben, Aaron and Frank pointed out there is a disconnect between Spring initialization and the Stripes

Re: [Stripes-users] stripes.tld

2010-05-28 Thread Nikolaos Giannopoulos
Andreas, If you are looking for a good example to work through check out: http://www.stripesframework.org/display/stripes/Sample+Application --Nikolaos Andreas Mader wrote: another question: Have you ever implementet a webshop in stripes? I'm searching for an example for a webshop which I

Re: [Stripes-users] Concurrent call problem with @SessionScope annotation

2010-06-10 Thread Nikolaos Giannopoulos
Erkan, When I now login to my app it does 3 ajax calls to the action bean (almost concurrently). You'll need to post enough relevant code for us to see what exactly you are doing and what could be wrong. As far as @SessionScope is concerned... the 1st time a bean used it is added to the

Re: [Stripes-users] Spring @configurable on Action Beans? (run-time code weaving)

2010-06-21 Thread Nikolaos Giannopoulos
On Mon, 21 Jun 2010 22:29:39 +0200, kdeveloper k-no-s...@a4consulting.nl said: I like to use Spring declarative transactions in Stripes 1.5.3, for this the action beans need to be spring managed beans. The Domain Driven Design (DDD) folks use Spring run-time code weaving (AspectJ / AOP)

Re: [Stripes-users] Stripes 1.6 Spring ObjectFactory....

2010-06-21 Thread Nikolaos Giannopoulos
Freddy Daoud wrote: I also like having Spring manage Stripes action beans. For this purpose I use Stripes 1.6's ObjectFactory and Rayures 2.0[1]. Of course, both are code from the trunk and are unreleased. This ObjectFactory has been mentioned several times and if IIRC it was even supposed

Re: [Stripes-users] Stripes 1.6 Spring ObjectFactory....

2010-06-22 Thread Nikolaos Giannopoulos
Nathan, Thanks for the clear and direct answer. That makes a lot of sense. While I realize there are some clear advantages to constructor based injection I personally don't mind setter based injection so that helps me - and others - decide whether or not I want to leverage 1.6 today for

Re: [Stripes-users] Stripes 1.6 Spring ObjectFactory....

2010-06-22 Thread Nikolaos Giannopoulos
Freddy Daoud wrote: Freddy - I don't believe I was being critical of any solution you offered - though I was hoping for a clear answer and what I had been using in the interim. Well, I never said or believed that you were being critical. I'm not sure how the ObjectFactory lets you take

Re: [Stripes-users] Stripersist and new transactions

2010-06-22 Thread Nikolaos Giannopoulos
/ Stripersist and if not that then JPA + Hibernate. Lastly, we do use Spring heavily to wire up objects in our Apps... we just don't need / care for Spring declarative transactions (yet ;-). My 2 cents and YMMV... . --Nikolaos On 22-06-10 16:45, Nikolaos Giannopoulos wrote: Kdeveloper

Re: [Stripes-users] Bind nested values to abstract class

2010-06-27 Thread Nikolaos Giannopoulos
-- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915 -- This SF.net email is sponsored by Sprint What

[Stripes-users] Model Initialization: Action Bean Populate vs. JPA Load

2010-07-04 Thread Nikolaos Giannopoulos
Hi, Say we had the following rudimentary Data Object / Model class: @Entity public class User extends BaseModelShardIntegerID { private Long created; public Long getCreated() { return created; } public void setCreated(Long created) { this.created = created; } } Created corresponds

Re: [Stripes-users] Model Initialization: Action Bean Populate vs. JPA Load

2010-07-04 Thread Nikolaos Giannopoulos
and that is not to be confused with over-optimization. Cheers, --Nikolaos -- Rick On Jul 4, 2010 1:31 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Rick, Thanks for the response. That is a great idea except that once again it results in: Unnecessary

Re: [Stripes-users] Model Initialization: Action Bean Populate vs. JPA Load

2010-07-04 Thread Nikolaos Giannopoulos
into Stripes' population strategy (and set new objects' /created/ property), but it sounds like you would much rather like a JPA solution (some kind of interceptor). Thomas Menke wrote: Nikolaos Giannopoulos wrote: Hi, Unfortunately we can't have the same zero argument constructor coded

Re: [Stripes-users] Model Initialization: Action Bean Populate vs. JPA Load

2010-07-06 Thread Nikolaos Giannopoulos
Grashel) 2. Re: Model Initialization: Action Bean Populate vs. JPALoad (Thomas Menke) 3. Re: Model Initialization: Action Bean Populate vs. JPA Load (Nikolaos Giannopoulos) 4. Re: Model Initialization: Action Bean Populate vs. JPALoad (Nikolaos Giannopoulos

Re: [Stripes-users] Model Initialization: Action Bean Populate vs. JPA Load

2010-07-06 Thread Nikolaos Giannopoulos
... and I hope this discussion helps others who face this in their projects... . --Nikolaos Oscar Westra van Holthe - Kind wrote: On 06-07-2010 at 12:29, Nikolaos Giannopoulos wrote: Unfortunately it won't work. I didn't know this previously but discovered that JPA by default obtains the data

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-07 Thread Nikolaos Giannopoulos
with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-07 Thread Nikolaos Giannopoulos
Freddy, It would be really nice if there was a way to have say MockServletContext initialize itself from a web.xml file. That would be extremely useful when attempting to test things like Stripersist w/ Spring, etc... So when are you going to submit a patch to Stripes? ;-) :-) :-)

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-08 Thread Nikolaos Giannopoulos
___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-08 Thread Nikolaos Giannopoulos
Nikolaos Giannopoulos wrote: Lev, OK. Well first of all as long as you have your persistence.xml in a location on the classpath under /META-INF/persistence.xml then Stripersist will find it. The second thing is that as Aaron pointed out you should use the static methods

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-08 Thread Nikolaos Giannopoulos
Lev, My bad. Actually it is the Stripes filter w/ appropriate arguments in the web.xml that indirectly initializes the Stripersist module. Your exception is occurring b/c Stripersist has not been initialized (yes - I know - this is the understatement of the week ;-) Unfortunately I didn't

Re: [Stripes-users] Stripersist.getEntityManager() -- NullPointerException

2010-07-09 Thread Nikolaos Giannopoulos
) at net.sourceforge.stripes.controller.NameBasedActionResolver.init(NameBasedActionResolver.java:125) at net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:121) any ideas? thank you, lev On Thu, Jul 8, 2010 at 8:54 PM, Nikolaos Giannopoulos nikol...@brightminds.org

Re: [Stripes-users] Unable to read TLD META-INF/stripes.tld from JAR file

2010-07-11 Thread Nikolaos Giannopoulos
https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915

Re: [Stripes-users] Cleaning out the value after validation

2010-07-13 Thread Nikolaos Giannopoulos
___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e

Re: [Stripes-users] stripersist: recreating (drop/create) a database

2010-07-13 Thread Nikolaos Giannopoulos
sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e

Re: [Stripes-users] stripersist: recreating (drop/create) a database

2010-07-20 Thread Nikolaos Giannopoulos
Lev wrote: from the previous emails, i understand that i can employ the import.sql approach to create a database and can drop a database by executing SQL commands. however, it seems to be a limitation not to be able to do all of this programatically in the essence of the hibernate

Re: [Stripes-users] stripersist: recreating (drop/create) a database

2010-07-21 Thread Nikolaos Giannopoulos
Lev, I don't see this issue though I use update not create-drop. If the tables are dropped via a Test case that I run or through the command line or whatever they are ALL re-created on table read. In fact, the way our app is engineered right now once the App Server is fired up we send an init

Re: [Stripes-users] stripes:hidden

2010-07-28 Thread Nikolaos Giannopoulos
://clk.atdmt.com/CRS/go/247765532/direct/01/ ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos

Re: [Stripes-users] stripes:hidden

2010-07-28 Thread Nikolaos Giannopoulos
Nikolaos Giannopoulos wrote: Aaron, You shouldn't avoid hard-coding values in a JSP... even if it something as simple as a default value. Ha... er... should avoid Have you tried putting the value as a constant in your action bean and referring to it from there? (the idea is if you have

Re: [Stripes-users] stripes:hidden

2010-07-28 Thread Nikolaos Giannopoulos
, initializing property in action works fine. I think that in this case my initial design is better, because I have to change the JSP later anyway, and it would be only change to the JSP only. Now I have to make change in two places -a On Jul 28, 2010, at 12:17, Nikolaos Giannopoulos nikol

Re: [Stripes-users] stripes:hidden

2010-07-29 Thread Nikolaos Giannopoulos
the hidden element to text field in the next stage. When that time comes, I will have to change only the JSP file. My action class does not to be touched. -a On Wednesday, Jly 28, 2010, M.C.S. m...@syn-online.de wrote: Hi Nikolaos, Am 28.07.2010 21:08, schrieb Nikolaos

Re: [Stripes-users] File Download

2010-07-30 Thread Nikolaos Giannopoulos
Daniil Sosonkin wrote: Somewhere down the line, there is too much buffering going on. ASIDE: Your quite right and evidently there isn't any buffering where it needs to be... around the FileInputStream... ;-) Oh well... I guess if something isn't built in people won't probably use it as is

[Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-28 Thread Nikolaos Giannopoulos
Hi, I have the feeling that I am doing something backwards with nested Stripes Layouts but don't see why the following won't work. I looked through the examples in the Stripes book but no dice. I'm guessing there something obviously wrong with the following and would appreciate assistance

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Oscar Westra van Holthe - Kind wrote: Hi Nikolaos, What I see in short, is this: 1. forwards are to design_site.jsp 2. design_site.jsp renders layout 3c.jsp (with the components col_center, col_left and col_right replaced) 3. 3c.jsp defines a layout, which renders layout

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
/s:layout-definition test.jsp =* *%@ include file=/WEB-INF/jsp/x4/taglibs.jsp % s:layout-render name=/WEB-INF/jsp/x4/base/3c2.jsp s:layout-component name=test Hello World!! /s:layout-component /s:layout-render Thanks, --Nikolaos Nikolaos Giannopoulos wrote: Oscar Westra van Holthe

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
Feddy, Thanks for testing it out and letting me know it isn't just me. I'll write up a JIRA ticket ASAP. As I am on a tight schedule and there haven't been any updates to 1.5.4 since the flurry of activity this past June I think I have little choice but to take a snapshot of the 1.6 trunk.

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-29 Thread Nikolaos Giannopoulos
JSPs you submitted with the JIRA ticket for testing. I know there are others out there who have layout examples that don't work with the 1.5.x branch. Please attach those to the JIRA ticket, and I will use yours as well. -Ben On Sun, Aug 29, 2010 at 3:18 PM, Nikolaos Giannopoulos nikol

Re: [Stripes-users] How to do a 301 Redirect Resolution in Stripes

2010-08-30 Thread Nikolaos Giannopoulos
Karen, I had this issue once upon a time as well... unfortunately a 301 is much more tricky to setup than a 302. With the help of Google and code snippets on the net I put together the following class: public class RedirectPermanentResolution extends RedirectResolution { public

Re: [Stripes-users] Nested Layout Grief and 1.5.4 Snapshot

2010-08-30 Thread Nikolaos Giannopoulos
, --Nikolaos Nikolaos Giannopoulos wrote: Ben, First on the confusion: The JIRA ticket I filed is against Release 1.5.4. I didn't label it as such but if it is confusing then perhaps that needs to be remedied by perhaps renaming Release 1.5.4 in JIRA to Release 1.5.x or something. I fully understand

Re: [Stripes-users] Stripes and Glassfish 3

2010-08-31 Thread Nikolaos Giannopoulos
Grzegorz, Comments in-line... Grzegorz Krugły wrote: Hello, I'd like to ask what's the status of making DynamicMappingFilter work on Glassfish 3 - I've seen http://www.stripesframework.org/jira/browse/STS-678 report, but fix mentioned there seems to have been revoked? Not sure what

Re: [Stripes-users] Stripes and Glassfish 3

2010-09-01 Thread Nikolaos Giannopoulos
Grzegorz Krugły wrote: Not sure what you mean by fix mentioned there appears revoked? I've checked out from trunk and DMF was the same as in my 1.5.2 snapshot; didn't think to check out the 1.5.4 snapshot. To be clear the code is found in the branch 1.5.x (what I refer to currently as

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

2010-09-01 Thread Nikolaos Giannopoulos
Hi, off-topic This week I was looking for a JSP caching solution (something that is right up the alley for Stripes Layout) and discovered that there was a product with excellent features called OSCache whose feature set was in deep alignment with my project's requirements. I became dismayed

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

2010-09-03 Thread Nikolaos Giannopoulos
Joel, Just thought it would be interesting to echo Freddy's points from a different perspective. We are currently developing a social networking site that will span 8 countries and 2 languages and are inviting 500K users for starters. We are leveraging Stripes, Stripersist, JPA 2.0,

Re: [Stripes-users] Stripes Development and its Future... (this one is long too)

2010-09-03 Thread Nikolaos Giannopoulos
(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd ___ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread Nikolaos Giannopoulos
mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915

Re: [Stripes-users] can't find model class

2010-09-10 Thread Nikolaos Giannopoulos
Joaquin, Looks like JPA is having trouble finding a class named Inventory either b/c of something that has to do with JPA or isn't compiled. Caused by: java.lang.ClassNotFoundException: Inventory Here are some ideas: 1) If you explicitly specify class names in persistence.xml then make

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-10 Thread Nikolaos Giannopoulos
to clean it up to public release standards. However, it might be useful for anybody who wants to go off in their own direction. On Fri, Sep 10, 2010 at 4:10 PM, Nikolaos Giannopoulos nikol...@brightminds.org mailto:nikol...@brightminds.org wrote: Mike, I agree about pretty much

Re: [Stripes-users] Stripes/JMesa: Failing request to update table

2010-09-10 Thread Nikolaos Giannopoulos
Lev, I don't know JMesa and it isn't totally clear when you mention the clicking of table buttons whether you are posting the form to the action bean OR that JMesa is using Ajax calls to get the new table data... and if its the latter then the request will require a web context... . Also

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

2010-09-11 Thread Nikolaos Giannopoulos
andres wrote: Attention must be paid on Stripes Around The Web, this is without updating a long time and many links are broken and this gives a bad image, because a person who decides to look for new Framework also look who use it? I agree and those are the things we need to do better as a

Re: [Stripes-users] The best way to separate variabls in a larger form from the action.

2010-09-11 Thread Nikolaos Giannopoulos
Mike McNally wrote: If you were able to share the code then what I would commit to is taking the best of what your code offers, the nested support that Simon's code offers (we have lots of embedded objects and I'm not sure whether or not your code drills down into them...)

Re: [Stripes-users] can't find model class

2010-09-11 Thread Nikolaos Giannopoulos
Soren, I agree about using Maven or some build framework. We do and I think its a valid point. But I think where the issue is when you use an IDE's server deployment, start / stop, during local development and things get out of sync. I use MyEclipseIDE and previously Eclipse and have seen

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

2010-09-12 Thread Nikolaos Giannopoulos
. Stripes has many years in market. Would be nice to see him. Maybe someone made test with JMeter? Regards. --- El *sáb, 11/9/10, Nikolaos Giannopoulos /nikol...@brightminds.org/* escribió: De: Nikolaos Giannopoulos nikol...@brightminds.org Asunto: Re: [Stripes-users] Stripes

[Stripes-users] IMPORTANT:: Developing stripes (Future... Part DEUX)

2010-09-18 Thread Nikolaos Giannopoulos
Ben, You have made it clear that you needed to get away from the code back in June after having made a flurry of commits. Everyone understands and appreciates what you have done for Stripes as you have single handedly maintained Stripes for quite some time (I assume since its beginnings with

Re: [Stripes-users] Security and Authentication

2010-09-18 Thread Nikolaos Giannopoulos
Thomas, The way I read the article is that the section you quote applies if you want to create *your own* security manager that simply extends the Stripes Stuff plug-in interface. Is that what you want to do? Have you tried obtaining the plugin and does it fail to work as per the examples

Re: [Stripes-users] database connection

2010-09-22 Thread Nikolaos Giannopoulos
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915

Re: [Stripes-users] database connection

2010-09-22 Thread Nikolaos Giannopoulos
https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915

Re: [Stripes-users] Security and Authentication

2010-09-23 Thread Nikolaos Giannopoulos
Thomas, Look at the ticket that Grzegorz referenced. You have essentially 2 options: - Put a little extra xml in your web.xml (what I call a work around in the thread) - Get the DynamicMappingFilter.java file from 1.5.x... In any event its all detailed there. I personally did the latter

Re: [Stripes-users] database connection

2010-09-24 Thread Nikolaos Giannopoulos
Frank, Frank Pavageau wrote: On Fri, Sep 24, 2010 at 2:46 AM, Nikolaos Giannopoulos nikol...@brightminds.org wrote: Huh, no. The socket that is closed is the one to the PostgreSQL server, not the one to the browser. There's no application code trying to write the HTTP response

Re: [Stripes-users] Stripes and charset UTF-8

2010-09-25 Thread Nikolaos Giannopoulos
Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users -- Nikolaos Giannopoulos Director, BrightMinds Software Inc. e. nikol...@brightminds.org w. www.brightminds.org t. 1.613.822.1700 c. 1.613.797.0036 f. 1.613.822.1915

[Stripes-users] Associating Parameters to Specific Actions

2010-10-05 Thread Nikolaos Giannopoulos
Evan / Christian / Remi et al. This thread is very interesting and I am enjoying it... and hope it continues... However, can we rename this thread to something more aligned to the discussion? If no one minds I have taken the liberty to rename it to the above ;-) Regards, --Nikolaos Evan

Re: [Stripes-users] CleanUrl bug from 1.5.1+ when using MockRoundtrip

2010-10-18 Thread Nikolaos Giannopoulos
Nathan, We have limited test cases for our Action Beans at this time. So far no issues. Could you be more specific about the error that is being produced. --Nikolaos Nathan Maves wrote: Is there anyone else out here using UrlBinding with MockRoundTrip? This is killing me that we can

Re: [Stripes-users] Keeping the Stripes ball moving forward

2010-10-18 Thread Nikolaos Giannopoulos
All, I have tested the nested layouts of 1.5.4 and everything appears to be working fine. Excellent job Ben I also have contacted the Zero Turn Around folks that make JRebel and raised the issue w/ their broken Stripes plug-in for 1.5.x / 1.6.x due to the code usage change of

[Stripes-users] Good News:: JRebel working again for 1.5.4 Snapshot (and still for 1.5.3)

2010-10-22 Thread Nikolaos Giannopoulos
All, The latest Nightly Build of JRebel contains an updated Stripes plug-in that resolves the issue I faced with UrlBindingFactory.getInstance() not being available in Stripes 1.5.x (going forward). Essentially the solution entails: 1) abstracting calls to UrlBindingFactory.getInstance() to a

  1   2   >