I see. Thank you for sharing this experience. One more question: what is the intended usage of DataSource.getBeanClassName() ?
Announcement
Collapse
No announcement yet.
This is a sticky topic.
X
X
-
Download Smart GWT EE after purchase
Hi,
after the purchase of SmartGWT license PRO, i can't understand how to download the package of SmartGWT EE.
I need to use only SmartGWT EE Pro license but, after regular payment, on your site there's only instructions to download SmartClient Pro (and not for SmartGWT).
Please give me a feedback ASAP, because next week i will to show a software demo and actually it appears a message related the end of trial period (60 days).
Thank you and excuse me for my bad english
Mariella
Comment
-
SmartGWT EE 2.1 has been released
New server features:- New built-in server-side validators
"isUnique" makes it trivial to enforce common cases like having a unique user name.
http://www.smartclient.com/smartgwte....html#ISUNIQUE
"hasRelatedRecords" can enforce that inter-record references are valid
http://www.smartclient.com/smartgwte...SRELATEDRECORD
- Declarative custom server validation
Concise Velocity expressions can make a complex validation rule that involves consulting
related tables and comparing values into a trivial one-liner.
http://www.smartclient.com/smartgwte...a.lang.String)
With DMI validators, you can declare the Java class or Spring bean to invoke to perform validation.
http://www.smartclient.com/smartgwte...l#serverObject
- Declarative security
Declaratively restrict access to certain DataSources or certain operations, on a per-role
basis. Simply works automatically if you are using either JAAS or J2EE security, and
provides simple integration points for other systems.
http://www.smartclient.com/smartgwte...Authentication
http://www.smartclient.com/smartgwte...l#requiresRole
- Bulletproof setup guide with troubleshooting section
For those who had trouble copying settings from sample projects, a step-by-step guide
explains all the necessary settings and provides troubleshooting steps for common errors.
http://www.smartclient.com/smartgwte...wtEESetup.html
New client-side features
An overview of several major new client-side features, which are also available in SmartGWT LGPL, has been posted here:
http://www.jroller.com/sjivan/entry/...t_2_1_released
.. some key ones which were not mentioned:- validateOnChange / validateOnExit
Finer-grained control for when validation is run, including dynamic trips to the server to
run server-side validators if needed.
http://www.smartclient.com/smartgwte...lidateOnExit()
- FilterBuilder.fieldDataSource
For large sets of filterable fields, a ComboBox interface for selecting fieldName
http://www.smartclient.com/smartgwt/...rid_big_filter
- new dialog for configuring multi-level sort
http://www.smartclient.com/smartgwt/...ultilevel_sort
The new evaluation is available here:
http://smartclient.com/releases/smar...tgwtee-2.1.zip
License holders will be receiving emails with links to download licensed versions shortly.
Comment
- New built-in server-side validators
-
Hi Isomorphic -
I just purchased a Pro license. It looks like all I could download was the SmartClient Pro . Are there instructions somewhere ? To cont. to use the evaluation, do I need to purchase an enterprise license, or do I need to take jars from the SmartClient (runtime ?) and drop them into the web lib of the eval version ??
Any help appreciated.
Thanks,
Chuck.
Comment
-
Originally posted by lanrothHi,
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.
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.
Reply With Quote
____________________
Công ty du hoc Tân Đại Dương là trung tâm tu van du hoc hàng đầu Vietnam .Chúng tôi cung cấp các dịch vụ du hoc singapore,thông tin hoc bong du hoc ,……và Hoc bong du hoc .Hay den voi trung tam tu van du hoc TDD
Bonus “cửa chống cháy ,tu van du hoc voi lai hoc bong du hocLast edited by mrphantuan; 1 Jan 2011, 00:45.
Comment
-
This is a setting that you would change in server.properties. However to fully evaluate Visual Builder, including load and save, DataSource Wizards use the instructions here instead. The instance in the Showcase is limited since the Showcase gets publicly deployed.
Be sure to also read this FAQ explaining the intended use of Visual Builder - it's unlikely you'll want to start by importing a sample.
Comment
Comment