Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWTEENoSmartClient missing

    Hello,

    We are an Enterprise user following SmartGWTEE nightly and GWT 2.3

    We are trying to create some shared modules and each module duplicates the sc directory and all the files. SmartGWT include a NoSmartClient option.

    Can this be added to the Pro/EE version?

    Also, in general, how long does it take to release the formal EE release after the SmartGWT release?

    Thanks,
    Eric

    #2
    Already there: use the *NoScript modules.

    Releases of LGPL and EE are simultaneous.

    Comment


      #3
      Hi,

      According to this post NoScript has a different purpose.

      http://forums.smartclient.com/showthread.php?t=3006

      When we were working with plain SmartGWT and the SmartClient RPC extensions we were able to avoid having the module/sc files generated when we compiled the extensions using GWT.

      We used this below but in SmartGWT EE there doesn't seem to be a mechanism to avoid the SC getting generated when using multiple modules.

      Code:
      <inherits name="com.smartgwt.SmartGwtNoSmartClient" />
      We also tried adding this to our module file in addition to the SmartGWTEE inherit but no luck.

      Thanks for your reply,
      Eric

      Comment


        #4
        Using SmartGwtEENoScript, files will be copied to the war, but by adding your own <script src=> tags to your host .html file, you'll be able to share resources with the other module(s), which is the most important thing (same URLs, hence single download).

        Comment

        Working...
        X