Re: [Rife-users] Problem pre-compiling templates..

2007-02-08 Thread Emmanuel Okyere
David, Templates are compiled into bytecode; they should have proper Java class names... so maybe, FAQCommon or something similar :) Hope that helps. Cheers, Emmanuel On 2/9/07, David HM Spector <[EMAIL PROTECTED]> wrote: I'm trying to get my app ready for testing on a production level serve

Re: [Rife-users] rest support

2007-02-07 Thread Emmanuel Okyere
be auto generated based on meta data :) Some extra info: http://www.xfront.com/REST-Web-Services.html 2007/2/7, Emmanuel Okyere <[EMAIL PROTECTED]>: > Christian, > > Have you seen blabla list? this is a link to it's REST API: > http://rifers.org/wiki/display/BLA/REST+API &

Re: [Rife-users] rest support

2007-02-07 Thread Emmanuel Okyere
Christian, Have you seen blabla list? this is a link to it's REST API: http://rifers.org/wiki/display/BLA/REST+API You don't have to do anything special to return XML over HTTP; just set your templates to describe the xml structs you want to return with value placeholders for the dynamic bits, j

Re: [Rife-users] OT: Designing Service Provider Interfaces

2007-02-03 Thread Emmanuel Okyere
I think so too; really basic but very necessary stuff; I was listening to it and ketp thinking "Agile Software Development, Robert C. Martin" which does have some code samples, and talks about the OOP principles like the LSP, ISP etc that Josh mentions here too. Good stuff and thanks for pointng i

Re: [Rife-users] Fwd: BOF 24 Planning

2007-01-17 Thread Emmanuel Okyere
d? Cheers, Emmanuel On 1/17/07, Geert Bevin <[EMAIL PROTECTED]> wrote: When is that? On 17 Jan 2007, at 18:33, Emmanuel Okyere wrote: > FYI: > > rife will be represented at the web framework smackdown :) > > cheers, > Emmanuel > > -- Forwarded message --

[Rife-users] Fwd: BOF 24 Planning

2007-01-17 Thread Emmanuel Okyere
ontent for JAVAWUG BOF 24 : The evening will consists of a so-called web framework smack-down between three proponents. We will convene and discuss the pros and cons of the following web frameworks. 1. RIFE - Emmanuel Okyere will be representing this candidate. RIFE is a new generation full

Re: [Rife-users] templates viewed in a browser

2007-01-15 Thread Emmanuel Okyere
Jean-Marie, I have always thought that designers supply statics, and then from statics templates are defined; at least this is the way I've worked with most people. In any case, I find the output from blocks to be only a minor annoyance, if at all. If the content within those blocks are large an

Re: [Rife-users] Time for a "common pitfalls" section in the Wiki...

