Hi,
I am a licensed Smart GWT pro customer. I have successfully made SmartGWT integrate nicely[1] with our build system, using the following maven dependency:
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt</artifactId>
<version>2.2</version>
</dependency>
But when I would like to test the visual builder, I had no success with my initial attempts at guessing the correct config (allthough I can make it work with a local evaluation version of the EE edition downloaded).
Can you (or some other customers) help me?
Thanks for what seems to be a great product.
Sondre
[1] - I found no way of getting the javadoc into my favorite IDE, IntelliJ 9, without hardcoding a path (or URL) into the local project - but I can live with that small hack.
I am a licensed Smart GWT pro customer. I have successfully made SmartGWT integrate nicely[1] with our build system, using the following maven dependency:
<dependency>
<groupId>com.smartgwt</groupId>
<artifactId>smartgwt</artifactId>
<version>2.2</version>
</dependency>
But when I would like to test the visual builder, I had no success with my initial attempts at guessing the correct config (allthough I can make it work with a local evaluation version of the EE edition downloaded).
Can you (or some other customers) help me?
Thanks for what seems to be a great product.
Sondre
[1] - I found no way of getting the javadoc into my favorite IDE, IntelliJ 9, without hardcoding a path (or URL) into the local project - but I can live with that small hack.
Comment