Trond Andersen

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Trond Andersen created a post, Support for multiple gwt.xml configurations files for different environments
One common way to improve the speed of the compiler, is to use a specific user.agent during development and only have one locale. According to this question is one way to achieve this to have multi... -
Trond Andersen created a post, Using rename-to with RPC services
I'm using the rename-to attribute in the GWT module configuration. When defining the service in the web.xml file I've written the following:<code><servlet> <servlet-name>MyService</servlet-name>... -
Trond Andersen created a post, GWT 1.6 issue with Maia
I've moved an application from GWT 1.5 with Idea 8.1.3 to GWT 1.6 with Maia EAP and I've experienced a problem when running the application.When I start up the application with the following URL:ht... -
Trond Andersen created a post, GWT and HTML id tags
IntelliJ complains about "Unresolved references to html tags" on the generated sample after running GWT's webAppCreator with GWT 1.6.4. When I open the EntryPoint class, it complains about the Root... -
Trond Andersen created a post, Not able to write after doing ALT + "arrow right or left"
I'm using IDEA 5.0.2 and each time I change between files using ALT and right or left arrow, I'm able to see the changes in the file that I'm doing. If I make an ALT-tab to a different application ... -
-
Trond Andersen created a post, Cannot resolve symbol method getClass()
I get an error when I try to rebuild my entire project. One of the errors I get is that it cannot resolve getClass() which is rather strange since the last time I checked it was part of java.lang.O... -
Trond Andersen created a post, Beehive/Java Controls
I've been reading up on the Beehive project from Apache/BEA. http://dev2dev.bea.com/technologies/beehive/index.jspThe Java Control Architecture focus on JSR-175 annotations making it easy to access... -
Trond Andersen created a post, IntelliJ shows class file instead of the source
I have a project with two modules. One plain Java module containing java source catalog (in project view the icon for source folder is shown) and the other is a Web module. When I goto declaration ... -