2006-12-19 Thread Emmanuel Okyere
JAF (http://java.sun.com/products/javabeans/jaf/downloads/index.html) is necessary for handling MIME types. cheers, Emmanuel On 12/19/06, David HM Spector <[EMAIL PROTECTED]> wrote: I just posted this to the cookbook, but its probably useful for anyone trying to get the email scheduler working:

[Rife-users] Fwd: London Eclipse Birthday party

2006-11-02 Thread Emmanuel Okyere
if you use eclipse, are in london, and have some free time next week, let's go do it eclipse style :)cheers,Emmanuel-- Forwarded message --From: Thibaut Rouffineau <[EMAIL PROTECTED]>Date: Nov 2, 2006 2:02 PMSubject: London Eclipse Birthday partyTo: [EMAIL PROTECTED] Hi

Re: [Rife-users] exit after form submission

2006-11-02 Thread Emmanuel Okyere
How do you know the outputbean is not being set? How does your site structure look like? Do you have a test case? Cheers, Emmanuel On 11/1/06, Henk <[EMAIL PROTECTED]> wrote: Hi, I have a form handled by element1, after a successful submission the results have to be handled by element2. I have

Re: [Rife-users] list of inputs in a form

2006-10-27 Thread Emmanuel Okyere
sweet! glad it helped. cheers, Emmanuel On 10/27/06, Henk <[EMAIL PROTECTED]> wrote: works great ! Thanks Emmanuel. Henk Emmanuel Okyere wrote: > Henk, > > I think you can give them the same name, and probably have a different > id for each of them. > > Then use the

Re: [Rife-users] list of inputs in a form

2006-10-26 Thread Emmanuel Okyere
Henk, I think you can give them the same name, and probably have a different id for each of them. Then use the getParameterValues() (or any of the speicialized ones: getParameterValues) call to retrieve them in the order they appear in the template output. HTH Cheers, Emmanuel On 10/26/06, He

Re: [Rife-users] How to use Rife for file download?

2006-10-25 Thread Emmanuel Okyere
you lost me at the "send down a file" bit On 10/26/06, ying lcs <[EMAIL PROTECTED]> wrote: Hi, I am trying to write a Java web app using Rife. So i need a page which takes some info from user and it has a submit button. If the validation of the info entered by user is correct, the web app will

Re: [Rife-users] RifeFilter Not Found

2006-10-06 Thread Emmanuel Okyere
the web.xml file looks fine to me can you post the command u r using to start jetty? most of the classpath problems i've had with it had to do with not setting the rife.webapp.path parameter. ie. -Drife.webapp.path=... hth cheers, Emmanuel On 10/6/06, Jeremy Whitlock <[EMAIL PROTECTED]> wrot

Re: [Rife-users] Revamped theater page and adding new tutorials

2006-10-05 Thread Emmanuel Okyere
second it; looks really good... good one, Geert Cheers, Emmanuel On 10/5/06, Steph Meslin-Weber <[EMAIL PROTECTED]> wrote: That's a great update, Well done! On 05/10/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I just wanted to note that I revamped the theater page a bit: ht

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

2006-10-05 Thread Emmanuel Okyere
this is good stuff; I attended a presentation by jason van zyl on maven 2.0 about 2 wks ago, and hv been looking to find time to get my feet 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.xm

Re: [Rife-users] How to use Rife with Eclipse WTP

2006-09-29 Thread Emmanuel Okyere
Hi yinglcs, I am new to Rife. I would like to know how to use Rife with Eclipse WTP. My understanding is Rife needs a specified directory hierarchy. But that is different from WTP generated. rife does not need a specific directory hierarchy; the important thing is that your web.xml file is set

Re: [Rife-users] meta data code generator

2006-09-25 Thread Emmanuel Okyere
brilliant stuff, Christian... very nice... works here... could be a nice drop to start cmd line tools for rife off of too :) cheers, Emmauel On 9/24/06, Christian Vest Hansen <[EMAIL PROTECTED]> wrote: Great, here you are: http://rifers.org/wiki/display/RIFE/MetaData+stub+class+code+generation

Re: [Rife-users] problem with HTTP/1.0 clients?

2006-09-25 Thread Emmanuel Okyere
David: On 9/22/06, David Herbert <[EMAIL PROTECTED]> wrote: Hello, I have come across a strange bug which one of our customers who runs a local Squid proxy cache (which I gather for historical reasons still speaks HTTP/1.0) reported. Basically our RIFE application output a blank page (after ha

Re: [Rife-users] problem with HTTP/1.0 clients?

2006-09-22 Thread Emmanuel Okyere
David, Google returns a number of results on search of +"unknown status reply from server" +squid; i suspect the problem is there, and not rife-specific as Geert mentions. http://www.google.co.uk/search?q=%2B%22unknown+status+reply+from+server%22+%2Bsquid&start=0&ie=utf-8&oe=utf-8&client=firefox

Re: [Rife-users] Any Netbeans og Eclipse plugins for RIFE

2006-09-15 Thread Emmanuel Okyere
jackob, you can get the eclipse templates from the downloads section: http://rifers.org/downloads#rifeeclipsetemplates hth. cheers, -- eokyere On 9/15/06, Nielsen Jakob Vad <[EMAIL PROTECTED]> wrote: I was on JavaZone yesterday, and saw your presentation. I notcied you were using IDEA, and h

Re: [Rife-users] Any Netbeans og Eclipse plugins for RIFE

2006-09-15 Thread Emmanuel Okyere
ditto :) -- eokyere On 9/15/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi, what kind of a plugin are you looking for? RIFE doesn't need much assistance from an IDE but there efforts underway (which sadly have been stalled): http://rifers.org/wiki/display/RIFE/IdePlugins http://rifers.org/wiki

Re: [Rife-users] Any Netbeans og Eclipse plugins for RIFE

