Announcement

Collapse
No announcement yet.
This is a sticky topic.
X
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    Hi Mkurul,

    That class is in isomorphic_core_rpc.jar and I see from your screenshot that you have it in WEB-INF/lib, which is correct. Check the actual deployment directory of whatever application server you are using, Eclipse may have failed to copy the file, so try re-deploying.

    If that doesn't help, you can also disable that particular servlet for now by just removing it from web.xml, to see if you get a clearer error.

    Leave a comment:


  • mkurul
    replied
    RoadMap

    Please help!!
    i was using smartgwt client only, but i see that smartgwtee published. I downloaded it, but i understand that all samples developed with maven2 which i dont familiar with it, i downloaded maven2 for gwt and plug it into eclipce, i could manage create smartgwt maven project and i could run project as maven application.

    I saw that there was a skeleton project for smartgwtee, But when i want to integrate smartgwt with smartgwtee i had error such that:

    Code:
    [WARN] StandardContext[]Exception starting filter CompressionFilter
    java.lang.ClassNotFoundException: com.isomorphic.servlet.CompressionFilter
    My eclipce screenshots are below, if someone could help me i would be very happy.
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    @Halabe If you meant Visual Builder rather than the Developer Console, see the section in the blog anouncement about "SmartGWT EE Future Features".

    @lanroth That's enabled in server.properties, which should be in your classpath. Note that the "skeleton" project doesn't have this enabled because it allows applications to write to the filesystem, so it's only appropriate to use in a development environment. However, future versions of Visual Builder are being designed to be self-contained so that system-wide settings do not have to be changed to allow the tool to be used.

    The actual setting to use in server.properties is "FilesystemDataSource.enabled: true"
    Last edited by Isomorphic; 2 Apr 2009, 13:30.

    Leave a comment:


  • lanroth
    replied
    Error: FilesystemDataSource.enabled in config to turn it on

    Hi,

    I'm trying to use the SmartClient Visual builder. I've deployed it on JBoss 4.2 and it looks very promising. I'd like to import an example into it but am getting the following error in the app server log:

    12:08:43,776 INFO [STDOUT] === 2009-04-02 12:08:43,776 [80-5] ERROR IDACall - Top-level servlet error:
    java.lang.Error: Attempt to instantiate FilesystemDataSource denied. Set FilesystemDataSource.enabled in config to turn it on
    at com.isomorphic.datasource.FilesystemDataSource.<clinit>(FilesystemDataSource.java:51)

    How do I 'Set FilesystemDataSource.enabled in config'?

    Many thanks
    Lanroth.

    Leave a comment:


  • Halabe
    replied
    Hi,

    I downloaded the SmartGWT EE.

    In the developer console, I am getting the code as JavaScript or XML and not java.

    Is there any way to get the java code?

    Thank you.

    Leave a comment:


  • vkolotov
    replied
    Good news!

    But I want to know, how long you will support in the future bundle of server side components for java 1.4 and servlets 2.3?
    Last edited by vkolotov; 26 Mar 2009, 05:06.

    Leave a comment:


  • taxaw
    replied
    smartgwt.dev thanks for the answer

    Thanks for the quick answer about visual builder.
    I'm going to test it now.
    Thanks a lot.

    Leave a comment:


  • mike.art1
    replied
    Impressed. The features are really compelling and I can see it reducing our dev time by quite a bit.

    Leave a comment:


  • smartgwt.dev
    replied
    The distribution of SmartGWT EE has a showcase.war file. Just deploy this locally to run the SmartGWT EE showcase. Tomcat users can simply drop this in the "wepapps" directory.

    You can then access the showcase by going to http://localhost:8080/showcase/ Clicking on the Visual Builder link in the side nav will launch the Visual Builder.

    Leave a comment:


  • taxaw
    replied
    Nice job

    Thanks for all the work done.
    How can we test the visual builder part of SmartGWT EE ?

    Leave a comment:


  • taxaw
    replied
    what about visual builder downloadable demo ?

    what about visual builder downloadable demo ?

    Leave a comment:


  • senordhuff
    replied
    Hi there, just read the blog post on this. We'd love to simplify things since we are using Hibernate and have a full universe of DTOs we maintain as well to translate between our Hibernate objects and Smartclient. Is this hibernate simplification available to anyone using SmartClient 7.0 or just for SmartGWT? Also, it seems like SmartGWT is getting a lot of attention these days. Is there any standard migration path for people wanting to switch from plain SmartClient to SmartGWT?

    Leave a comment:


  • Isomorphic
    started a topic SmartGWT Enterprise Edition available now!

    SmartGWT Enterprise Edition available now!

    SmartGWT Enterprise Edition (SmartGWT EE for short) is a commercially licensed version of SmartGWT that includes Java Server side functionality, additional tools, and a classic commercial license in lieu of the LGPL.

    SmartGWT EE provides the ability to bind a grid or form component to a SQL table or Hibernate/JPA entity by just providing the tableName (SQL) or Java className (Hibernate/JPA). A complete UI for search, sorting and editing data is provided, and you can then customize the UI and add business logic without destroying the automatic functionality.

    SmartGWT EE can also be connected to custom Java server code, typically by just specifying what method to call for each CRUD operation.

    In both scenarios SmartGWT provides a long list of features needed for any enterprise application, including HTML5 charts, including automatic generation of UI from Java beans, various kinds of exports (CSV, true Excel, PDF), automatic handling of batch saves (for transactions), and many more features explained here.
    Resources:
    Last edited by Isomorphic; 29 May 2012, 15:25.
Working...
X