Frederick N. Brier
- 活动总数 51
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 19
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...