2006-09-15 Thread Emmanuel Okyere
jakob, not that I know of; although I have a sample rife-tomcat-jumpstart base app (with a few ant tasks added to fit with netbeans' custom tasks for webapps) that you can use to get u going, if that would help any. I want to clean that up, add a little docu and release it, but can send current

[Rife-users] Fwd: [OT][ANN] JAVAWUG BOF XX Videos Uploaded

2006-08-23 Thread Emmanuel Okyere
TECTED] Cc: user@struts.apache.org, users@maven.apache.org Hi The JAVAWUG is happy to announce two new videos uploaded to Google Video of the birds-of-a-feather meeting number 20. Petstore RIFE Edition by Emmanuel Okyere http://video.google.com/videoplay?docid=37561501217859187&q=JAVAW

[Rife-users] Fwd: [OT][ANN] Final Call: JAVAWUG BOF XX / Oracle City of London / 13th July 2006 @ 7pm

2006-07-12 Thread Emmanuel Okyere
Hi We are holding our twentieth birds-of-a-feather (BOF 20) of the Java Web Users Group in London, UK. The speakers: Emmanuel, Okyere `` RIFE : The Java EE Petstore Edition'' Emmanuel has been hard at work convert the (in)famous J2EE Petstore

Re: [Rife-users] Testing the mailing list, please reply to this message

2006-07-03 Thread Emmanuel Okyere
here :) On 7/3/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Thanks for replying everyone. It still seems very little compared to the 100 people that are signed up. I see the mails go out when I look at the logs. Though from the amount of people that replied, I'm really wondering if something is n

Re: [Rife-users] A bit frustrated

2006-06-18 Thread Emmanuel Okyere
I like it... if only for the fact that two weeks down the line he'll have to write again... only this time to say what a darling rife is ;P On 6/18/06, Eddy Young <[EMAIL PROTECTED]> wrote: On 18 Jun 2006, at 22:58, Steven Grimm wrote: > > Once again, though, I apologize if I've offended anyone

Re: [Rife-users] array/multiple beans from form submission

2006-05-29 Thread Emmanuel Okyere
Fred, > >>Hmm that shouldn't be too hard to add. > >>Maybe you could take a crack at it ;-) > > > >Then there really _would_ be bidirectional templates ! > > > >And there's plenty of Javascript "out there" for clicking > >to add a new row to a table. Then table/list editing could > >be done 100

Re: [Rife-users] array/multiple beans from form submission

2006-05-29 Thread Emmanuel Okyere
Geert, > the embedded elements and do validation on those. Would have been > nicer if we could do a getSubmissionBeans(BeanType.class) call in this > regard I don't really follow, how would that work? there's already a getSubmissionBean(BeanType.class) implementation... which prepulates a be

Re: [Rife-users] Struggling with template

2006-05-29 Thread Emmanuel Okyere
I'm not sure I follow; can you paste non-rifed html of the final output you expect? would be easier to help from there. cheers, Emmanuel On 5/29/06, apdewith <[EMAIL PROTECTED]> wrote: Hi, I have the following template: ${v seatList}${/v} ${b seatList}

Re: [Rife-users] array/multiple beans from form submission

2006-05-29 Thread Emmanuel Okyere
Hi Geert, Actually, what you can do if you really want to isolate and componentize the handling of these beans, you can use embedded elements and provide it with a data object during processEmbeddedElement (which will be each bean). This is only supported in 1.5 though. Indeed, I am using embe

Re: [Rife-users] array/multiple beans from form submission

2006-05-28 Thread Emmanuel Okyere
Geert, As always, thx for the quick response; > 1// how do i locate which bean a particular quantity maps to when the > form is submitted; > 1.1// changing the form method to a GET, with 2 items in the cart (one > with qty 1, the other with 4), i get a submission uri that looks like: > http://l

[Rife-users] array/multiple beans from form submission

2006-05-28 Thread Emmanuel Okyere
hi all: I've hit a bit of a snag in trying to wrap up my petstore app, and it has to do with my cart implementation. the cart form looks like: ${v SUBMISSION:PARAMS:submit}${/v} Cart Items Quantity Item Price Item Total

Re: [Rife-users] Final preparations for RIFE 1.5

2006-05-13 Thread Emmanuel Okyere
Just to catalog this here, I dropped the 1.5 snapshot into an app i'm working on, and it worked without a hitch; another thing is pages are really snappy now... I don't have any benchmarks, but the difference between rendering in 1.4 and 1.5 snapshot are really noticeable. maybe geert can give so

Re: [Rife-users] RIFE and Authentication

2006-05-09 Thread Emmanuel Okyere
Jeremy, This is one of those long list of tutorials I have promised myself to write (oh... yearning for that 25 hour day ;P) 1) Can someone point me in the right direction, either with an example or document, on how to use the database as a backend for users? It's actually quite simple; the r

