Re: [appfuse-user] Moving pages to new folder

2008-12-10 Thread Scott Ryan
I have the menu done and it is very cool browns and tans. Scott Ryan President/CTO Soaring Eagle L.L.C. www.soaringeagleco.com [EMAIL PROTECTED] (303) 263-3044 On Dec 10, 2008, at 12:11 PM, Philip Barlow wrote: I'm going to give this a go, but if anyone has a nicer solution, pleas

RE: [appfuse-user] acegi and jsf

2008-04-16 Thread Scott Ryan
Did you see this article which describes integration with the newest version of ACEGI? http://www.javaworld.com/javaworld/jw-04-2008/jw-04-acegi-jsf.html Scott D. Ryan President and CTO Soaring Eagle, L.L.C. 9742 S.Whitecliff Place Highlands Ranch, Co. 80129 (303) 263-3044 [EMAIL PROTECTED] --

Re: [appfuse-user] Re: AppFuse(JSF)

2007-10-14 Thread Scott Ryan
code in the project swoop on sourceforge. If you have any questions feel free to send me an email or give me a call. Since I get over 1000 emails a day you might want to give me a heads up if you send anything. I also have much of the a4j toolset implemented as well. Scott Ryan CTO

Re: [appfuse-user] I want to contribute Facelets stuff to appfuse

2007-10-10 Thread Scott Ryan
richfaces including the skinnability included with a4j. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On Oct 9, 2007, at 9:41 PM, p7k wrote: I was wondering if anyone has already contributed the necessary

Re: [appfuse-user] Adding Jasper Reports to AppFuse

2007-09-24 Thread Scott Ryan
If you get it working I would be interested in sharing your implementation. I have been working on a framework for Appfuse 2.0 and JSF and JPA so hopefully we can align them. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044

Re: [appfuse-user] Eclipse Europa compatibility

2007-09-19 Thread Scott Ryan
Does this look like the correct fix? It sure would be nice to make the red go away lol. The file is not valid XML so should it be named .properties or something like that? Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044

Re: [appfuse-user] Re: AppFuse 2.0 code complete

2007-09-17 Thread Scott Ryan
get this moved to an incredible and useful framework. I will continue running my unit tests over the night to see if I can find anything else. I have been working on the ajax4jsf and richfaces upgrades for facelets and that seems to be moving along as well. Scott Ryan CTO Soaring Eagle

Re: [appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-17 Thread Scott Ryan
] [INFO] Total time: 48 seconds [INFO] Finished at: Mon Sep 17 19:44:23 MDT 2007 [INFO] Final Memory: 7M/21M [INFO] scott-ryans-computer:~/projects/test/myproject scott$ Scott Ryan CTO Soaring

Re: [appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-17 Thread Scott Ryan
17 07:08:44 MDT 2007 [INFO] Final Memory: 8M/19M [INFO] scott-ryans-computer:~/projects/appfusenew/swoop scott$ Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303)

Re: [appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-17 Thread Scott Ryan
my clients pace. THanks for all the help and I will let you know how this approach goes and how richfaces and icefaces integrate into the latest code base. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On

Re: [appfuse-user] Is AppFuse well versioned?

2007-09-16 Thread Scott Ryan
user class and I could not see the user class from my classes. Is this just particular to the annotation based approach? Thanks Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On Sep 16, 2007, at 9:57 PM, Matt

[appfuse-user] Is there any way to move to 2.0-RC1 but keep the JSF versions that were in 20.-m5

2007-09-16 Thread Scott Ryan
f the source and control the library upgrades myself since most of my clients are not running servlet 2.5 yet and it appears to still be pretty buggy. Appfuse is a great framework and i really want to keep moving forward with it. Thanks Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co.

[appfuse-user] Having problems with AMP Full-source on JPA and JSF project

2007-09-15 Thread Scott Ryan
I recently upgraded to 2.0-RC1 with some difficulty and am still tracking down the additional bugs however I need to merge onto my own source tree so I can add some connections between the user table and my own tables. I tried to run the mvn appfuse:full-source mojo and ran into some issues. I no

Re: [appfuse-user] Checking if a hibernate collection is Empty on a jsp page

2007-09-15 Thread Scott Ryan
[ so the new construct should be? replacing the curly brackets with the square brackets or should we move to the direct jsf tags for a jsf implementation. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL PROTECTED] On

[appfuse-user] How to override the User object with my own version so I can add new relationships in Appfuse 2.0M5

2007-08-24 Thread Scott Ryan
tried overriding the existing object but got duplicate mapping exceptions during load. Does anyone have any suggestions on how to approach this? I would prefer not to hack the jars but I think this is a fairly common need to associate User's with other objects in the tree. Thanks