Has anyone in our JUG community had any experience with the apache project "Open for Business" http://ofbiz.apache.org/? From the web site - *Apache OFBiz is a...
The only experience I've had with it is with doing some plugins with Atlassian Jira which uses ofbiz as its backend. From what I remember the system is...
Hi Is anyone aware of how well Jira and Bugzilla can be integrated, e.g. is it possible to use Jira as the front end to a database that is shared with...
Hmmm, not sure about shared, but you can certainly import bugzilla into it. The JIRA webservices API could also be used to automatically create any new ...
So I got the OK from work to go, but I've not heard anything back from CITCON about my registration, no activity on the mailing list, no response to off-list...
Hmmm - bug tracking tools could actually make for an interesting JavaCom topic - the pros/cons and of various tools - and what neat tricks/integrations can be...
The Mylyn (was Mylar) Eclipse plugin is interesting in this respect. It can use Jira, Bugzilla or Trac as a task repository, provides switchable contexts...
Nigel Charman
Nigel.Charman@...
Jul 3, 2007 11:46 am
2515
Noted :-) J ... -- James Beamish-White Managing Director TEIQ Limited the web - but smarter m: 021 434 201 w: http://www.teiq.com ... This email and any files...
In case anyone on this list is interested (or knows someone who might be), details of the next free training course being run by Sang Sing.... The 3rd session...
Hi all, There's a JEE Architect course coming up, run by Eagle Education, that people might be interested in, running in Auckland 14th - 17th August. Details...
Hi all, I am pleased to announce that our next Wellington Java User Group meeting will be held on: Wednesday July 18 5pm for 5:15- 6:30pm The venue is to be: ...
Hi all, A reminder that the Wellington Java User Group meeting will be held today: Wednesday July 18 5pm for 5:15- 6:30pm The venue is to be: Ministry of...
Subject: Round table on Frameworks Description: Bring yourselves and discuss your pet frameworks and pet hates. Date: Monday, July 30, 2007 Time: 6pm ...
I've been having a look at Google Guice lately and have formed the opinion that it doesn't so much attempt to be an alternative to Spring - as that it comes to...
I've not overly looked at Guice other than the video you mentioned and following several blog posts about it. I quite like the fluid API they're using for...
Thx Mark, ... [snip] ... This is kind-of what I was reacting too - Guice feels, to me, more code-up that design-down (with Spring I feel "design" more). It's...
... I hate Spring - it is XML gone mad. If you want to design more, use a modeling tool (IMHO) and that will work perfectly well with Guice. Guice has gone the...
... To some extent I agree. I don't (didn't) hate Spring ... but definitely saw cases of XML soup! And with less tool support than for Java I sometimes...
From a quick look Guice looks like an elegant approach to dependency injection. And it doesn't fall into the xml trap. I'd like to try it. Cheers, Rick ... ...
Hi Richard, ... I agree about the XML (though I'm not so passionate about it) - I meant, re Spring, I *need* to design more (rather than I *want* to) and the...
To me, Guice looks like a great way to generate obfuscated code which can only be understood when you know your starting point (since that defines the...
Hi Dennis, It will be interesting to see whether the distributed annotations lead to confusion. It's not clear to me what degree of early runtime checking that...
Hi Dennis, Thanks - that made me stop & think ... I'm no expert - hence the query - but I think Guice's "modules" puts the wiring on one place (works so far)....
... Never a bad thing. ;-) ... From a quick look at Guice I thought that you use annotations to set defaults, which apply unless overridden by the module. I...
Hi Rick, I'm not actually a Spring user, but my impression of Spring was that many organizations use it both for testing purposes and for controlling ...
Thanks again Dennis, ... and thanks also everyone who responded - I spent the weekend reading and playing - and I'm left a similar conclusion to Fri: apart...
This is with reading through some of the above links and not making it through the video yet (how many of you have 1h18m spare?). So this is a very uninformed...
Hi, I am also a big fan of both Spring and IntelliJ IDEA. However, this post reminds me of something Rod Johnson often says about the problems with EJB and...