-
8 Jul 2010 9:57 AM #1
Ext.Direct Spring 1.0.0
Ext.Direct Spring 1.0.0
Ext.Direct Spring 1.0.0
Another library for all the Spring 3 / Java users out there. Ext.Direct Spring implements all the features from Ext.Direct and it provides support for DirectStore create,read,update and destroy methods.
Version 1.0.0 is available in the Central Maven Repository.
Have a look at the project web site http://code.google.com/p/extdirectspring/ and send me your feedback and bug reports
If you would like to join the project just send me a message and I will add you as a project member. Everybody is welcome to join the project.
Huge credit goes to MoShAn480 and his SpringExtJs http://code.google.com/p/springextjs/ library. It provided me with a good base to implement this libary on.
Feedback is very appreciated
Ralph
-
30 Aug 2010 1:22 PM #2
-
12 Nov 2010 6:08 PM #3
Thanks for the contribution; I've added this to the master list.
Aaron Conran
@aconran
Sencha Architect Development Team
-
22 Jan 2011 5:22 PM #4
thanks ralscha,can this project compile with jdk1.5?
-
23 Jan 2011 11:49 PM #5
-
18 Feb 2011 6:12 AM #6
Could you also provide the examples source code?
Could you also provide the examples source code?
You have running example at: http://extdirectspring.ralscha.ch/demo/
Could you please also provide the code example?
-
18 Feb 2011 6:40 AM #7
See the project web site: http://code.google.com/p/extdirectspring/
Examples are in subversion: http://code.google.com/p/extdirectsp...ectspring-demo
-
14 May 2011 2:16 AM #8
Update
The latest version 1.0.8 has support for ExtJs4 (named arguments, new pageing and sorting parameters)
There are a couple of ExtJs4 examples: http://extdirectspring.ralscha.ch/demo/
Same demos on Cloudfoundry: http://extdirectspring-demo.cloudfoundry.com/
And there is now a forum
https://groups.google.com/forum/#!forum/extdirectspring
Please post your questions and comments around Ext.Direct Spring there.
And as always everybody is welcome to the project and if you would like to join simply send me a message.
Ralph
-
27 Sep 2011 12:53 AM #9
e4ds-template problem
e4ds-template problem
Hi, ralscha! Thanks for great library and tuts. Your Ext.Direct Spring example (e4ds-template) works great via
But when I try to launch it in tomcat 7 via NetBeans, or launch StartTomcat.java file I always get such a nasty error:Code:mvn jetty:run
My OS is win 2008 R2, NetBeans 7, Apache Tomcat 7.0.21Code:cd D:\Java\ExtJsSpring; JAVA_HOME=D:\\Java\\JDK D:\\Java\\NetBeans\\java\\maven\\bin\\mvn.bat -Dexec.classpathScope=runtime "-Dexec.args=-classpath %classpath StartTomcat" -Dexec.executable=java process-classes org.codehaus.mojo:exec-maven-plugin:1.2:exec Scanning for projects... ------------------------------------------------------------------------ Building e4ds-template 1.0.0 ------------------------------------------------------------------------ [apt:process] [resources:resources] [debug] execute contextualize Using 'UTF-8' encoding to copy filtered resources. Copying 2 resources Copying 7 resources Copying 1 resource [compiler:compile] Nothing to compile - all classes are up to date [exec:exec] java.lang.NoClassDefFoundError: javax/servlet/ServletException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2442) at java.lang.Class.getMethod0(Class.java:2685) at java.lang.Class.getMethod(Class.java:1620) at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:484) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:476) Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletException at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 6 more Exception in thread "main" [INFO] ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Total time: 3.962s Finished at: Tue Sep 27 16:34:33 PDT 2011 Final Memory: 14M/35M ------------------------------------------------------------------------ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (default-cli) on project e4ds-template: Command execution failed. Process exited with an error: 1(Exit value: 1) -> [Help 1] To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. For more information about the errors and possible solutions, please read the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
-
27 Sep 2011 1:02 AM #10
The problem is that the tomcat libraries are in the provided scope and runtime does not include provided scope.
You only have to change exec.classpathScope=runtime to exec.classpathScope=compile
Ralph
Similar Threads
-
Ext + Java + Spring + DWR
By sfwalter in forum Community DiscussionReplies: 59Last Post: 13 Dec 2010, 3:31 AM -
Ext JS 3.1 And Spring Webflow 2.0.8 Integration
By erosszz in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 2 Feb 2010, 11:33 PM -
Ext.Direct width Spring??
By jonathanlarav in forum Ext.DirectReplies: 0Last Post: 1 Jun 2009, 5:10 PM -
Ext GWT and Spring MVC
By Ivan Polak in forum Community DiscussionReplies: 4Last Post: 12 May 2009, 10:55 PM -
Spring with EXT
By sshah in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 11 May 2008, 12:53 PM


Reply With Quote