aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-gwt-dev-plugin/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for i386Martin Wilke2010-01-271-20/+0
| | | | | | | | PR: 143299 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=248718
* The GWT developer plugin spans the gap between Java bytecode in theMartin Wilke2010-01-271-0/+21
debugger and the browser's JavaScript. There's no compiling of code to JavaScript to view it in the browser. You can use the same edit-refresh-view cycle you're used to with JavaScript, while at the same time inspect variables, set breakpoints, and utilize all the other debugger tools available to you with Java. And because GWT's development mode is now in the browser itself, you can use tools like Firebug and Inspector as you code in Java. PR: ports/143042 Submitted by: Jonathan Chen <jonc at chen.org.nz> Notes: svn path=/head/; revision=248680