Re: [Rife-users] Passing Data to Elements Without Submission Beans

2007-04-12 Thread Jeremy Whitlock
do you relate exit, datalinks, flowlinks, autolinks, ... (ie. the things that are really the parts that make up RIFE's data flow and logic) to submission beans? On 10 Apr 2007, at 23:14, Jeremy Whitlock wrote: Geert, I went through a few versions of this and you are correct that is reads

[Rife-users] Passing Data Between Elements

2007-04-02 Thread Jeremy Whitlock
Hi All, I have an application where I want to have an element called DatabaseBrowser. This element will display all tables of a given database. Each displayed table will be a link to the DatabaseBrowser with a parameter called tableId. Here is how it will work: If the tableId is not

[Rife-users] Submission Beans

2007-02-22 Thread Jeremy Whitlock
Hi All, I have one element that contains a form that I would like to have post its bean to another element. How can I do this? Take care, Jeremy ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] Dynamic DataSource By Referencing config.xml

2007-02-15 Thread Jeremy Whitlock
Hi All, In my config.xml I have a param with a value of target/data. I would like to be able to get that value within my datasource.xml so the HSQLDB path can be what is entered in the config.xml. For example: config param name=DATA.ROOTtarget/data/param /config datasources datasource

Re: [Rife-users] Problem With Tidy Example

2007-01-03 Thread Jeremy Whitlock
- is this what you tried? Cheers, Steph P.S. You also added the JTidy jar to your path, right? On 03/01/07, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hi All, I would like to tidy my output for my RIFE elements and so I decided to try this wiki entry out: http://rifers.org/wiki/display

[Rife-users] Problem With Tidy Example

2007-01-02 Thread Jeremy Whitlock
Hi All, I would like to tidy my output for my RIFE elements and so I decided to try this wiki entry out: http://rifers.org/wiki/display/RIFE/Pretty-print+HTML+output I coded exactly as mentioned in the wiki and I get blank pages. I even tried changing the output stream to System.out but I

[Rife-users] Re: Surefire ClassLoader Problem

2006-12-20 Thread Jeremy Whitlock
regards, Geert On 20 Dec 2006, at 05:11, Jeremy Whitlock wrote: Hi All, I have taken the liberty to create a sample RIFE application to reproduce this behavior so we can work together to fix this. This sample RIFE application is attached and is a Maven project. It has a README file

[Rife-users] Re: Surefire ClassLoader Problem

2006-12-19 Thread Jeremy Whitlock
with Maven mvn jetty:run -o to run the tests. Try and get Maven to run the tests without an NPE for the site in the Test case. If this is vague, I will try to do this myself and email the list. Take care, Jeremy On 12/19/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hi All, I am developing

[Rife-users] Surefire ClassLoader Problem

2006-12-19 Thread Jeremy Whitlock
Hi All, I am developing a RIFE web application that I am trying to unit test. When my surefire tests run, RIFE is unable to load Java classes properly. Here is the related portion of the pom.xml: plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [Rife-users] Config Reference Within Deployer

