Bill James

2,709
reputation
218 views

Registered User

name Bill James
member for 1 year
seen 6 hours ago
website
location San Diego, CA
age 40
I'm a 20-year programming veteran:
  • started with C/C++ on Star Wars SDI sim
  • Video game programming on Genesis, PS1, and PC
  • Now I'm a web-app developer in Java/Groovy
I enjoy math puzzles, programming, and the like. http://www.discreteideas.com - my math blog http://www.linkedin.com/in/billjames
Nov
29
awarded  Guru
Nov
25
comment How do you manage developing with multiple versions of Grails using Windows?
Can you cite a source? I've heard they were working on allowing it, but that configuring GROOVY version had to come first.
Nov
24
answered How do you manage developing with multiple versions of Grails using Windows?
Nov
21
revised Adding a class to html element conditionally with grails tags
changed the CSS class names to match the question better.; added 1 characters in body
Nov
20
accepted Adding a class to html element conditionally with grails tags
Nov
20
answered Adding a class to html element conditionally with grails tags
Nov
17
awarded  Good Answer
Nov
15
answered list.gsp FileNotFoundException when following Grails scaffolding tutorial with app-engine plugin
Nov
15
comment list.gsp FileNotFoundException when following Grails scaffolding tutorial with app-engine plugin
The URL you're trying to hit looks wrong... where is the project name in the URL? It should be localhost:8080/project/card shouldn't it? Not that the bad URL should cause the error you're seeing, though, and the error message seems to show that you've actually got an XXX in the URL.
Nov
5
comment What’s a good Java API for creating Word documents?
@Kiran Sorry, no, I didn't end up using that method, as I was able to convince my customer that a dynamic, up-to-date web page was better than downloading and distributing a static msword object.
Nov
4
revised What’s a good Java API for creating Word documents?
added 157 characters in body; edited tags
Nov
4
comment What’s a good Java API for creating Word documents?
So far, this is the most compatible with the toolset I asked for. I'm going to mark it "accepted". Though I fully recognize that POI is more mainstream, it just doesn't have the functionality I want yet.
Oct
2
awarded  Good Answer
Sep
30
answered One-To-One mapping in Grails
Sep
21
comment eager-loading queries with GORM/Hibernate
I've noticed this myself, but that was back when I was using Grails 1.0.4, can you specify the version of Grails you're using?
Sep
20
comment Grails: Supplying Data to a Global UI Element
Well, it's not the strictest MVC, but it's not like you're putting the SQL in there. You'll find the sample Grails stuff does this all the time.
Sep
20
revised Grails: Supplying Data to a Global UI Element
deleted 147 characters in body
Sep
19
answered Grails: Supplying Data to a Global UI Element
Sep
17
comment Dash vs. Underscore
and this is your solution? Fine, what about "about_our_customers" or any of a myriad set of "abouts" I could come up with that might be relevant. Ignoring a problem != solution.
Sep
17
awarded  Yearling
Sep
11
comment jQuery selector performance
How can it "quickly decide to ignore ..." without going through the whole DOM children of someTableRow? Both of them check the same full set of children elements, one looks for td's with someColumnClass, then parses that list for spans with editMode, then parses that list for input. The other looks for all three criteria in the same search of the initial list.
Sep
2
awarded  Enlightened
Sep
2
awarded  Nice Answer
Aug
3
comment How do you modify a Domain Class in Grails?
Also, removing a property NEVER deletes the column in Grails. I'm sure this is for safety and because they didn't want to have to "figure out" if they could delete a reference column.
Jul
28
comment grails xfire can’t seem to send large blobs
Given that it's very easy to create your own version of the XFire service you're sending to, you should try it against your own service first. From the above, we can't tell what the proper syntax is for the saveConfig() method on the service. More info would be helpful.
Jul
15
answered parameterized Grails validation messages
Jul
13
awarded  
Jul
5
answered Grails: retrieve bean from flow scope
Jul
3
accepted Grails Ignoring @Id Annotation