All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.directwebremoting.package-info Maven / Gradle / Ivy

Go to download

DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boiler plate code between the web browser and your Java code.

There is a newer version: 3.0.2-RELEASE
Show newest version

/**
This package contains all the classes that are interesting to DWR users going
about normal DWR business.

It is entirely possible to use DWR without using any of these classes, however as soon as you want to use advanced features like Reverse Ajax, you will need to use {@link ScriptSession}s, and you get access so this and other key classes using {@link WebContext}/{@link WebContextFactory} or {@link ServerContext}/{@link ServerContextFactory}.

There are other packages that may be of use to average users:

  • The JavaScript proxy classes are stored in org.directwebremoting.proxy.*
  • The {@link FluentConfigurator} has it's own package, and
  • The {@link FileTransfer} is in org.directwebremoting.io
@author Joe Walker [joe at getahead dot ltd dot uk] */ package org.directwebremoting; import org.directwebremoting.fluent.FluentConfigurator; import org.directwebremoting.io.FileTransfer;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy