Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-11 Thread tonylu880042
Hi, I would like suggest you to use the GroovyShell from Groovy project. I use this in my web action for providing some rule customization just like your case. The advantage of using GroovyShell() is you can put your Java data model into GroovyShell and execute your script(Mathematical formula

Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-11 Thread Charles Girardot
In my memories this was a free open source project. Maybe not free for commercial use. Strange. Charles On 11 Feb 2009, at 21:47, Yogesh Bhardwaj wrote: Thanks Charles! I would take a look at it. It'll take something to convince my company to buy this though :). Thanks, Yogesh From: Charl

Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-11 Thread Yogesh Bhardwaj
Thanks Charles! I would take a look at it. It'll take something to convince my company to buy this though :). Thanks, Yogesh From: Charles Girardot To: users@appfuse.dev.java.net Sent: Wednesday, February 11, 2009 2:15:07 PM Subject: Re: [appfuse-user] Mathem

Re: [appfuse-user] Linux / Tomcat issue

2009-02-11 Thread Ger-Jan te Dorsthorst
Nathan Anderson wrote: As I recall, you really only have 2 choices: disable the Java security, or build a java security policy for your app. I have never done the work of building a security policy, but my understanding is that you basically need to run the app, see what fails and add a poli

Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-11 Thread Charles Girardot
Hi Yogesh, You might want to check the JEP project at http://www.singularsys.com/jep/ . I haven t used it but I know projects using this for an *apparently* similar problem. Hope this helps Charles On 11 Feb 2009, at 16:50, Yogesh Bhardwaj wrote: Hello all, This question is not relate

Re: [appfuse-user] Linux / Tomcat issue

2009-02-11 Thread Nathan Anderson
Hi Waldo, Sorry I didn't jump in sooner, I've been too busy to keep up on mail list items lately. I first reported the issues with Ubuntu and created the OS issues page you mentioned earlier. As I recall, you really only have 2 choices: disable the Java security, or build a java security policy

[appfuse-user] "Page Not Found" when deployed on WebSphere 6

2009-02-11 Thread Arun@Nabble
Hi, I packaged the basic Spring MVC Application that is part of the appfuse with full source. Disabled the WebServices and used the JNDI for data source and deployed on the WebSphere through the admin console wizard and specified the context root during the process. The deployment went well. Whe

Re: [appfuse-user] Linux / Tomcat issue

2009-02-11 Thread Waldo Rochow
Matt, I've removed the ClickStream Listener, and now I am getting a failure to configure the RequestContextListener, StartupListener, and MenuContextListener all with a stack trace like the following: Any ideas? The "access denied" cause has me a bit puzzled. Thanks in advance, Waldo 11-Feb-200

[appfuse-user] multiple primary key

2009-02-11 Thread Nizar ELLOUZE
Hi, appfuse:gen-model does't work for a table which has more than one primary key could any one help me thanks

[appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-11 Thread Yogesh Bhardwaj
Hello all, This question is not related to AppFuse so please pardon me, but since there are so many developers from open source community here, just thought of getting some opinions. We have a business requirement in which the end users would create mathematical "formulae" through a UI. So in a s

Re: [appfuse-user] Run an appfuse app on cdrom?

2009-02-11 Thread gerjan
Quoting syg6 : Is this possible? I've been looking at SQLLite, Jetty, and projects like Google Gears and Adobe Air. I would like to take my appfuse app and stick it on a cdrom. Of course the user would no longer be able to enter new data, only browse existing data. Don't know about a cd, but I

Re: [appfuse-user] disable db generation and eclipse plugin suggestion for reverse engine.

2009-02-11 Thread gerjan
Quoting Flavio Froes : How do I disabel DB generation? I have model my DB first instead of modeling my java classes. how can I disable the db generation on mvn command line? Add the option -Dmaven.test.skip=true Ger-Jan -- "I went out to Charing Cross, to see Major-general Harrison hanged, d

[appfuse-user] disable db generation and eclipse plugin suggestion for reverse engine.

2009-02-11 Thread Flavio Froes
How do I disabel DB generation? I have model my DB first instead of modeling my java classes. how can I disable the db generation on mvn command line? I also would like to suggest this plug in for doing reverse engine of the db. It is quite useful. It generates the java classes with all the annota

Re: [appfuse-user] appfuse:full-source problem

2009-02-11 Thread Reza Farshi
I don't think so , it's not fantastic!!. They do more great things in AppFuses Maven Plugin , take a look at their source code , you believe them. :) On Wed, Feb 11, 2009 at 2:46 PM, Ice-Man wrote: >Hi, Reza, > > What a fantastic realizing!!! ;-)) > It would be so great/outstandi

Re: [appfuse-user] appfuse:full-source problem

2009-02-11 Thread Ice-Man
Hi, Reza, What a fantastic realizing!!! ;-)) It would be so great/outstanding if AppFuse's forks implement this feature!! :D Ice-Man 2009/2/11 Reza Farshi > Dear matt, > In appfue-maven-plugin in org.appfuse.mojo.installer.InstallSourceMojo > class in > >private List addModu

Re: [appfuse-user] appfuse:full-source problem

2009-02-11 Thread Reza Farshi
Dear matt, In appfue-maven-plugin in org.appfuse.mojo.installer.InstallSourceMojo class in private List addModuleDependencies(List dependencies, String moduleName, String moduleLocation) method this method try to get pom.xml of exsiting modules in current project : Get get = (Get)An