I'm new to grails. I'd like to give it a whirl by implementing a new feature or two into an existing J2EE application. The current J2EE app is a ... |
i have to devlop a web-app using grails + workflow + java what is best way to integrate them ? is there a tutorial ?
|
I've worked with JSF, Spring MVC and Struts and I think I got a good level on these frameworks. Recently I heard that many good developers I worked with are learning ... |
Has anyone implemented the Yahoo Fire Eagle API in a Java / Grails application? How did you do it?
I want to poll their REST web service with my Grails application. Yahoo ... |
I want to build a web application like a wiki and a forum. There will be much more readers than editors. My favourites to implement it are Grails and ... |
I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there any java ... |
I am currently in the process of improving my grails website performance and following many best practices I found on the internet, I currently need to make a decision between two ... |
|
I need to incorporate a pretty complex 3rd party web service into my Grails app. My plan was to use WSDL2Java to generate the stub classes from the wsdl, and ... |
I have a simple j2ee application using servlets and jsp.Now I want to develop new functionality using grails within the same application not a new application, can I add grails to ... |
I have a grails app and I need to trigger an cpu-intensive process. I'm thinking in creating a service that spawns multiple threads that do the same calculations but with random ... |
that will allow my users to edit word documents locally in Word and have them saved back to the server when finished.
The project will be Grails based and I'm looking at ... |
We have an MTOM-enabled web service that is published with Grails and the Metro 1.0.2 plugin:
@MTOM
@WebService(targetNamespace="http://com.domain")
class TestService {
@WebMethod
int uploadFile(@XmlMimeType("application/octet-stream")DataHandler data) {
...
|
I am using def liferay_portlet_private_session_attributes = false in grails portlet for liferay .
This i was using to share session values with other portlet .
session.getAttribute("orgid", PortletSession.APPLICATION_SCOPE)
I was getting this ... |
I followed this link
http://www.intelligrape.com/blog/2010/05/14/embedding-jbpm-4-3-in-a-grails-1-2-2-application/
to embed jbpm in my project.
The issue is timer is not triggered. I found that jobexecutor is not started.
Can anyone help me to make it work?
Iam ... |
I have a quartz job in grails, that needs to be executed in every 5s, but I need this sequentially. In some situations the execution of the job exceeds this 5s, ... |
I'm trying to get request params passed by PUT request, at Grails-based app.
I'm using following client code to make request:
$.ajax({
url: 'api/controllerName/anId',
type: 'PUT',
...
|
I am java / grails developer working on redesigning a software system.
One of the requirements is to have a sever-side application send data to various network printers to print text data.
I ... |
Possible Duplicate:
Server-side network printing in java / grails
I am Java/grails developer working on redesigning a software system.
One of the requirements is to have a ... |
I've been looking all over the internet trying to find an example of how to do this. I just want to consume an external REST server but i dont know how ... |
I'm using grails in weblogic and need to change a class file in a exploded deploy folder.
But this class is actually a gsp compiled file.
So, the question is: where GSP files ... |
I'm trying to run a Grails application in a Virgo Tomcat Server (OSGi) using a modified manifest. I'm currently experience the following exception:
MissingPropertyException: No such property: context for class: org.codehaus.groovy.grails.plugins.CoreGrailsPlugin
In ... |
Hi, I'd like to create a JSR-286 portlet for Liferay 6 using Grails 1.3.7. Does anyone know how to do it? Thanks! |
Hi All, I am looking out for a workflow engine to integrate with Grails. I checked out the activiti grails plugin by installing their sample application. It does not seem to ... |
Grails-SpringSecurity-LDAP Hi, I am able to configure grails-springsecurity-ldap in my application but I am not able to ge the role from ldap. I have created group, in that group e.g. I ... |
code completion and java docs for request/respone/session objects Hello, I was trying to get STS 2.5 to display java api docs for request, respone and session objects. STS shows available methods ... |
At our company we first used Rails for an eCommerce solution as well as for prototyping. Although working with Rails was great at first one problem remained: Essentially being a Java shop and relying on various libraries like Hibernate, Spring and Lucene we basically would always have had to write glue code in addition to the actual Ruby and Java code. ... |