Frederick N. Brier
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Created Refactor/Rename of GWT module
Shouldn't the rename of a GWT module file, for instance "Greeting.gwt.xml" to "Common.gwt.xml" change the inherit statements in other gwt.xml files that referenced that Greeting.gwt.xml file? I wa... -
Created Multi-module Maven and JPA
My project is getting a NoClassDefFoundError when runing/debugging a GWT Configuration in IDEA. It deploys fine to Tomcat. This is a multi-module Maven project using Spring/Hibernate with one mod... -
Created GWT Development Mode - 404 Error
I am likely missing a configuration option or have a wrong value.I started with GWT 2.0 and the Google Eclipse plugin in Eclipse 3.5.1 and generated the base "greeting" project.Then I reorganized t... -
Created v9 support for UIBinder and other GWT 2.0 new features
Is the new IDEA v9.0 release aware of new GWT 2.0 features such as the UIBinder? For instance, will it sanity check between the XML and Java code?I have had mixed success getting earlier versions ... -
Created Starting second project freezes first project
Startup is slow, but when you already have a project open and start a second, the first becomes unresponsive until the new project is fully loaded. Shouldn't the loading process be on a different ... -
Created Extending velocity support in File Templates
If the name of a file or class is Automobile, it might have a property or string "automobile" lower case "a". Is there a function that can be invoked in the Velocity template to lowercase the $NAM... -
Created GWT and Spring
I am trying to use GWT and Spring and it does not appear that Spring is creating its beans and executing its lifecycle. Does a GWT Configuration within the Run/Debug Configurations execute a web c... -
Created plugin.dtd and fileEditorProvider element
I was looking at the HtmlBrowser plugin and in its plugin.xml there is this fragment of XML which does not validate against the plugin.dtd. I looked at the DTD and the element is not a valid elem... -
Created Internal IDE error - Deprecated method
Just posting as requested by sliding popup in quick start menu:Deprecated method usage: ProjectImpl.getWorkspaceFile().This method will cease to exist in IDEA 7.0 final release.Please contact plugi... -
Created DataKey - howto ?
I was looking at writing an IntelliJ plugin. Downloaded the devkit, watched the flash tutorial, keyed it into 7.0M2, and it showed DataConstants as deprecated.Editor editor = (Editor)event.getData...