Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-07-03 Thread D.R.
spring.http.multipart.enabled=false Regards,   Luca - Original Message - From: "Ivano Luberti" To: users@tapestry.apache.org Sent: Tuesday, June 19, 2018 9:14:32 PM Subject: Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...) Thank you Vjeran

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-20 Thread Vjeran Marcinko
and T5 file upload won't see them spring.http.multipart.enabled=false Regards, Luca - Original Message - From: "Ivano Luberti" To: users@tapestry.apache.org Sent: Tuesday, June 19, 2018 9:14:32 PM Subject: Re: No uploaded file when upgrading to new Tapestry version (Spring

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-20 Thread Luca Menegus
=false Regards, Luca - Original Message - > From: "Ivano Luberti" > To: users@tapestry.apache.org > Sent: Tuesday, June 19, 2018 9:14:32 PM > Subject: Re: No uploaded file when upgrading to new Tapestry version (Spring > Boot jar, embedded Tomcat...) > >

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Ivano Luberti
Thank you Vjeran Il 19/06/2018 18:58, Vjeran Marcinko ha scritto: > Ah, big SORRY for version typo... > > I meant that I used 5.3.7 (not 4.3.7), and I wanted to stay there, but > there was some java-8 related issue during boot, and I had to upgrade > to 5.3.8 (release notes says some java -8

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Vjeran Marcinko
No, I checked. The exception isn't raised, but this parsing returns empty list: return createFileUpload().parseRequest(request); Which is basically Commons FileUpload called all the way down. I checked the HTTP request being proper multipart in Chrome Inspector, and fileupload code

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Dmitry Gusev
Hi, judging by the code you submitted, it should only return an empty list in case of FileUploadException. Did you try to attach with debugger and checking the exception object? On Tue, Jun 19, 2018 at 7:28 PM, Vjeran Marcinko < vjeran.marci...@email.t-com.hr> wrote: > Hi, > > I am upgrading

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Thiago H. de Paula Figueiredo
You could try updating commons-file-upload to the latest version while keeping the rest unchanged. Anyway, I find it weird that just upgrading to Java 8 would cause that issue. On Tue, Jun 19, 2018 at 2:06 PM Vjeran Marcinko < vjeran.marci...@email.t-com.hr> wrote: > Ah, big SORRY for

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Vjeran Marcinko
Ah, big SORRY for version typo... I meant that I used 5.3.7 (not 4.3.7), and I wanted to stay there, but there was some java-8 related issue during boot, and I had to upgrade to 5.3.8 (release notes says some java -8 issue was fixed there). I didn't want to upgrade , at least not for now

Re: No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Ivano Luberti
Side questiono on this message: Tapestry 4.3.7 is not compatible with Java 8 ? Il 19/06/2018 18:28, Vjeran Marcinko ha scritto: >  Hi, > > I am upgrading my old Tapestry 4.3.7 app (java-7, standalone > Tomcat...) to newer tech stack (java 8, Spring Boot with embeddable > Tomcat deployed as

No uploaded file when upgrading to new Tapestry version (Spring Boot jar, embedded Tomcat...)

2018-06-19 Thread Vjeran Marcinko
 Hi, I am upgrading my old Tapestry 4.3.7 app (java-7, standalone Tomcat...) to newer tech stack (java 8, Spring Boot with embeddable Tomcat deployed as single jar...). I wan't to leave tapestry untouched as much as possible, so I just upgraded from 4.3.7 to 4.3.8 because of Java-8

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
;http:///user/SendEmail.jtp?type=node=5732810=1> For additional commands, e-mail: [hidden email] <http:///user/SendEmail.jtp?type=node=5732810=2> -- If you reply to this email, your message will be added to the discussion below: http://apache-tapestry-mailing

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Thiago H de Paula Figueiredo
On Tue, 02 Aug 2016 14:41:24 -0300, Juan M Garrido de Paz wrote: How is the approach of use tapestry just to offer web services to the frontend? In this case tapestry just serves json objects? Then you dont need tapestry components and other features for anything

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
?type=node=5732808=1> > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node=5732808=2> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-ta

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Thiago H de Paula Figueiredo
On Tue, 02 Aug 2016 12:23:39 -0300, Qbyte Consulting wrote: It would be cool if Tapestry components could be bound directly to RESTful resources in the client side instead of directly to page classes for their data input and output. Why not just using pages as

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Qbyte Consulting
Thanks for that feedback, it's always interesting to see what people are doing by combining technologies. I'm quite liking that REST is getting more popular, it makes a lot of sense when so many platforms are being used. It would be cool if Tapestry components could be bound directly to RESTful

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread JumpStart
I should have said Cordova, which refers to the framework and plugins, rather than PhoneGap, which these days is just Adobe’s distribution mechanism and which we no longer use. In Cordova we have one page - index.html - and it is very basic. It displays a splash screen. It has some javascript

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Carlos Montero Canabal
Hi Geoff, Can you tell us how you use Tapestry with PhoneGap? My questions are about how you embed T5 app into PhoneGap system that requires simple html/js. Do you do “Save as” the main IndexPage of Tapestry5 on browser and put it on PhoneGap project? And deploy the t5 app to manage all the

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-01 Thread JumpStart
Totally agree. Most recently I’ve built an extensive tablet app using T5.4 + PhoneGap. It’s massively AJAX, but I didn’t have to think about it very much - thanks to Zones. It employs only 5 pages instead of a few hundred - thanks to components and Zones. SPA without pain! The small amount

Tapestry vs Spring MVC + REST + Angular

2016-07-29 Thread Qbyte Consulting
After years of Tapestry focus I finally got around to checking out how others are building web apps these days. Spring MVC + REST and Angular seem to be flavours of the day and can create some quite slick solutions. These approaches are still full of boilerplate code, but things are looking a lot

tapestry injecting spring services

2014-07-17 Thread squallmat .
I used at many times injections of spring services bean in my tapestry pages and that works really well. But now I need to use them in Encoders class, when I do that : public class ApplicatifDtoEncoder implements ValueEncoderApplicatifDto { @Inject IServiceApplicatif serviceApplicatif; ...

Re: tapestry injecting spring services

2014-07-17 Thread Thiago H de Paula Figueiredo
On Thu, 17 Jul 2014 12:31:45 -0300, squallmat . squall...@gmail.com wrote: public class ApplicatifDtoEncoder implements ValueEncoderApplicatifDto { @Inject IServiceApplicatif serviceApplicatif; ... My serviceApplicatif stays null. Is it possible to make @Inject works here ? outside

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread Lance Java
Take a look at the tapestry-spling 5.0 compatability mode http://tapestry.apache.org/integrating-with-spring-framework.html#IntegratingwithSpringFramework-5.0CompatibilityMode -- View this message in context:

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread Thiago H. de Paula Figueiredo
On Thu, 17 May 2012 00:36:09 -0300, Jonathan Barker jonathan.theit...@gmail.com wrote: I don't think the situation has changed since this thread was written: http://tapestry.1045711.n5.nabble.com/How-to-inject-Spring-Bean-by-name-td3817612.html It would be nice to have the ability to inject

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread m...@raibledesigns.com
Lance Java wrote Take a look at the tapestry-spling 5.0 compatability mode http://tapestry.apache.org/integrating-with-spring-framework.html#IntegratingwithSpringFramework-5.0CompatibilityMode I have compatibility mode enabled in my web.xml: context-param

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread Jonathan Barker
It just occurred to me that these errors are during the running of tests. Suffice it to say I've had challenges getting tests working with Spring, while getting an application running has been easy. If you don't run your tests, what do you get? Can you get a runnable application - minus tests?

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread Lance Java
I see that you are trying @Inject @Service(personManager) Can you try @InjectService(personManager) http://tapestry.apache.org/defining-tapestry-ioc-services.html

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread m...@raibledesigns.com
Lance Java wrote I see that you are trying @Inject @Service(personManager) Can you try @InjectService(personManager) http://tapestry.apache.org/defining-tapestry-ioc-services.html I tried that, it gives the same error. -- View this message in context:

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-17 Thread m...@raibledesigns.com
Jonathan Barker wrote It just occurred to me that these errors are during the running of tests. Suffice it to say I've had challenges getting tests working with Spring, while getting an application running has been easy. If you don't run your tests, what do you get? Can you get a

Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-16 Thread m...@raibledesigns.com
Hey all, I'm trying to get AppFuse's CRUD generation to work with the latest Tapestry 5.3.3 release and Spring 3.1. I can't seem to get Tapestry to recognize a Generics-based Spring class. Here's the code that's generated in PersonList.java: import org.apache.tapestry5.ioc.annotations.Inject;

Re: Tapestry 5.3.3, Spring 3.1 and @Inject

2012-05-16 Thread Jonathan Barker
I don't think the situation has changed since this thread was written: http://tapestry.1045711.n5.nabble.com/How-to-inject-Spring-Bean-by-name-td3817612.html It would be nice to have the ability to inject by name. Perhaps this wiki entry could provide some hints:

Re: Tapestry with Spring

2012-04-17 Thread arterzatij
It works thanks! And how do I need to inject a service to call it from an static method? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-with-Spring-tp5574749p5646920.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Tapestry with Spring

2012-04-15 Thread arterzatij
@Inject private LoginService loginService; /code BTW, the current class that I'm trying to inject this Spring Bean is a class Service that use the Tapestry Spring-Security to do the authentication. There are some stuff that I missing? Hope some could help me. Thanks

Re: Tapestry with Spring

2012-04-14 Thread arterzatij
not injected I'm getting a null service... and this is the way i'm currently injecting the service: code @Inject private LoginService loginService; /code BTW, the current class that I'm trying to inject this Spring Bean is a class Service that use the Tapestry Spring-Security to do

Re: Tapestry with Spring

2012-04-14 Thread Jonathan Barker
getting a null service... and this is the way i'm currently injecting the service: code        @Inject        private LoginService loginService; /code BTW, the current class that I'm trying to inject this Spring Bean is a class Service that use the Tapestry Spring-Security to do

Tapestry with Spring

2012-03-18 Thread ksrijith
Hi, I'm currently building a solution using Tapestry and Spring and I'm facing an issue once the war is build and deployed. On deploying the war file i'm getting the following error: I'm aware that this issue comes due to the antlr version differences. Currently Tapestry uses antlr 2.7.6/7

Re: Tapestry with Spring

2012-03-18 Thread Thiago H. de Paula Figueiredo
On Sun, 18 Mar 2012 04:37:23 -0300, ksrijith ksrij...@gmail.com wrote: Hi, Hi! I'm currently building a solution using Tapestry and Spring What Tapestry and Spring versions? As far as I recall, Tapestry 5.3.2 works with Spring 3.1. -- Thiago H. de Paula Figueiredo Independent Java

Re: Tapestry with Spring

2012-03-18 Thread ksrijith
.1045711.n5.nabble.com/Tapestry-with-Spring-tp5574749p5575388.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Tapestry 5.1 + Spring 2.06 + Oracle 11g has problem on handling non english encoding

2011-11-17 Thread Thiago H. de Paula Figueiredo
On Wed, 16 Nov 2011 23:57:00 -0200, wesleywj2 wesley...@yahoo.co.uk wrote: hi, Hi! However, when i insert chinese character into text field, and try to insert it, it throws CallableStatementCallback; uncategorized SQLException for SQL [{call TESTPROC(?)}]; SQL state [9]; error code

Re: Tapestry 5.1 + Spring 2.06 + Oracle 11g has problem on handling non english encoding

2011-11-17 Thread wesleywj2
hi thiago, thanks for the prompt reply, it really is jdbc problem, i resolved it. thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-1-Spring-2-06-Oracle-11g-has-problem-on-handling-non-english-encoding-tp4999736p5002293.html Sent from the Tapestry - User

Tapestry 5.1 + Spring 2.06 + Oracle 11g has problem on handling non english encoding

2011-11-16 Thread wesleywj2
/Tapestry-5-1-Spring-2-06-Oracle-11g-has-problem-on-handling-non-english-encoding-tp4999736p4999736.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: Tapestry 5.25 Spring Integration

2011-06-28 Thread Christian Köberl
On 2011-06-27 13:35, Rendy Tapestry wrote: I was follow the instruction here http://tapestry.apache.org/integrating-with-spring-framework.html to integrate spring with tapestry. I have one special class that implement Spring's ApplicationContextAware. But when application starting it never

Re: Tapestry 5.25 Spring Integration

2011-06-28 Thread Rendy Tapestry
, Christian Köberl tapestry.christian.koeb...@gmail.com wrote: On 2011-06-27 13:35, Rendy Tapestry wrote: I was follow the instruction here http://tapestry.apache.org/**integrating-with-spring-**framework.htmlhttp://tapestry.apache.org/integrating-with-spring-framework.html to integrate spring

Tapestry 5.25 Spring Integration

2011-06-27 Thread Rendy Tapestry
Hi, I was follow the instruction here http://tapestry.apache.org/integrating-with-spring-framework.html to integrate spring with tapestry. I have one special class that implement Spring's ApplicationContextAware. But when application starting it never invoke setApplicationContext

[T5][ANN] - Tapestry+Acegi+Spring+JDBC+Hibernate+JPA+HSQLDB all in one

2008-01-22 Thread Mohammad Shamsi
Hi all, latest release of my phone book application is available now, In this release i used : - Tapestry 5.0.7 as a Web MVC framework. - Acegi 1.0.5 as a Security System. - Spring 2.5 as a Application framework. - Spring JDBC for Data Access Layer. - Hibernate 3.2.4 an

Re: [T5][ANN] - Tapestry+Acegi+Spring+JDBC+Hibernate+JPA+HSQLDB all in one

2008-01-22 Thread Baptiste Meurant
Hi, Thank you for this great work. It will be really useful. I still have a question about security T5/acegi integration : the classic solution that you used to perform strong authentication with acegi through T5 is creating a T5 LinkImpl object. You give then parameters (login and

Re: [T5][ANN] - Tapestry+Acegi+Spring+JDBC+Hibernate+JPA+HSQLDB all in one

2008-01-22 Thread Mohammad Shamsi
a simple idea is to change Login.tml to submit directly to acegi filter : form method=POST action=/j_acegi_security_check input type=text name=j_username / input type=password name=j_password / input type=submit value=${message:login}/ /form On Jan 22, 2008 4:43 PM,

Re: [T5][ANN] - Tapestry+Acegi+Spring+JDBC+Hibernate+JPA+HSQLDB all in one

2008-01-22 Thread Baptiste Meurant
Thanks for your response. It is the solution that I decided to use. It is perfectly working but without using T5 mechanisms. I was wondering if some full T5 solution was posible. Thanks again, Baptiste. dalahoo wrote: a simple idea is to change Login.tml to submit directly to acegi filter

Re: [T5][ANN] - Tapestry+Acegi+Spring+JDBC+Hibernate+JPA+HSQLDB all in one

2008-01-22 Thread Mohammad Shamsi
another way : encrypt your and password and then send it with url. you can do this in two way 1 - with java code in Login.java class : this is my sample that used in a project : public String digest(String password, String salt) { if ((password == null) || (salt == null)) {

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-06 Thread César Augusto Mateus
of the jar tapestry-spring-1.0.0.jar According to http://tacos.sourceforge.net/hivemind/SiteMap.html a way of begin is enabling the service SiteMap of the library Tacos, but this have a hivemodule.xml file also. I´m proving put the service-point in the file hivemodule.xml of the jar tapestry-spring

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-06 Thread César Augusto Mateus
. I'm trying this: there is a hivemodule.xml in the folder META_INF of the jar tapestry-spring-1.0.0.jar According to http://tacos.sourceforge.net/hivemind/SiteMap.html a way of begin is enabling the service SiteMap of the library Tacos, but this have a hivemodule.xml file also. I´m

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-05 Thread César Augusto Mateus
Good afternoon, I have a problem configuring the library tacos with spring in my environment. Perhaps you are using this library. How integrate the descriptor of Spring with the service-point of tacos. I'm trying this: there is a hivemodule.xml in the folder META_INF of the jar tapestry-spring

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-05 Thread andyhot
of the jar tapestry-spring-1.0.0.jar According to http://tacos.sourceforge.net/hivemind/SiteMap.html a way of begin is enabling the service SiteMap of the library Tacos, but this have a hivemodule.xml file also. I´m proving put the service-point in the file hivemodule.xml of the jar tapestry-spring

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-04 Thread César Augusto Mateus
!-- = -- /web-app If you have any more questions just feel free to ask... Cheers, Jacob -- View this message in context: http://www.nabble.com/Integration-Tapestry-4.0-%2B-Spring-2.0-%2B-Hibernate-3.0

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-04 Thread Jacob Bergoo
/Integration-Tapestry-4.0-%2B-Spring-2.0-%2B-Hibernate-3.0-%2B-JBoss-4.2-tf3849055.html#a10915784 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-04 Thread César Augusto Mateus
to ask... Cheers, Jacob -- View this message in context: http://www.nabble.com/Integration-Tapestry-4.0-%2B-Spring-2.0-%2B-Hibernate-3.0-%2B-JBoss-4.2-tf3849055.html#a10915784 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-04 Thread Jacob Bergoo
!-- = -- /web-app If you have any more questions just feel free to ask... Cheers, Jacob -- View this message in context: http://www.nabble.com/Integration-Tapestry-4.0-%2B-Spring-2.0-%2B-Hibernate-3.0-%2B-JBoss-4.2-tf3849055.html#a10915784 Sent from

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-01 Thread Jacob Bergoo
to ask... Cheers, Jacob -- View this message in context: http://www.nabble.com/Integration-Tapestry-4.0-%2B-Spring-2.0-%2B-Hibernate-3.0-%2B-JBoss-4.2-tf3849055.html#a10915784 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-01 Thread alvaro tovar
hi, i don't know but look http://wiki.apache.org/tapestry/Tapestry4Spring http://howardlewisship.com/tapestry-javaforge/tapestry-spring/ alvaro On 5/31/07, César Augusto Mateus [EMAIL PROTECTED] wrote: Hi all, I´m beginning with Tapestry 4.0 Now i´m developing a project in my work, and i

Re: Integration Tapestry 4.0 + Spring 2.0 + Hibernate 3.0 + JBoss 4.2

2007-06-01 Thread Jacob Bergoo
Hi Cesar, I am working with Tapestry 4.0.2, Spring 2.0.5 Hibernate 3.2 and JBoss 4.0.4 GA, Acegi 1.0.3 I am happy to answer any questions you have on how we did our configuration... Jacob César Augusto Mateus wrote: Hi all, I´m beginning with Tapestry 4.0 Now i´m developing a project

Re: Tapestry and Spring 2.0

2006-12-08 Thread Christian Dutaret
I use Tap 4.1.1-SNAPSHOT + Spring 2.0.1 + tapestry-spring 0.1.2 : works like a charm (except some maven2 dependency oddities). 2006/12/7, Skorpien126 [EMAIL PROTECTED]: Spring 2 is released and I want to know if it´s compatible with tapestry 4.0.2 or even with 4.1??? Is there maybe a new

Tapestry and Spring 2.0

2006-12-07 Thread Skorpien126
Spring 2 is released and I want to know if it´s compatible with tapestry 4.0.2 or even with 4.1??? Is there maybe a new Tapestry-spring.jar available?? -- View this message in context: http://www.nabble.com/Tapestry-and-Spring-2.0-tf2775514.html#a7742600 Sent from the Tapestry - User mailing

Re: Tapestry and Spring 2.0

2006-12-07 Thread Daniel Tabuenca
I think it should be compatible, but don't quote me on that. In any case I am using Spring 2 with tapestry without using tapestry-spring. I use spring-2.0 @Configurable annotation to allow me to inject my beans into any object including Tapestry pages and Hibernate entities. I also use spring

Re: Tapestry and Spring 2.0

2006-12-07 Thread Kalle Korhonen
We are using Spring 2.0 and Tapestry 4.0.2 together with Trails 1.0-SNAPSHOT. You can quote me on it :) 2.0 interfaces are pretty much the same as in 1.2.6. Context file schema has some minor changes and some test classes have changed. Overall, there should be no problem switching. Kalle On 12

Re: Tapestry + Acegi + Spring integration

2006-07-12 Thread Gernot Stocker
On Tuesday 11 July 2006 20:30, James Carman wrote: Yeah, when I added tapestry-acegi support into our project at work, the people were quite amazed at how easy it was to secure a page. Hi, I would like to use the tapestry-acegi project for ACEGI-security-checks in pages, having already

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
- From: Gernot Stocker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:42 AM To: Tapestry users Subject: Re: Tapestry + Acegi + Spring integration On Tuesday 11 July 2006 20:30, James Carman wrote: Yeah, when I added tapestry-acegi support into our project at work, the people were

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
, July 12, 2006 8:58 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Carman wrote: What did you mean by How do I change the name used for HTTP basic authentication? on the Wiki? Ok, realm name is more percise

Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The integration of Tapestry, Acegi and Spring seems to be a hot topic. I have created a simple example that shows how that can be done. The complete source code can be found here: http://www.zedlitz.de/tapestry-acegi.zip (8kB) If you have Maven2

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
=org.acegisecurity.providers.encoding.Md5PasswordEncoder/ /contribution -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 3:31 AM To: users@tapestry.apache.org Subject: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE- Hash

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread ZedroS Schwart
=hivemind.acegi.dao.passwordEncoder value=org.acegisecurity.providers.encoding.Md5PasswordEncoder/ /contribution -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 3:31 AM To: users@tapestry.apache.org Subject: Tapestry + Acegi + Spring integration

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Subject: Re: Tapestry + Acegi + Spring integration I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm really curious about it. I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? BTW, I think the Wiki is the best place where

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 7:13 AM To: 'Tapestry users' Subject: RE: Tapestry + Acegi + Spring integration Yes, +1. A nice Wiki entry about this stuff would be great (and it would help me document my stuff :-). Do you think we should put it in the main Tapestry Wiki

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ZedroS Schwart wrote: I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? I am using James' tapestry-acegi library. My applications make heavy use of the Spring framework. So I was looking for a way

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
James Carman wrote: You can tell HiveMind to use a different password encoder if you want. All you have to do is override the symbol hivemind.acegi.dao.passwordEncoder: contribution configuration-id=hivemind.ApplicationDefaults default symbol=hivemind.acegi.dao.passwordEncoder

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
=hivemind.library.SpringLookupFactory lookup-bean name=memoryAuthenticationDao / /invoke-factory /implementation -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 8:32 AM To: users@tapestry.apache.org Subject: RE: Tapestry

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With several tips from James I have been able to make the example clearer than it already was. Securing Tapestry pages is so easy - it is almost frightened. ;-) I have added a dependency to hivemind-lib. That makes it possible to get rid of the