Hi Geert,

I didn't mean rife crud but GWTCrud :)

'<subsite id="Student"  file="crud_GWT:model.Student"
urlprefix="student"/>'

My real question was actually not about combining RIFE with Gwt but
having written some line like we do for normal crud would it be
possible
to respond some regular submissions such as
    getStudent, addStudent...


Well I thought doing something like I said above would be nicer.
Anyway my easy solution to this is write what is needed for student
and
when you need it for teacher then replaceAll(student,teacher)


thanks

On Jan 4, 1:36 am, Geert Bevin <[EMAIL PROTECTED]> wrote:
> I have never done any real work with GWT and know very little about
> it. I don't think it can be easily integrated with a restful backend
> though. So, using RIFE/Crud wouldn't be appropriate. Anyone else have
> any insights on GWT in this regard?
>
> --
> Geert Bevin
> Terracotta -http://www.terracotta.org
> Uwyn "Use what you need" -http://uwyn.com
> RIFE Java application framework -http://rifers.org
> Music and words -http://gbevin.com
>
> On 29 Dec 2007, at 01:00, Engin Tekin <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi friends,
>
> > We like to make our custom crud using GWT, well I feel it will be a
> > little hacky yet useful.
>
> > '<subsite id="Student"  file="crud_GWT:model.Student"
> > urlprefix="student"/>'
>
> > for example after the previous line, the crud system we make should be
> > able to
>
> > respond few different submissions, such as
>
> >  1. getStudent
> >  2. addStudent
> >  3. updateStudent
> >  4. listStudent
> >  5.removeStudent
>
> > Is it possible to do? It should be but how can we do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to