2006-12-15 Thread Jeremy Whitlock
will have to try to duplicate this locally to trace it. On 13 Dec 2006, at 17:41, Jeremy Whitlock wrote: Hi All, Here are the code snippets of importance: ApplicationInitializer.java (This is a Deployer object

Re: [Rife-users] Config Reference Within Deployer

2006-12-15 Thread Jeremy Whitlock
yet. Since I can't duplicate your behavior here, it's difficult for me to track this down. Just a small question, are you sure that 'config' is null and not one of the config parameters that you obtain? Best regards, Geert On 15 Dec 2006, at 19:42, Jeremy Whitlock wrote: Geert, Here is my

Re: [Rife-users] More RIFE Questions

2006-12-13 Thread Jeremy Whitlock
Hi All, Thanks for answering my question about using the config parameters in other files, like the datasources.xml. As for accessing RIFE files from other Java classes within the same web application, I would need to access the Config object and possibly the DataSource object. Speaking of

[Rife-users] More RIFE Questions

2006-12-12 Thread Jeremy Whitlock
Hi All, I have made great progress with RIFE the last few days but now I have a few more questions about RIFE's capabilities: 1. Can the RIFE configuration files references values/parameters in the other RIFE configuration files? (For example, I would like the datasources.xml to reference a

Re: [Rife-users] RIFE Managed Beans

2006-12-08 Thread Jeremy Whitlock
, it's very difficult to answer this because RIFE has no 'managed beans'. I think you're getting confused with EJB or JSF. Best regards, Geert On 08 Dec 2006, at 01:00, Jeremy Whitlock wrote: Hi All, I have a few questions about the managed beans I've read about but do not really see any

[Rife-users] RIFE Managed Beans

2006-12-07 Thread Jeremy Whitlock
Hi All, I have a few questions about the managed beans I've read about but do not really see any direct documentation about: 1. What are managed beans? How does one create a managed bean? (I've seen http://rifers.org/wiki/display/RIFE/Creating+tables; but is there anything more directly

Re: [Rife-users] A Couple of RIFE Questions

2006-12-04 Thread Jeremy Whitlock
, template.getName()); Hope this helps, Geert On 04 Dec 2006, at 20:36, Jeremy Whitlock wrote: Geert, I think I confused you. How can I get the name of a template from the html? Do I need to have the Element set a value to get it or is there some special syntax to get the template name

[Rife-users] Logging In RIFE

2006-10-15 Thread Jeremy Whitlock
Hi All, Does RIFE have a logging framework? I don't mind embedding commons-logging+log4j or something but I figured I'd ask. I'm using RIFE as much as possible in this new application and logging is a requirement. Take care,Jeremy ___ Rife-users mailing

Re: [Rife-users] Logging In RIFE

2006-10-15 Thread Jeremy Whitlock
,GeertOn 15 Oct 2006, at 21:13, Jeremy Whitlock wrote: Hi All, Does RIFE have a logging framework?I don't mind embedding commons-logging+log4j or something but I figured I'd ask.I'm using RIFE as much as possible in this new application and logging is a requirement. Take care, Jeremy

Re: [Rife-users] RifeFilter Not Found

2006-10-06 Thread Jeremy Whitlock
the com.uwyn.rife.servlet.RifeFilter class?Best regards,GeertOn 06 Oct 2006, at 18:48, Jeremy Whitlock wrote: Hi All, I have ran RIFE before and now that I'm back in the game, I've followed previous RIFE packaging steps for my new app.The web app has the rife jar in the lib directory and the structure is that the same

Re: [Rife-users] RifeFilter Not Found

2006-10-06 Thread Jeremy Whitlock
Geert, I agree but while RIFE is having a problem, HSQLDB is not and I've done this before when developing web apps with Maven. I'll try to verify this myself by taking Maven out of the picture and I will get back to you. Take care,JeremyOn 10/6/06, Geert Bevin [EMAIL PROTECTED] wrote: Hi

Re: [Rife-users] RifeFilter Not Found

2006-10-06 Thread Jeremy Whitlock
Hi All, I found the problem and it wasn't RIFE, Maven or Jetty's fault. I install the rife jar into my Maven repository wrongly...Take care,JeremyP.S. - What do you expect when it is 2:00 a.m.. .On 10/6/06, Geert Bevin [EMAIL PROTECTED] wrote: Hi Jeremy,are you sure that the RIFE jar is copied

Re: [Rife-users] Maven 2 Pom.xml For Repository Installation

2006-10-05 Thread Jeremy Whitlock
: this is good stuff; I attended a presentation by jason van zyl onmaven 2.0 about 2 wks ago, and hv been looking to find time to get myfeet wet with it.thanks for getting this started.cheers,Emmanuel On 10/5/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hi All, Attached are the pom.xml files

