• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Direct Web Remoting

 
Ranch Hand
Posts: 421
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I have to help out on a project that uses Direct Web Remoting -- that simplifies AJAX calls to Java Beans. It basically lets you create JavaScript representations of Java classes that pass commands directly to the Java class. So you can more or less use the Java classes in the JavaScript code. The classes have to be defined in the "dwr.xml" file in the "WEB-INF" directory of the web application. I need to know where I can go to get more information on this. I tried to look for a forum that dealt with beans, netbeans, java beans, or direct web remoting and could not find anything. -- Thanks, Michele
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Searching for "direct web remoting" yields many hits; are those not what you're looking for? If not, what else where you expecting? Or are you not asking about the open source project of that name?

I'll move the question to a more suitable forum, as it has nothing to do with the Cattle Drive.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
DWR
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic