Forgot your password?

typodupeerror

Comment: Re:redmine (Score 1) 428

by Deth_Master (#30486894) Attached to: What Does Everyone Use For Task/Project Tracking?
Could sub every "trac" in that post with "redmine" and it'd be the same thing.

I like the feel of redmine more than trac, but that's just about the only difference.

I do wish redmine had a more robust bug tracker. Some of the features that bugzilla has would be nice specifically this one (Yes I'm shamelessly pushing my bug on slashdot in the hopes that someone with more time than I have will get 'er done :D

Comment: Re:Teaching SOA using a single language? (Score 2, Insightful) 110

by Deth_Master (#30313620) Attached to: Service Oriented Architecture With Java
Well, the book is called "Service Oriented Architecutres with Java."
If you're concerned about interoperability, then you will obviously test with other languages. But if you're building multiple services in your company/business for your use, and you're all using Java, then I don't see any reason to use another language. Although, I'd prefer to use OSGi as then you avoid the whole XML thingy.

Comment: Re:Need a way to encrypt Limewire now (Score 3, Informative) 218

http://torrentfreak.com/how-to-encrypt-bittorrent-traffic/
Just turn on encryption in your favorite torrent client, and only allow encrypted connections. In combination with the Distributed Hash Table, Magnet Links, and Peer Exchange, an entirely decentralized file sharing system will work

Comment: Re:Netbeans just isn't there (Score 3, Insightful) 151

by Deth_Master (#30038558) Attached to: Oracle Outlines Plans for Sun Products, Casts Doubt on NetBeans
I think that might be part of the reason I don't like Eclipse. I don't get the functionality I want without customizing the crap out of it. That might be useful for some, but not for me. I like power, but I also like convention, so long as it follows the convention I use.

Comment: Re:Netbeans just isn't there (Score 4, Insightful) 151

by Deth_Master (#30038382) Attached to: Oracle Outlines Plans for Sun Products, Casts Doubt on NetBeans
Hmm, as a java development platform (and as a C/C++ development IDE) it is unrivaled by Eclipse. Things seem to work so much smoother in netbeans. You don't have to configure the shit out of it to use it. Most stuff follows the convention over configuration principle. At least that's the way it seems to me
Every time I use eclipse I'm surprised at the exceptional amount of options there are to do something simple. I rarely use them. Most of the options could be done with a couple bits of typing anyway.
As for the RCP stuff, I don't particularly care about that. I think eclipse has the upper hand in that stuff, as that's what it was designed to be in the first place, unlike Netbeans, which was designed to be a Java IDE.

If at first you don't succeed, you're doing about average. -- Leonard Levinson

Working...