Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 537 - 566 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
537
(Assuming this group is still active) Suppose you inherit a large code base of Java. What do you do to assist you and others in understanding it? Any special...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 2, 2007
7:49 pm
538
One thing I've heard to do is add unit tests. That way if you ever refactor you can know if it's working or if it's not after any changes. Some of the stuff...
Greg Ostravich
gostrav
Offline Send Email
Oct 2, 2007
7:58 pm
539
I've done editing/validation of files in Emacs and in XMLSpy, but it'd be nice if I could do the same with Eclipse w/o switching to another app. What plug-in...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 2, 2007
10:24 pm
540
If memory serves, the XMLSpy people produce an eclipse plugin that will use the XMLSpy engine to do your editing, while still in eclipse. I've also used the...
Michael Campbell
michael_s_ca...
Online Now Send Email
Oct 2, 2007
10:49 pm
541
... Sounds reasonable - you'll quickly know if something you did broke something, at which point you not only inherited it, you bought it. :) Any tools to...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 3, 2007
1:46 pm
542
Check out the Web Tools Platform (WTP) Eclipse Project. I believe the WST subproject includes a validating XML editor. http://www.eclipse.org/webtools/ WTP...
mallenbco
Offline Send Email
Oct 4, 2007
5:12 am
543
So, I found Ted's presentation last night on byte code very interesting. He had a lot of ground to cover there, so he really didn't have time for questions at...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 11, 2007
5:19 pm
544
The tough part is really annotations, enums and using new API calls. Other than that, using the jsr14 target back-door works really well. I've used this...
Brian Pontarelli
brokenwren
Offline Send Email
Oct 11, 2007
7:37 pm
545
Group, I'm working on a web-based application that uses a JavaScript tree for navigation. It uses drag and drop and live status updates. The current...
Joe Bothari
joebothari
Offline Send Email
Oct 16, 2007
4:07 pm
546
Check YUI out , their tree worked great for me....
s_verlet
Offline Send Email
Oct 16, 2007
5:24 pm
547
I think we've uncovered a bug in Java but it seems too big not to have been noticed before. The code below sets a calendar to be in the 1st 1am hour of the...
Todd Gray
tardy_god
Online Now Send Email
Oct 22, 2007
7:28 pm
548
Are any SIGs still active? -- Sean LeBlanc:seanleblanc@... http://sean-leblanc.blogspot.com/ There is one thing even more vital to science than...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 23, 2007
7:43 pm
549
If you have been using JBoss or Apache Tomcat, Check out WebSphere Community Edition <http://http://www.ibm.com/developerworks/websphere/zones/was/wasce.html\ ...
qinhuawang123
Offline Send Email
Nov 1, 2007
10:05 pm
550
I'd recommend downloading directly from Apache rather than IBM - or just use Tomcat + Spring. ;-) Matt ... -- http://raibledesigns.com...
Matt Raible
matt_raible
Offline Send Email
Nov 1, 2007
10:08 pm
551
Matt, Curious, why did you recommend that? I thought the community edition is more stable....
Helen Wang
qinhuawang123
Offline Send Email
Nov 2, 2007
12:04 am
552
Denver Java Users Group, I'd like to make the Denver Java Users Group community aware of a couple of JavaFX Script resources that are now available: 1) My...
Jim Weaver
jlweaver09
Offline Send Email
Nov 3, 2007
4:12 am
553
Sun bloggers (yep, I'm one of them too) started a campaign to ask Apple to at least give some information about what is happening with Java 6 on Leopard. We...
Frederic Jean
freddyjean23
Offline Send Email
Nov 5, 2007
6:32 pm
554
My company has a Web-based Java EE application for which we'd like a clean, MVC style separation between presentation and business logic. The framework should...
Owen Newnan
ONewnan@...
Send Email
Nov 7, 2007
12:09 am
555
Hire smart developers and they should be able to learn your chosen web framework in a couple of days. If they can't, it's probably your web framework's fault....
Matt Raible
matt_raible
Offline Send Email
Nov 7, 2007
12:15 am
556
We spent a week working with JSF but discarded it as too invasive to our current java objects. We were already using Spring framework sitting on Hibernate....
Todd Gray
tardy_god
Online Now Send Email
Nov 7, 2007
1:46 am
557
To that end, JSF makes my head hurt. I took a week long class (from Exadel) and used it at work for a few months and it never clicked for me personally. Too...
Demian
demian0311@...
Send Email
Nov 7, 2007
1:49 am
558
"Hire smart developers and they should be able to learn your chosen web framework in a couple of days" is nearly impossible with JSF unless they have done a...
thejavapoet
Offline Send Email
Nov 7, 2007
4:10 pm
559
One thing to keep in mind is that JSF is really designed for specific types of applications where other frameworks are lower level to provide a foundation for...
Brian Pontarelli
brokenwren
Offline Send Email
Nov 7, 2007
4:26 pm
560
I share Matt's thoughts on the talent pool concerns. As both a recruiter and developer, I can attest that employers too often emphasize technologies over...
Bob Fejes
bobfejes
Offline Send Email
Nov 7, 2007
5:12 pm
561
I have a unique opportunity to start a software development effort from scratch. I wanted to get some opinions on: - What development tools and frameworks...
olinjeffrey
Offline Send Email
Nov 21, 2007
4:56 am
562
This is amazingly open-ended and impossible to answer, sounds like fun. I'm in a similar situation, except my team size is 1 (me) so far. Linux for deployment...
Demian
demian0311@...
Send Email
Nov 21, 2007
5:40 am
563
Maybe not possible for you but erlang was designed for those sorts of goals....
Michael Campbell
michael_s_ca...
Online Now Send Email
Nov 21, 2007
12:31 pm
564
You might want to take a look at AppFuse or Vertigo-Java (soon to be renamed to JCatapult) for helping launch the project. AppFuse is more mature and stable,...
Brian Pontarelli
brokenwren
Offline Send Email
Nov 21, 2007
5:53 pm
565
demian gave some great insights.. i will throw a couple more in there.. 1) IDE - i am a big fan of IntelliJ; yeah it costs money, but is very advanced in its ...
thejavapoet
Offline Send Email
Nov 21, 2007
6:13 pm
566
I'd like to second that, even if you decide to not leverage AppFuse in your own project it has a lot of working code and config to see how to integrate stuff....
Demian
demian0311
Offline Send Email
Nov 21, 2007
6:51 pm
Messages 537 - 566 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help