Re: [Rife-users] Classloader error

2006-05-01 Thread Emmanuel Okyere
. The agent does exactly what the classloader does, change the bytecode for additional functionalities. However, this will not fully replace RIFE's classloader, since there are some tricks in there for reloading element implementations, even if hotswap can'. Hope this was somewha

Re: [Rife-users] Classloader error

2006-05-01 Thread Emmanuel Okyere
not that i'm experiencing this, but yes, pls post the specifics. thanks, eokyere On 4/12/06, Eddy Young <[EMAIL PROTECTED]> wrote: Eddy Young wrote: > Hi all, > > Is there a known classloader-related error between RIFE and Log4J? Indeed, there was a classloader-related problem between RIFE and

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-04-29 Thread Emmanuel Okyere
yinglcs2, 1// It would be nice to know who you are and what your experience with java is; it would also be good to know what you've tried with rife so far, and what that experience has been as well; it helps in guiding you. 2// As far as what you want to create with rife, it sounds pretty simp

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

2006-04-29 Thread Emmanuel Okyere
meant to say *not* eclispse-specific On 4/29/06, Emmanuel Okyere <[EMAIL 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 Wh

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

2006-04-29 Thread Emmanuel Okyere
These are very broad and each will require multiple parts. Look over the open Jira to see if there is anything you are interested in. If you want clarification on any of the Jira, let me know and I'll elaborate. Take care, Jeremy On 4/29/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote

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

2006-04-29 Thread Emmanuel Okyere
yes, still on-board and waiting to follow your lead :) cheers, Emmanuel On 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 but the building blocks are bei

Re: [Rife-users] RIFE's Participant's

2006-04-27 Thread Emmanuel Okyere
Drew, 1// There's a lot of good documentation in the API docs: http://rifers.org/docs/api/com/uwyn/rife/rep/package-summary.html From the docs page: "A Participant is basically a service that needs to be initialized before it can return objects that correspond to specified identification keys.

Re: [Rife-users] The Book. When? :)

2006-04-27 Thread Emmanuel Okyere
would that pass for the shortest one page i've ever seen? ;P On 4/28/06, Fred Baube <[EMAIL PROTECTED]> wrote: > > Anybody else want to write a one page executive summary about > > RIFE and why to adopt it in a company or corporation? > > "Full stack" means never having to worry about versioning >

Re: [Rife-users] The Book. When? :)

2006-04-27 Thread Emmanuel Okyere
to > adopt it in a company or corporation? > > On 27 Apr 2006, at 09:09, Emmanuel Okyere wrote: > > > yeah... and i'll be throwing in a tutorial with the petstore app > > example coming up by the weekend too... looks like a lot more > > documentation coming ou

Re: [Rife-users] The Book. When? :)

2006-04-27 Thread Emmanuel Okyere
btw, if any of you is in london, I'll be at javawug (http://www.jroller.com/page/javawug/) pls stop by; it's a fun bunch out there too :) On 4/27/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > yeah... and i'll be throwing in a tutorial with the petstore app > examp

Re: [Rife-users] The Book. When? :)

2006-04-27 Thread Emmanuel Okyere
yeah... and i'll be throwing in a tutorial with the petstore app example coming up by the weekend too... looks like a lot more documentation coming out, no? :) cheers, Emmanuel On 4/27/06, Tyler Pitchford <[EMAIL PROTECTED]> wrote: > The first 5 tutorials are written, they just need to get cleane

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
y well. I'm just trying to follow the user guide when this problem happened. Could tell me what the classpath problem exactly is? Now if I put the .class file in classes directory, "Hello World" works! But if I only use the .java file in "implementations" directory, it doesn&#

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
That is also a TODO for me now to change the "Getting Started" page to just point to Jumpstart :)Cheers,EmmanuelOn 4/24/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: Allen, You are having classpath issues and nothing to do with the hello world or rife implementation. I don

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
Allen, You are having classpath issues and nothing to do with the hello world or rife implementation. I don't think you need to move anything around for the hello world experience with rife... and since you are just starting with the framework, it's probably much better to play around with the defa

Re: [Rife-users] rife forms

2006-04-12 Thread Emmanuel Okyere
rds, > > Geert > > On 12 Apr 2006, at 08:11, Emmanuel Okyere wrote: > > > hello all, > > > > I have finally found some free time, as the last app I worked on is > > getting ready to get out of the shop, and so I have started stabbing > > at getting rife to

