Tagged Questions

0
votes
4answers
80 views

Which framework to choose?

Hello there, I was thinking which framework would be a good choice to go into. I'm focusing on java apps and tested spring, grails and seam so far. I've also looked aboard java an …
0
votes
2answers
24 views

Found shared references to a collection org.hibernate.HibernateException

Hi, I got this error message : error: Found shared references to a collection: Person.relatedPersons when I tried to save addToRelatedPersons(anotherPerson) : person.addToRelate …
0
votes
3answers
18 views

Grails Webflow - keeping things *out* of flow scope

I'm missing something.... I have a Grails webflow that looks like this:- def childFlow = { start { action { def targets = [] T …
3
votes
2answers
80 views

Comparing ASP.NET MVC and Grails for a new project.

Greetings, everyone. I consider myself to be an intermediate developer, but, to be candid, probably closer to novice than expert. In any case, I have more experience with C# and t …
0
votes
2answers
33 views

how to delete index on mysql table ?

Hi, I have a table generated by GORM (Grails Domain). It has foreign key / index that generated random characters like FKAC7AAF67162A158F. I need to remove that field that not nee …
0
votes
2answers
74 views

How to maintain state in a web app - as HTTP is stateless

I am new in building web apps and just begun learning and setting up Grails. I am planning to build an app which has a flow of 4 to 5 pages. Since HTTP is a stateless protocol, how …
0
votes
0answers
16 views

How to mock abstract class with static members in Grails?

I need to mock a GrailsControllerClass interface. Instance should have a static variable defined. The problem is that MockFor and StubFor don’t give you an option for adding static …
1
vote
1answer
46 views

Configuring Grails to mail all exceptions generated in the production environment

Question: How do I configure Grails to send an e-mail with all log4j error messages (including exceptions) generated in the production environment? Worth noting: This questio …
0
votes
2answers
29 views

Ajax call to parent window after form submission

Hi all, Pardon the complicated title. Here's my situation: I'm working on a Grails app, and using jQuery for some of the more complex UI stuff. The way the system is set up, I …
0
votes
1answer
28 views

Run code in Hibernate Filters

I have a fairly sophisticated security mechanism that I implemented using Apache Shiro (formerly JSecurity). In order to know the exact visibility rules for an object, I need to r …
9
votes
9answers
327 views

Eat, Sleep and Breathe Unit Testing/TDD/BDD

I do write unit tests while writing APIs and core functionalities. But I want to be the cool fanboy who eats, sleeps and breathes TDD and BDD. What's the best way to get started wi …
0
votes
0answers
28 views

REST authentication internal project (iPhone to grails app) using 2 legged oauth?

Hi, I'm creating an iPhone project, and will be communicating with a server via REST. I will be sending push notifications, initiated from another service. I would like to authen …
0
votes
0answers
17 views

grails gorm with multiple data sources

I am working on an application using grails to bridge the gap - supporting legacy POJO code, adding things like better session management. the current implementation relies on 3 d …
0
votes
2answers
36 views

Writing binary content directly to the client bypassing the Grails view layer

The following action is meant to write the binary content of bytes directly to the client completely bypassing the Grails view layer: def actionName = { byte[] bytes = ... S …
0
votes
1answer
17 views

Grails: Dependency injection in regular groovy class

Let's say that I've got a BarService under grails-app/services and regular Groovy class 'Foo' like this under src/groovy. class Foo { def barService } Are there any way to tur …

1 2 3 4 5 39 next
15 30 50 per page