Sorry,

The OMTool is not in a working state.  The piece that is missing is a
torque generated Factory to instantiate the BO's.  I had something close
on my hd, but never found a use for it, so it did not get finished. 
Intake contains a pull tool for an example as well as the ui tool.  I
will take a look at OMTool within the next few days and see if it is
worth finishing or if I should remove it.

John McNally

Scott Eade wrote:
> 
> John McNally - Did you miss my query below concerning
> OMTool usage?  I was hoping you might be able to help
> me along just a little bit more.
> 
> Thanks in advance,
> 
> Scott
> 
> ----- Original Message -----
> From: "Scott Eade" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, June 23, 2001 9:29 PM
> Subject: Re: intake problems
> 
> > From: "Scott Eade" <[EMAIL PROTECTED]>
> > > I think I now have enough knowledge to go away and build
> > > my application.  Well almost, I think I need to read a bit more
> > > about the pull model before I jump in there.
> >
> > Okay John.  From the Javadoc it looks like you are the best
> > person for my follow up question on pull - specifically OMTool.
> > Responses from anyone else are of course welcome.
> >
> > Reading the Javadoc it looks like instead of having a Form
> > action I should instead be able to do this:
> >
> >     #set ( $entry = $om.get("Subject", $data.getParameters().get("subjectid")) )
> >
> > Which I could then map to intake as I did before.
> >
> > Later I could still use an action (SaveForm.vm in my running
> > example) to save the Subject back to the database.
> >
> > The invocation of get() above however results in a null pointer
> > exception.  Am I doing something wrong with OMTool?
> > I can imagine needing to initialise it first and perhaps obtain an
> > instance of OMTool from a pool, but I am a little unsure.
> >
> > Also, I am looking at this as a way to use pull rather than actions.
> > Is it conceivable that a pull tool might be used to update the
> > database as well (sort of more like push)?
> >
> > Thanks,
> >
> > Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to