Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

A First Look At Red Hat Developer Studio

Posted by kdawson on Thu Aug 16, 2007 01:06 PM
from the ides-of-august dept.
juanignaciosl writes "The first beta of Red Hat Developer Studio was published yesterday. RHDS seems promising. This IDE is a bunch of Eclipse plugins that comes from the fusion of JBoss IDE and Exadel Studio. The main advantages it offers are: JSF development improved, in particular integrating RichFaces and Ajax4JSF libraries; Seam (next J2EE middleware standard?) integration; and plugins for JBoss, Hibernate... Here are my first impressions."

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login
Loading... please wait.
  • HuH? (Score:3, Funny)

    by russ1337 (938915) on Thursday August 16 2007, @01:15PM (#20251397)
    "This IDE is a bunch of Eclipse plugins that comes from the fusion of JBoss IDE and Exadel Studio. The main advantages it offers are: JSF development improved, in particular integrating RichFaces and Ajax4JSF libraries; Seam (next J2EE middleware standard?) integration; and plugins for JBoss, Hibernate.."

    Now I know that is in English, but I have no idea what half of those words mean.

    • You think he knows more about the words than you do? Those who know, do. Those who don't talk.
    • Re:HuH? (Score:5, Funny)

      by Bluesman (104513) on Thursday August 16 2007, @01:25PM (#20251553) Homepage
      That's not the submitter's problem. You need to bone up on some acronyms, or you'll never make a goodJavaProgrammer. Here's a quick lesson in what you should do:

      Write a thousand different programs using acronyms that start with J that do nothing except fuck up the data as it's being transmitted between the database and your application. Then, you have to write automated tools that also are acronyms that start with J and contain the word "Bean" in there somewhere, and those exist to generate parts of those previously mentioned thousand programs.

      Then, write some Swing components that have nothing to do with all of this, and call those by almost exactly the same names, so that people get confused and can't do a proper Google search for documentation. Name an IDE after the Swing components, too.

      Finally, call it all "middleware," give it yet ANOTHER name and bundle it all together, making sure that everything breaks if you don't include fifty different XML configuration files in the proper directory hierarchy that changes with each version.

      Then when all of this doesn't work for more than one project because it's hopelessly complex, do it all over again and call it the next greatest revolution in Java middleware.

      • LOL, you don't sound bitter or anything.....

        You made my day.
        • Re:HuH? (Score:5, Funny)

          by Bluesman (104513) on Thursday August 16 2007, @01:35PM (#20251671) Homepage
          Actually, I was being a bit facetious.

          People actually DO get J2EE apps to work. Here is a very informative instructional video by some Japanese researchers who show how it's done:

          J2EE Example [youtube.com]

            • Re:HuH? (Score:5, Interesting)

              by Bluesman (104513) on Thursday August 16 2007, @03:11PM (#20252901) Homepage
              Me too. I think that's what happens when you try to make a all-in-one solution without realizing there's a tradeoff between power and flexibility. You either make something that's too specific to be useful so that users have to constantly fight against design decisions you made, or something that requires almost as much work to make it do what you want than writing it from scratch would.

              The ridiculously complex configuration files are a symptom of moving as many design decisions as possible out to the last possible moment. Complexity isn't reduced, it's just in a different place.

              Which, ironically, makes the whole thing that much more complex, since now you have multiple places things can go wrong.

              I tried using this stuff years ago, and found it wasn't close to worth the hassle, especially for a single developer. I just did a search for "J2EE success story," and the vast majority of hits were about a small team of Python programmers replacing large J2EE teams that failed to produce a working product.

              But maybe I'm wrong, and the people who know much more than I do about this can list a hundred different projects where J2EE saved the company. It just seems like it's overhyped and people are really much more concerned about the scaffolding they're using than the work that they're supposed to be doing with it.

              • I've successfully used JMS in a high availability application (security system monitoring software) before and I have to say that you're correct. J2EE stuff is nice but it can also be very complex. In our situation JMS worked out exceptionally well and saved a ton of development time. However, it's just a tool. 99.9% of the time you don't need J2EE stuff to accomplish what you're doing. I think of J2EE in many the same ways I think about AJAX. It's a nice toy/tool but a little bit can go a long way an
              • Re:HuH? (Score:5, Insightful)

                by computational super (740265) on Thursday August 16 2007, @05:34PM (#20254529)
                I just did a search for "J2EE success story," and the vast majority of hits were about a small team of Python programmers replacing large J2EE teams that failed to produce a working product.

                I'm not convinced that this is entirely Java/J2EE's fault as much as it is that big corporations love Java and hate Python (and Perl) and have "big-corporatized" Java. Java was actually pretty cool when it first came out... if big industry embraced Python today, by tomorrow you'd see an explosion of PBPEL, P2EE, PDBC, PFaces, PSF and PMS applications and by the next day you'd be assigned to a committee to evaluate the product vendors to find the scalable enterprise solution that was the best fit for your business integration challenges. After a month of vendor selections, you'd narrow the candidates down to the top two contenders, and they'd pitch their expertise in the field, and then your company would sign a multi-million dollar contract with one of them. Then you'd start the process of trying to figure out how to get around the inherent limitations of the "solution" and do plain-old Python programming inside the "container" without it being too obvious to the higher-ups that that's what you're doing...

      • Hahaha, this is so dead-on.

        Too many programmers out there that think they can write middleware, when oftentimes the best thing to do is just to Finish The Damn Project.
      • Then, write some Swing components that have nothing to do with all of this, and call those by almost exactly the same names, so that people get confused and can't do a proper Google search for documentation.

        You know, you can avoid these kinds of naming problems if you just add a few more subdomains to your website.

    • Re: (Score:2, Insightful)

      If you don't know what was said there, you probably don't need to know.
    • I believe the appropriate tag is 'yahooseriousfestival'.
    • ...just like most of the morons on /. who claim that Java is crap yet have no idea how it is actually used.
  • Sounds promising.. (Score:5, Interesting)

    by jshriverWVU (810740) on Thursday August 16 2007, @01:25PM (#20251555)
    for Java developers. What I'd really like to see is something like Project Builder/Xcode or Visual Studio for Linux. (Not that I like Visual Studio) but if you need to pound out a GUI it's pretty easy. There's a relatively large learning curve for developers wanting to do work for X. There is a myriad of libraries with their own widgets to choose from, languages, IDE's. It get's a bit confusing when you just want to sit down and code something, or add a GUI to an existing cli app.

    Trolltech's suite so far has been the best one I've seen yet but has licensing issues. I've tried KDevelop and it's not that bad, but still not great. The ones I've seen for gnome have been even harder.

    A good IDE for developing GUI applications, should help the developer a bit more with the GUI stuff and not make it mandatory that you know every call to every function of every widget for whatever library that package supports. If you knew that, might as well stick with Emacs/vi/nano and code it. Which it seems is how most development is done. (which isn't bad) but makes it harder for someone else starting out and wanting to give it a try.

    • Re: (Score:3, Informative)

      There are several IDEs for linux, my favorites: boa-constructor [sourceforge.net], glade [gnome.org].
      • by TheAwfulTruth (325623) on Thursday August 16 2007, @01:55PM (#20251883) Homepage
        GUI builders are not IDEs they are one of MANY components to a real IDE.

        An actual IDE takes care of GUI design, code editing, debugging, project management, documentation, source control and on and on. And they are scripted environments with plug-in interfaces, compilers and debuggers source control front entds etc. so that you can choose what programs you want to use for what tasks.

        That is an Integrated Devlopment Environment. Admitedly IDEs are not for everyone but as this is the subject...

        Visual Studio is hardly "perfect" but it is BY FAR in advace of /anything/ I've used on Linux that calls itself an "IDE".

        • Re: (Score:2, Informative)

          De gustibus not dispu^H^H^H^Hblah, blah, blah. But You know - I could hardly consider development environment something without support of unit-testing built-in (don't tell me about VSTS). I could sacrifice all graphical wizards for single one feature of Eclipse IDE which is not available in VS.NET (without third party plugins) - live compilation together with quick fixes. To give You feeling, when I have a bug it is immediately highlighted (no save no magic keystrokes). Not only this but also I can see *A
    • Re: (Score:3, Informative)

      by Anonymous Coward
      try netbeans (www.netbeans.org). it's fairly straight forward, and has a nice gui builder for swing called matisse. it's drag and drop from a palette.

      personally, I use eclipse with swtbuilder and other stuff, but netbeans out-of-the-box experience is much better.
      • Can you use Netbeans/Eclipse/etc with languages other than Java?

        I downloaded and checked them out briefly before, but it seemed like all of the good Gui IDE's for Linux were all geared toward Java. Would like something for C/C++.

          • My problem is integrating a library with em... I'm by no means a pro at programming, but I don't think it should be nearly as complex as it is to add libraries such as SDL to Eclipse, KDevelop, or Ajunta (or w/e it's called) Or importing existing code into a project. As much as I hate em, I still haven't found an IDE as polished as MS's Visual Studio (yeah yeah all you really need is gcc and vi, but I like my Full on IDE damnit :D)
            • I still haven't found an IDE as polished as MS's Visual Studio

              Yeah, when you have complete control of the widgets, libraries, languages, run-time environments and the OS they run on, you can crank out some pretty slick stuff. I get a kick out of Windows asking me if I want to debug stuff like Acrobat Reader or Lotus Notes because they've gotten an access violation or some such. Visual Studio isn't the best IDE I've used, but it's definitely the best integrated. And the fastest — if you single-step through some of the .NET stuff and have some non-trivial vari

  • TextMate (Score:3, Insightful)

    by Paulrothrock (685079) on Thursday August 16 2007, @01:38PM (#20251701) Homepage Journal

    I have yet to see an IDE that has a text editor that compares to TextMate. The fonts are ugly, color/theme management is poor, integration with the PC is poor or non-existent, and macros and custom code are much more difficult than TextMate.

    These may be good when you need to manage massive projects, but I can't stand to use them for actually writing code. If there was only some way to replace the text editor in these IDEs with TextMate but keep all the trappings that make compiling and deploying these apps easy.

    • Actually, the IDEs (or at least Eclipse) seems to fall down in our department when dealing with larger applications. It's great for toy apps, but a lot of the plugins have problems scaling. The core ones are usually adequate, but third party ones are dreck.
  • by _marshall (71584) on Thursday August 16 2007, @01:51PM (#20251829) Homepage
    Hey everyone.. I work on the JBossTools and RHDS Team and just wanted to give some community-level info about our project.

    Red Hat Developer Studio is our commercial offering of the JBossTools open source project (formerly known as JBossIDE), which has a vibrant community of users and contributors. You can check out our project(s) at the following URLs:

    JBossTools main page: http://jboss.org/tools [jboss.org]
    JBossTools blog: http://jbosstools.blogspot.com/ [blogspot.com]
    JBossTools 2.0.0.beta3: http://sourceforge.net/project/showfiles.php?group _id=22866&package_id=242269&release_id=531957 [sourceforge.net]
    RHDS 1.0.0.beta1 (based on JBossTools 2.0.0.beta3): http://www.redhat.com/developers/rhds/index.html [redhat.com]

    Feel free to drop by #jbosstools on freenode, we'd love to hear from you!
  • by melted (227442) on Thursday August 16 2007, @02:49PM (#20252637) Homepage
    Jesus Christ, will someone please rip off ASP.NET? I've looked at all the crazy proliferation of Java web frameworks and they all pretty much suck. You have to maintain a bunch of XML files for things that ASP.NET just figures out on its own, docs suck, architecture is bizarre. It's all just a giant, productivity draining mess. Why can't I just have transparent interaction between the page and code? Why do I have to "register" crap (through XML file) that should just be available transparently from page code? Why do I have to create "navigation rules"? Why do I have to "declare beans"?

    No wonder turds like Ruby on Rails are so popular. I'd rather shoot myself than use Java for web development.
    • try wicket [apache.org]. no xml, no navigation rules, not a single piece of code in your markup files (it's simply not possible), ALL logic is in the java files. no stupid bean mapping to forms, a component concept (oh, there i can download a tabbed panel component, let's do this) that actually works. it really is what i think MVC should be like.

      and a very good api design, KISS, no overhead and all that core servlet stuff is hidden from you.
  • Start getting everyone you know to start leaning on the folks at CodeWorks [codeworks.com] to get Delphi & C++ Builder ported over to Linux. Say what you will about Borland [borland.com], but imagine those 3 tools being completely X-Platform between Win32, Linux ( Gnome & KDE ) and OS-X. That alone would put a very LARGE dent in Visual Studio.

    • Re: (Score:3, Informative)

      Yup, they are still around despite the best efforts of SCO. And RH is making useful and relevant (cross-distro too) tools unlike the Me crap from SCO. I am running this on ubuntu and can even deploy on different platforms! Sounds like RedHat is confident in the quality of their products, unlike that sue-happy company.
    • Re: (Score:3, Insightful)

      Your confusing Red Hat with SCO.
    • Java is too apparently.
    • I'd settle for an IDE that would actually build and deploy one of their *example* J2EE projects.. apparently this is the hard part.
    • by Anonymous Coward on Thursday August 16 2007, @01:38PM (#20251695)
      > Seriously, do these flavor of the month java libraries mean anything to anyone?

      Yes, they make them specifically for no-talent hacks on slashdot can sneer at them and say how they could write a distributed transaction backend with reliable multicast messaging using PHP and MySQL in a week.
      • Hell, I could do that in an hour, if I can define the following terms:

        distributed
        transaction
        reliable
        multicast messaging
      • by FatherOfONe (515801) on Thursday August 16 2007, @04:48PM (#20253983)
        Well put.

        I have to say that the place I use to work standardized in Java and Linux on the servers and everything worked well. Then I left and they hired a new kid out of college that couldn't believe how "long" it took to code stuff using JSF/Java. He pushed and pushed to do a project in PHP. He quoted around one fifth the time to do a project that another developer had quoted to do in Java, saying that the time using PHP would more than make up the difference. In short, the project took around 2X as long as the original Java quote (~10X as long as he had quoted) and thus they are back to working with Java again. I am not about to say that any language is bad, but when you focus 70+% of your effort on business logic, (most of our work), then it is a little hard to believe someone when they say that language X is 5X faster than language Y.

        My question about this new IDE from RedHat is this:
        Can I do visual JSF development in a true WYSIWYG environment like Netbeans?

        Can I do Swing development in a WYSIWYG environemnt like Netbeans?

        Can I easily choose not to use the custom components that you include? I would assume so, but my fear is that RedHat focused on this product working with JBOSS and getting it to work with other application servers may be a pain.

        I like Eclipse, but I have found Netbeans 5.5 to be better for what I do so migrating back to Eclipse would take some great features, and would be interested to see how far this has come. Oh yeah, and one last, but very important thing. You still don't hack Eclipse on Linux to run under the GCJ crap do you? If you did that then I can only imagine all the problems I had using your product before would be back again. I hope now that Java is under the GPL that you don't mess with that abomination (GCJ) and have included the real JVM with your Linux and more specifically don't have any of your tools reliant on the GCJ.

          • Re: (Score:3, Interesting)

            I guess I do hate GCJ now that you mention it. The countless bugs I had to fight just to realize that it didn't work well has left scars on me that won't go away quickly.

            I also know some people at RedHat (not well, I will admit) and their hate for Java makes view of GCJ appear to be love. They flat out HATE HATE HATE Java. Now they kept saying that they "couldn't ship Suns JVM", but the reality is that they don't want to ship one or include one easily like SuSE or Ubuntu.

            If I implied that Eclipse had to
      • Whole new bunch of acronyms are coming down the pipe. I don't think all are web, and may not be associated with a particular OS or file format. Microsoft just trade marked, patented and are looking for fast track ISO approval of the following:

        • SUP
        • ERCA
        • LIFR
        • AGILIST
        • ICEX
        • PIA
        • LIDOC
        • IOUS

        This according to an attorney in their IP department, M. Poppins.

        The sound of it is quite atrocious.

        Does anyone have insight on these?

    • There are some truly nifty plugins for Eclipse: Mylar comes immediately to mind. Exadel Studio has some decent functionality, but it's grotesquely slow and not terribly stable either. And JBoss IDE always struck me as a few miscellaneous plugins that didn't really accomplish anything. The Hibernate stuff is all right if you're using the xml files, but I use JPA, and it's useless there.

      All I really want are some clicky wizard dialogs for the functionality in seam-gen, and a decent stable IDE for Drools/JB
      • (Hardly flamebait. An opinion outside what the majority thinks, apparently, but still not intentional flamebait. Go ahead and look through my history. I'll wait here.)

        Eclipse is truly, truly terrible. It is hopelessly slow and buggy, and lacking in such basic features as to be useless. I'm absolutely shocked anyone could tolerate it, let alone call it "a breath of fresh air."

        Open source is nice, but software needs to be judged on its own merits, rather than just the merits of its license. If the best defens
      • One last thing: If the only IDE you can compare Eclipse to is VIsual Studio, you've led a sad, sad life. No wonder Eclipse seems almost decent.
        • I didn't like the syntax highlighting, either. It worked great for my code, but seemed to completely fail to parse system headers. Maybe they've fixed that by now, though.
      • Sure! Palm development environment is constructed with Eclipse. In a word, it sucks. But that isn't fair to sucking. I have never, ever seen a less capable development environment. Sure, the compilers suck - that isn't really Eclipse's fault, though. That's a plugin, right? The debugger also sucks. Oh, but that's a plugin too, right? The editor sucks, too. I think that's actually built in functionality, but I could be wrong. Qt's Eclipse-based tools? Also suck harshly. Symbian's? Suck harshly. Eclipse's o
    • Google maps on my cell phone written in 100% in java loads in 3 seconds.

      Doesn't sound slow to me.
      • How in the fuck was the parent post modded troll? It was a perfectly reasonable response to the GP.
      • Re:13 years of hype (Score:4, Interesting)

        by porkThreeWays (895269) on Thursday August 16 2007, @06:23PM (#20255035)
        It's disappointing that I got modded troll because it's acknowledged by most in the Java community that there were many big design mistakes in the first few versions of Java. Java 5 (aka 1.5) really was the first great version of Java.

        The original GUI toolkit was admittedly thrown together for the sake of having a GUI toolkit. Swing is leaps and bounds better, but it's very confusing to beginners learning two GUI toolkits at the same time. If you didn't know the history of why there are two it's very confusing.

        The original garbage collector sucked hardcore and was slow. The current garbage collector is actually pretty good, but for many they equate Java with being slow because of old versions.

        Containers are leaps and bounds better and much more type-safe, but again it's confusing to beginners why there are so many redundant ways to use containers. There are numerous optimizations at the compiler level. The biggest being the ability compile code adaptively instead of the whole program on startup. I/O is confusing to learn and imo overly complex. Again, this is because of Java's subpar original I/O subsystem.

        Java has really grown up and gotten leaps and bounds better over the years. Java today is what it should have been in the first place and what was originally advertised. That's where the marketing came in. Java honestly wasn't very impressive to me when it first gained attention. Today I'm very impressed by it. But most people don't understand how much Java has grown up and in their minds they have Java of 1999 stuck in their heads.