[Rife-users] Re: Replacing Hibernate With RIFE

2006-05-18 Thread Jeremy Whitlock
Hey all, Lets restructure my question. Can someone help me implement users into my application using the RIFE database layer? I would like to have users persisted to an HSQLDB database. If anyone has some time I would appreciate it. Take care,JeremyOn 5/16/06, Jeremy Whitlock [EMAIL PROTECTED

Re: [Rife-users] Re: Replacing Hibernate With RIFE

2006-05-18 Thread Jeremy Whitlock
://svn.rifers.org/blablalist/https://svn.rifers.org/elephant/ https://svn.rifers.org/bamboo/https://svn.rifers.org/drone/https://svn.rifers.org/ecalendar/ Hope this helps,GeertOn 18 May 2006, at 09:27, Jeremy Whitlock wrote: Hey all,Lets restructure my question.Can someone help me implement users into my

[Rife-users] Replacing Hibernate With RIFE

2006-05-16 Thread Jeremy Whitlock
Hey all, After talking with Geert, I am pondering the idea of getting rid of Hibernate for my persistence layer and using RIFE instead. Has anyone done this before that can give me some insight? Right now, I have an application that has a single User class mapped to a USER table and a UserDao

[Rife-users] RIFE and Authentication

2006-05-09 Thread Jeremy Whitlock
Hey all, I have been going through the following to properly implement authentication/authorization in RIFE:http://rifers.org/wiki/display/RIFE/Authentication http://rifers.org/wiki/display/RIFE/GuideAuthenticationhttp://rifers.org/docs/usersguide/ch08.html (For some reason, this url isn't

Re: [Rife-users] RIFE Eclipse Plugin Development Underway

2006-04-29 Thread Jeremy Whitlock
, Emmanuel Okyere [EMAIL PROTECTED] wrote: yes, still on-board and waiting to follow your lead :)cheers,EmmanuelOn 4/29/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hi all,Today we have actually started committing code to the rife-ide Eclipse plugin.As of right now, the plugin doesn't do much

Re: [Rife-users] RIFE Eclipse Plugin Development Underway

2006-04-29 Thread Jeremy Whitlock
/29/06, Emmanuel Okyere [EMAIL PROTECTED] wrote: yes, still on-board and waiting to follow your lead :)cheers,EmmanuelOn 4/29/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hi all,Today we have actually started committing code to the rife-ide Eclipse plugin.As of right now, the plugin doesn't do much

Re: [Rife-users] RIFE Eclipse Plugin Development Underway

2006-04-29 Thread Jeremy Whitlock
PROTECTED] wrote: Jeremy, RIFEECL-4 and RIFEECL-5 look quite straight-forward, and especially since they are eclipse-specific, I guess I could handle those if you want me. Cheers, Emmanuel On 4/29/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Emmanuel, I have created a few Jira for RIFE/Eclipse.These

Re: [Rife-users] Re: RIFE Documentation (was: Javalobby discussion about RIFE needs input)

2006-04-24 Thread Jeremy Whitlock
Hey all, I just picked up RIFE as a n00b to put myself in your shoes. That being said, I went through the Getting Started Guide and here is what I find most important: 1. Application structure - Without this, you can know all of the syntax you want but still have no RIFE. 2. Element composition

Re: [Rife-users] RIFE Eclipse Plugin

2006-03-16 Thread Jeremy Whitlock
and prosper. ;)On 3/15/06, Geert Bevin [EMAIL PROTECTED] wrote:Hi Jeremy, I think that's a correct assessment. When the rife-ide plugin isworking, I'll adapt RIFE/Jumpstart to use the new projectand launchtypes instead. That should be sufficient.Best regards,Geert On 16-mrt-06, at 02:13, Jeremy Whitlock

[Rife-users] RIFE Eclipse Plugin