[Rife-users] rife forms

2006-04-11 Thread Emmanuel Okyere
hello all, I have finally found some free time, as the last app I worked on is getting ready to get out of the shop, and so I have started stabbing at getting rife to talk petshop. i'm however having problems with rife printing a simple form; it does retrieve the template and prints it out, except

Re: [Rife-users] Interview about RIFE at Java Posse

2006-03-24 Thread Emmanuel Okyere
i think you got all the important points out... if i didn't know rife, I'd check it out after this :) brilliant! plus i get a mention in there... hehe Cheers, Emmanuel On 3/23/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Hi everyone, > > my Java Posse interview about RIFE has been put online, yo

Re: [Rife-users] velocity templates

2006-03-22 Thread Emmanuel Okyere
I'm not sure it talked about "using velocity for templates"; rife gives you a choice on the template syntax to use, which all compiles back to the same thing here's the thread you are looking for from the mailing list: http://lists.uwyn.com/pipermail/rife-users/2006-February/019612.html cheers, e

Re: [Rife-users] JPetStore 5 in RIFE

2006-03-20 Thread Emmanuel Okyere
u read my mind... i saw that post and i'll be giving it a shot :) cheers, eokyere On 3/20/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Hi, > > if anybody feels like implementing JPetStore 5 in RIFE, please speak up: > http://www.theserverside.com/news/thread.tss?thread_id=39529#204229 > > It woul

Re: [Rife-users] Re: Official RIFE training course in the works

2006-03-17 Thread Emmanuel Okyere
n the blog when it goes up... looking forward to the rife presentation today too :) cheers, eokyere On 3/17/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > How did your presentation of yesterday go? > > Emmanuel Okyere wrote: > > definitely; pls keep me in the loop. I looked

Re: [Rife-users] Re: Official RIFE training course in the works

2006-03-17 Thread Emmanuel Okyere
definitely; pls keep me in the loop. I looked at your last blog post too; simple and brilliant... i'll follow those lines for my talk today. cheers, eokyere On 3/17/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > > Emmanuel and Stephane, since you are both in the UK, tell me if you're > > Sorry Eddy

[Rife-users] Fwd: [ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracle Ci ty of London

2006-03-09 Thread Emmanuel Okyere
I had a few problems the last time I tried this, so I'm representing the session on the 17th. cheers, Emmanuel -- Forwarded message -- From: Pilgrim, Peter <[EMAIL PROTECTED]> Date: Mar 9, 2006 5:49 PM Subject: [ANN] JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracle Ci ty o

Re: [Rife-users] A first component using embedded elements

2006-03-06 Thread Emmanuel Okyere
ahh nice one, eddy; something new to mention when i talk again about rife on the 17th at the oracle city office :) cheers, emmanuel On 3/6/06, Eddy Young <[EMAIL PROTECTED]> wrote: > Hi all, > > I recently started experimenting with using embedded elements to create > components. Today, after jus

Re: [Rife-users] Re: [Rife-devel] RIFE Fosdem Conference Video

2006-03-01 Thread Emmanuel Okyere
ate machine or a > stateful workflow management system. This makes the elements so > powerful since they can work in any context and RIFE is able to > provide it with the required state and data. > > Looking forward to the next presentation. > > Best regards, > > Geert &

Re: [Rife-users] MetaData class

2006-03-01 Thread Emmanuel Okyere
I'll be able to > wrap up the release notes. > > On 1-mrt-06, at 10:53, Emmanuel Okyere wrote: > > > nice; I wasn't aware you had already implemented this. Have to take a > > look later today. > > > > nice one, > > Emmanuel > > > > On 3

Re: [Rife-users] [solved]Re: how to use "automatic meta data merging" to create a table?

2006-03-01 Thread Emmanuel Okyere
:) On 3/1/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Happens to the best of us :-) > > On 1-mrt-06, at 05:42, hui wrote: > > > i am stupid, having both 1.3.1 and 1.4 in classpath T_T > > > > sorry. > > ___ > > Rife-users mailing list > > Rife-users@uwy

Re: [Rife-users] MetaData class

2006-03-01 Thread Emmanuel Okyere
nice; I wasn't aware you had already implemented this. Have to take a look later today. nice one, Emmanuel On 3/1/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Hi Eddy, > > > Am I correct in thinking that the new MetaData class is useful only > > if applied to JavaBean-compliant classes? > > Actua

