You should also be able to go to http://localhost:8080/yourapp/dwr and
see a screen that will allow you to manually invoke methods on
DWR-exposed beans.

Matt

On 6/22/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
I think the easiest way to view the Javascript would be to set yourself up
with FireFox and the FireBug debugger. Navigate to the page, fire up the
debugger, and you should be able to see and browse the script. More details
on how to set up FireFox with FireBug can be found here:
http://www.appfuse.org/display/APF/Web

Mike.



On 6/22/07, Srini Bobbala <[EMAIL PROTECTED]> wrote:
> Hi Matt,
> I am using DWR, comes default with appfuse 1.94,
> In my JSP file, I included java script file which supposed to generated
> dynamically,
>
> <script type='text/javascript'
> src='/<My app>/dwr/interface/EagdDWRManager.js>
>
>
> How can I check it generated or not?
>
> When I try using the script throwing an error,
>
> Thanks.
>
>
> -----Original Message-----
> From: mbrz2477 [mailto:[EMAIL PROTECTED]
> Sent: 20 June 2007 06:54 PM
> To: [email protected]
> Subject: Re: [appfuse-user] DWR and Appfuse tutorial?
>
>
> Yeah, I've already got that far.  I'm just looking for something that
> shows
> me how to make managers visible to DWR and then maybe examples of how to
> use
> them in Javascript.
>
> For example, I want to be able to query our db using a dao that's called
> by
> a manager once a user selects an item in a dropdown.  I'll then display
> the
> results of the selection to the user.  I thought this would be a perfect
> example of where to use Ajax in our app.
>
>
> mraible wrote:
> >
> > DWR is already pre-integrated, so it should just be a matter of adding
> > your DWR configuration to WEB-INF/dwr.xml. There's one merged in by
> > AppFuse, so you may have to copy it from
> > target/appname-version/WEB-INF if you don't have it in your project.
> >
> > Matt
> >
> > On 6/20/07, mbrz2477 < [EMAIL PROTECTED]> wrote:
> >>
> >> Is there a tutorial on how to setup DWR with Appfuse and make the
> beans
> >> visible from Javascript?  I thought this tutorial would help me, but
> it's
> >> a
> >> broken link :-(
> >>
> >>
http://resmoked.net:8080/JSPWiki/Wiki.jsp?page=AppFuseAjaxWithDWR
> >>
> >> --
> >> View this message in context:
> >>
>
http://www.nabble.com/DWR-and-Appfuse-tutorial--tf3953538s2369.html#a112
> 17330
> >> Sent from the AppFuse - User mailing list archive at Nabble.com.
> >>
> >>
---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > --
> > http://raibledesigns.com
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context:
>
http://www.nabble.com/DWR-and-Appfuse-tutorial--tf3953538s2369.html#a112
> 17631
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
---------------------------------------------------------------------
> 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]
>
>




--
http://raibledesigns.com

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

Reply via email to