2006-03-15 Thread Jeremy Whitlock
Hey all, I have updated the Wiki for the plans for the rife-ide and rife-jumpstart plugins. Here is the url:http://rifers.org/wiki/display/RIFE/Eclipse In doing so, I realized that I do not think there is any benefit to a rife-jumpstart plugin as it would not really be used by itself. I am trying

[Rife-users] Re: Eclipse Plugin Development Begins

2006-01-24 Thread Jeremy Whitlock
continue to research and as soon as we get some feedback, we'll move. Take care,JeremyOn 1/23/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hey all, The Eclipse plugin development for Rife has began. Over the last 2 weeks, there has been a lot of conversation on IRC regarding the plans for the Eclipse

Re: [Rife-users] Re: Eclipse Plugin Development Begins

2006-01-24 Thread Jeremy Whitlock
. Take care, Jeremy On 1/23/06, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hey all, The Eclipse plugin development for Rife has began. Over the last 2 weeks, there has been a lot of conversation on IRC regarding the plans for the Eclipse support for Rife.Now that we have initial plans, I have

Re: [Rife-users] Re: Eclipse Plugin Development Begins

2006-01-24 Thread Jeremy Whitlock
, Jeremy Whitlock [EMAIL PROTECTED] wrote: Hey all, The Eclipse plugin development for Rife has began. Over the last 2 weeks, there has been a lot of conversation on IRC regarding the plans for the Eclipse support for Rife.Now that we have initial plans, I have gone ahead and created

[Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Hey all, I have been talking to Geert about an Eclipse Plugin for Rife. He seems interested in beginning development on it and wanted someone to get it started. I would like to fill these shoes and have a track proven record to do so. I have written a plugin that will probably perform similarly to

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
,JeremyOn 1/13/06, Eddy Young [EMAIL PROTECTED] wrote: Jeremy Whitlock wrote: Hey all,I have been talking to Geert about an Eclipse Plugin for Rife.He seems interested in beginning development on it and wanted someone to get it started.I would like to fill these shoes and have a track proven record

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Geert, Cool. I like this a lot. My plugin will probably only provide the mechanism to configure Rife instances, start/stop them and debugging the Rife applications. Once I learn a little more of what could be visualized, we could also visualize each instance's Rife components as well like I do

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Wow...a lot of stuff going on. Here are my comments:Geert, While the starting/starting of Rife isn't really a function of Rife, we will want to be able to start/stop and embedded container, like Jetty/Tomcat, to allow us to control the Rife environment. (This would also allow for us to debug Rife

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Geert, Sounds good. I do have to say porting my plugin to Rife would be quick but I don't mind doing that later. We can follow your model and based on user/developer needs, we'll make changes accordingly. To provide what you are looking for, we basically should do the following in Eclipse-speak:

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Geert, Cool.Take care,JeremyOn 1/13/06, Geert Bevin [EMAIL PROTECTED] wrote: Yes, but IIRC it also uses JFlex for the lexers. This means that thelexers of JHighlight can be reused.Jeremy Whitlock wrote: Geert,Wouldn't we just hook into the Eclipse syntax highlighter and extend it for the Rife

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
To both Geert and Eddy:Geert, That is exactly what I was thinking. The plugin would be a lot like Jumpstart in it's packaging and stuff and would allow for download and learn/develop capabilities. We could then either build upon this plugin to create our Rife IDE or we could have multiple plugins

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
that can take an idea, like we've provided, and create the proper translation to their respective IDE. Hopefully we have enough expertise and time. :) Take care,JeremyOn 1/13/06, Eddy Young [EMAIL PROTECTED] wrote: Jeremy Whitlock wrote: Eddy,Eclipse provides that as well.What I mean by templates

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Jeremy Whitlock
Geert, Earlier this approach of my plugin was referred to as Jumpstart For Eclipse. That made me think and really, we have two options here:1) Port my plugin to Rife allowing for users to configure the plugin to manage multiple Rife instances. 2) Create a Server Launch Configuration like Web Tools