[Rife-users] Re: [Rife-devel] RIFE Fosdem Conference Video

2006-03-01 Thread Emmanuel Okyere
Very nice; the one i gave at the Oracle City office in Moorgate, London also went up at http://video.google.com/videoplay?docid=-6431749968960182884 I might be re-presenting it on the 17 March, as I had last minute problems with my original presentation, and we were pressed for time on the first

[Rife-users] rife and flash (with webservices)

2006-02-22 Thread Emmanuel Okyere
Hello All, I attend the londonmmug (londonmmug.org) meetings; it's a macromedia (turned adobe) user group. i'll be presenting a session on testing flash applications for the next meeting (meetings are on the third thursday of every month) I had been thinking of benefits of marrying rife with flas

Re: [Rife-users] Template tag syntaxes

2006-02-18 Thread Emmanuel Okyere
> > I like the tapestry/wicket inspired syntax best. > > Did you see that I thought of you with the tag attribute one, so that > you get no errors in IDEA anymore? ;-) > haha... nice one :) -- eokyere ___ Rife-users mailing list Rife-users@uwyn.com http

Re: [Rife-users] Template tag syntaxes

2006-02-18 Thread Emmanuel Okyere
> My preference for the new syntax goes out to the preprocessing > instruction one though, it's short, clear, valid, and either > languages like php use too. I think PIs are cool too; good pt Cheers, Emmanuel ___ Rife-users mailing list Rife-users@uwyn

Re: [Rife-users] Template tag syntaxes

2006-02-18 Thread Emmanuel Okyere
I'd stay away from the "regular" syntax and vote for either the Tapestry/Wicket inspired syntax or that of the Invisible Tag Attribute; I think those should be clear enough and easy for people already familiar with xhtml to get used to quicly; I think the "regular" syntax can cause a little confusi

Re: [Rife-users] Draft version of TSSJS presentation

2006-02-13 Thread Emmanuel Okyere
> Nice! It seems that the PDF version of your presentation has some > problems. I get some bad formatting here. yeah, probably the conversion to pdf... opening in powerpoint also gives those formatting problems... originally did it in ppt though, and then converted back to OOo > > > i had problem

Re: [Rife-users] Draft version of TSSJS presentation

2006-02-13 Thread Emmanuel Okyere
super sweet stuff!! :) i really really like it... wow! good job, geert i got a msg from peter that the other presentation has gone up: http://jroller.com/page/javawug?entry=updated_new_presentation_slides_for i had problems with my (actually galfriend's) laptop for a while... i shd be back onlin

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-31 Thread Emmanuel Okyere
opefully by tonight. On 1/30/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Also, do you have the full address of the event? > > Emmanuel Okyere wrote: > > Excellent; I'll make a post. > > > > Thanks, > > Emmanuel > > > > On 1/30/06, Geert Bevi

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-31 Thread Emmanuel Okyere
precisely! :P On 1/31/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Lol, that's an ironical title ;-) > > On 31-jan-06, at 08:58, Emmanuel Okyere wrote: > > > Geert, > > > > The title will be "Spring into RIFE"; I intend to do about a 7-8 >

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-31 Thread Emmanuel Okyere
manuel On 1/30/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > What's the title of your talk? > > Emmanuel Okyere wrote: > > Excellent; I'll make a post. > > > > Thanks, > > Emmanuel > > > > On 1/30/06, Geert Bevin <[EMAIL PROTECTED]>

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-29 Thread Emmanuel Okyere
n javablogs if you want some > readership, using this RSS feed once your first post has been written: > http://rifers.org/blogs/feeds/rss/entry/eokyere > > On 30-jan-06, at 08:44, Emmanuel Okyere wrote: > > > Geert, > > > > I have registered for the blog. > > &

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-29 Thread Emmanuel Okyere
ll the hard work. > > I'm going to create a Conferences / Presentations page on rifers.org > where I'll list your talk too. > > Best regards, > > Geert > > On 30-jan-06, at 08:40, Emmanuel Okyere wrote: > > > Geert, > > > > How far along are

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-29 Thread Emmanuel Okyere
Geert, I have registered for the blog. Thanks, Emmanuel On 1/30/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > Geert, > > How far along are you with the 'metadata' way of adding constraints? > if it's in a usable state now, I could use that, otherwise, I'

Re: [Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-29 Thread Emmanuel Okyere
le that > are interested but not on the list, are aware of your presentation too. > > To do so, you just have to register on the blog and tell me that it's > done, I'll create a blog for you then. > > Best regards, > > Geert > > On 30-jan-06, at 05:11, E

[Rife-users] RIFE at JavaWUG BOF XV, 3-Feb-2006, Oracle City Office, London

2006-01-29 Thread Emmanuel Okyere
Hello all: I have commited to giving a 10-15 minute 'quickie' about RIFE at the next Java Web User Group (javawug) meeting at the Oracle City office in London, on Feb 3, 2006. There will be other 10-15 min 'quickie' sessions on various other java webdev technologies out there; it's from 6:30pm to

Re: [Rife-users] Defaults, defaults, defaults

2006-01-27 Thread Emmanuel Okyere
maybe u shd whip up a perl script or s'thing and share it ;P On 1/27/06, Pazu <[EMAIL PROTECTED]> wrote: > While writing my first RIFE application, I found myself writing too > much configuration. I know all the arguments in favor of the verbose > site structure declaration, but sometimes I feel I

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Emmanuel Okyere
> Yes, we are talking about the same thing. As I'm saying, if the IDE > already provides features to ease RIFE development that much, why > re-invent the wheel? Eddy, I don't think we are re-inventing the wheel here, just adding to what is already available to make it 'more easier' to move from re

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Emmanuel Okyere
i don't think fixed file locations should be our major concern... probably, we should think about what preferences we can add in to allow people more flexibility with the system; -- eokyere On 1/13/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > wowz... tons of reponses already..

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Emmanuel Okyere
wowz... tons of reponses already... lol On 1/13/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > Geert posted a sort of roadmap here > http://rifers.org/wiki/display/RIFE/IdePlugins; i think it's a good > place to start... like Geert, I'm prepared to put effort int

Re: [Rife-users] Rife Eclipse Plugin

2006-01-13 Thread Emmanuel Okyere
Geert posted a sort of roadmap here http://rifers.org/wiki/display/RIFE/IdePlugins; i think it's a good place to start... like Geert, I'm prepared to put effort into this if we can get it started. -- eokyere On 1/13/06, Jeremy Whitlock <[EMAIL PROTECTED]> wrote: > Hey all, > I have been talk

Re: [Rife-users] Content Management

2006-01-09 Thread Emmanuel Okyere
Naren, To add to what Geert has said, I think you'll save yourself a lot of these questions if you go through the in-depth simple blog video tutorial (http://rifers.org/rife_indepth_simple_blog); it's about the only thing I had to go through to get going with most of what I know about the framewor

[Rife-users] UK Java Job Openings

2006-01-01 Thread Emmanuel Okyere
I'm in London for a few months; can anybody point to some good Java Developer contracts (hopefully RIFE-biased)? Thanks, eokyere ___ Rife-users mailing list Rife-users@uwyn.com http://www.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] RFC: activating globalvars and reflective datalinks at submission

2006-01-01 Thread Emmanuel Okyere
Yeah, I didn't get a chance to test this earlier as I've been on the move; sounds like a good/logical move... +1. Thanks, eokyere On 12/30/05, Geert Bevin <[EMAIL PROTECTED]> wrote: > Ok, thanks both, I'll go ahead with it then. I also think the change > should be made now. > > On 30 Dec 2005, a

Re: [Rife-users] RFC: activating globalvars and reflective datalinks at submission

2005-12-27 Thread Emmanuel Okyere
can you give an example with code? thanks, eokyere On 12/27/05, Geert Bevin <[EMAIL PROTECTED]> wrote: > Hi, > > I just ran into a use-case, where the current submission handling > makes things very difficult. What happens now is that any submission > preserves its inputs, disregarding from which

Re: [Rife-users] IDE Support (Eclipse)

2005-12-20 Thread Emmanuel Okyere
> sense for me to work also on an X-develop plugin and continue to > focus on RIFE itself mainly. > > Best regards, > > Geert > > On 20-dec-05, at 15:39, Emmanuel Okyere wrote: > > > Geert, > > > > Got anything to go yet? Let me know. > > &g

Re: [Rife-users] IDE Support (Eclipse)

2005-12-20 Thread Emmanuel Okyere
Geert, Got anything to go yet? Let me know. Thanks, -- eokyere On 12/16/05, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > looking forward to it :) > > -- eokyere > > On 12/16/05, Geert Bevin <[EMAIL PROTECTED]> wrote: > > I'm back, we can start looking at it

Re: [Rife-users] run java code directly after starting the web server

2005-12-19 Thread Emmanuel Okyere
I wanted to add that towards the end of the in-depth simple blog tutorial (http://rifers.org/rife_indepth_simple_blog) there's an explanation for this. cheers, -- eokyere On 12/19/05, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > Look at the ~.engine.ElementDeployer cl

Re: [Rife-users] run java code directly after starting the web server

2005-12-19 Thread Emmanuel Okyere
Look at the ~.engine.ElementDeployer class. A typical implementation (this an earlier version of something I had for my Account element) looks like the one i've pasted below. Alternatively, you could create a BlockingParticipant (maybe called Setup) and put all the setup-specific code there, and a

[Rife-users] Demarcate module boundaries in framework source tree

2005-12-16 Thread Emmanuel Okyere
I think the rife framework source tree shd be broken up into its proper constituent modules to properly demarcate what the optional packages are and also to make dependencies more clearer. currently, the way i understand it, the source tree holds the core framework (engine, cmf, config, rep, resou

Re: [Rife-users] IDE Support (Eclipse)

2005-12-16 Thread Emmanuel Okyere
looking forward to it :) -- eokyere On 12/16/05, Geert Bevin <[EMAIL PROTECTED]> wrote: > I'm back, we can start looking at it as of next week. > > On 11-dec-05, at 16:30, Emmanuel Okyere wrote: > > > yeah, I think we should tackle those basics first... probably with

Re: [Rife-users] users.xml

2005-12-12 Thread Emmanuel Okyere
And then u can see it in use in the ~.servlet.RepServlet class and some info on it in the ~.rep.BloclingRepository class -- eokyere On 12/12/05, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: > Baube, > > Look in your WEB-INF/web.xml file; it's defined in the init-para

Re: [Rife-users] users.xml

2005-12-12 Thread Emmanuel Okyere
Baube, Look in your WEB-INF/web.xml file; it's defined in the init-param "rep.path" HTH -- eokyere On 12/12/05, F Baube <[EMAIL PROTECTED]> wrote: > Another potentially stupid question here ... > > How exactly does Rife locate the directory "rep/" at start-up ? > Does it use CATALINA_* or TOMCA

Re: [Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Emmanuel Okyere
AIL PROTECTED]> wrote: > I'm interested in working on the code hyperlinking and syntax > highlighting. I'll start experimenting with that after my return from > JavaPolis. > > On 11 Dec 2005, at 10:05, Emmanuel Okyere wrote: > > > I noticed that there are 4 of u

[Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Emmanuel Okyere
I noticed that there are 4 of us currently (Pierre Raoul, Geert Bevin, Oliver Dohmen and I) who have shown interest in helping build the RIFE eclipse plugin. I was wondering if folk would like to start discussions/code towards this. I had taken a look at the ant plugin to get a few ideas, but thin

Re: [Fwd: Re: [Rife-users] Spring]

2005-12-10 Thread Emmanuel Okyere
Like fbaube, i'm wondering what spring brings to rife that rife doesn't already do? does it in some way make something more easier/intuitive to do? does it bring additional features? or is it just added in to allow people who already know spring to easily migrate to rife? --eokyere On 12/10/05, R

Re: [Rife-users] logout problems

2005-12-08 Thread Emmanuel Okyere
haha... that one bit my behind a bit in the past... glad u got it working :) -- eokyere On 12/8/05, Lars Grupe <[EMAIL PROTECTED]> wrote: > Oh, now I think I have it, the 'LOGOUT' element has no url. > > Sorry! > > Cheers, > Lars > > > -Original Message- > > From: [EMAIL PROTECTED] > > [m

Re: [Rife-users] RFC: RIFE-247 : Allow getXhtmlTemplate() with no arguments to return template with same path as element path

2005-12-06 Thread Emmanuel Okyere
people will use it? Do you not use one template > per page (and vice versa) 99% of the time like I do? Do you think > most people don't? Do you think most people would rather type extra > for something that the framework could infer? > > On Dec 6, 2005, at 1:08 PM, Emmanuel Oky

Re: [Rife-users] RFC: RIFE-247 : Allow getXhtmlTemplate() with no arguments to return template with same path as element path

2005-12-06 Thread Emmanuel Okyere
thinking it over, It's just synthatic sugar, and there's nothing wrong with adding it in; and i suspect whoever uses it will be informed enough about consequences of site changes and such. It just feels like it belongs in an "extensions" package; i doubt too many people will be making use of this.

  1   2   >