 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: About the DWRSpringJPAExample example
Posted: May 10, 2008 - 12:37 PM
|
|
Joined: May 10, 2008
Posts: 1
|
|
the index.jsp file need two javascript files named RemoteCarViewer.js and engine.js, but I can't find the two files from the source checked out from cvs respository of myeclipse example.
I dont' know whether the two files need to be writted by myself or should be provided by the myeclipse example cvs respository.
Ablow is the source code of index.jsp file including javascript part:
<script type="text/javascript" src="<%=request.getContextPath()%
>/dwr/interface/RemoteCarViewer.js">
</script>
<script type="text/javascript" src="<%=request.getContextPath()%>/dwr/engine.js">
</script> |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: About the DWRSpringJPAExample example
Posted: May 12, 2008 - 07:01 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
| Quote: |
the index.jsp file need two javascript files named RemoteCarViewer.js and engine.js, but I can't find the two files from the source checked out from cvs respository of myeclipse example.
I dont' know whether the two files need to be writted by myself or should be provided by the myeclipse example cvs respository.
|
This stuff is hosted dynamically from the server side (the DWR Servlet). You don't have to write it. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: About the DWRSpringJPAExample example
Posted: May 12, 2008 - 07:21 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
| FYI : There is a servlet mapping in the web.xml file for anything under the /dwr path incase your curious to know *how* it is hosted dynamically. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |