Are you experienced with Java debug and IDE?

I got couple questions:
1. Is jdb extensively used in real development world?
2. What is the most popular debug and/or IDE tool for Java on Solaris?
3. Any recommendation on debug and/or IDE tool for Java on AIX, HP-UX, and Windows work enviroments, if different from the one for Solaris?
Please help me

I got couple questions:
1. Is jdb extensively used in real development world?Usually IDEs have debuggers built in, and those are what are used. If the IDE vendor is using jdb API under the covers I have no idea.
>
2. What is the most popular debug and/or IDE tool for Java on Solaris?Don't know. My guess is NetBeans.
3. Any recommendation on debug and/or IDE tool for
Java on AIX, HP-UX, and Windows work enviroments, if
different from the one for Solaris?I think IntelliJ from JetBrains is the best IDE I've ever used for any language. I use it on Windows. I've also used Eclipse, which is OK, but I like IntelliJ much, much better.
%

Similar Messages

  • Are you happy with Java Applets?

    Are you happy with deploying your Forms to the Web as Java Applets? What kind of issues did you run into? Did you go the Java Applet deployment route for the lack of an easier/faster option? Wouldn't you prefer to deploy your forms as standard JSP pages? I really appreciate your feedback.
    Ali

    Ali,
    I wished things were as easy as black and white. It depends on what kind of application your are building. Is it busineess to business, business to customer, an Internet application or a heavily used internal application with high transaction volumes.
    There are a lot of application types that I, as a Forms Product Manager, wouldn't encourage you to use Forms for. Keeping in mind the memory footprint onthe server, the JInitiator plug in and the download time, self service applications that are of short term use definitively are not what Forms is made for.
    On the other side, JSP still requires a back end because its an interface technology and according to the MVC paradigm the view shouldn't have business logic in it. So you can use EJBs or Oracle's Business Components for Java to build the backbone of your application. In either way you are stepping out of the JSP case.
    There is a reason for all different interface types to exist: Use Java Applet for what they are good for and the Forms design and intended usage really goes in line with that. Please have a look at this Whitepaper for a good insight in the subject of Forms and J2EE technologies
    http://otn.oracle.com/products/forms/pdf/formsj2ee_business.pdf
    Frank

  • Java debuger and IDE

    I got couple questions:
    1. Is jdb extensively used in real development world?
    2. What is the most popular debug and/or IDE tool for Java on Solaris?
    3. Any recommendation on debug and/or IDE tool for Java on AIX, HP-UX, and Windows work enviroments, if different from the one for Solaris?
    Please help me

    I got couple questions:
    1. Is jdb extensively used in real development
    world?No
    >
    2. What is the most popular debug and/or IDE tool for
    Java on Solaris?Probably Eclipse.
    >
    3. Any recommendation on debug and/or IDE tool for
    Java on AIX, HP-UX, and Windows work enviroments, if
    different from the one for Solaris?
    Please help meWhy do you need to run the IDE on those platforms as well? You usually develop on one platform, and then test on all of the platforms, but it's very uncommon to develop on all platforms.
    Kaj

  • Canadian BC users, how are you dealing with HST, GST and PST/QST?

    Hi, I'm new here and I've been building my first BC eCommerce site for a client for almost a year. It's a business to business site, dealing with about 5000 SKUs. It's currently in trial mode, and we're about to go live with it. I have a problem with taxes I hoped I'd be able to sort out, but haven't found a solution.
    My client's head office is in Ontario and they sell from there, and also from Quebec, though online sales will be limited from Ontario for now. Ontario, like B.C., where I am, and a number of other provinces have HST. The remaining provinces have GST and PST/QST, except Alberta, which only has GST. My client sells thoughout Canada, and also to the U.S.
    Scenario 1) When one sells from an HST province to a customer in another HST province, the seller must collect and remit the HST for the buyer's province. For example, I work from B.C. with 12% HST, and my client has 13% HST in Ontario. I have to invoice them for my services, collecting and remitting 13% HST.
    Scenario 2) When one sells from any province to a customer in a non-HST province other than Quebec, the seller charges GST and is encouraged, and depending on the province they are selling to, required, to register for that province's PST and collect and remit that tax as well. Otherwise the customer is required to self-assess the PST on the purchase.
    Scenario 3) When one sells from any province to a customer in Quebec, they must apply the GST to the purchase, and then apply the QST (Quebec Sales Tax) to that total. Again, out of province sellers are expected to collect and remit the QST.
    Scenario 1 is fine. Currently I've set up all HST provinces with their corresponding rate.
    Scenario 2 is problematic from a legal taxation standpoint. I've set up all GST+PST provinces and Quebec with 5% GST only. This will not be acceptable to my client as their sales volumes are quite high and they have to remit other province's PST.
    Scenario 3 seems impossible on BC, but will become a lesser problem until January 2013, when Quebec changes to Scenario 2 (i.e. the QST will no longer piggy-back the GST but will be raised so there is no change to the total tax)
    Further, most businesses will want to see the GST and PST appear separately on the invoice, not calculated together as seems to be the case now.
    Has anyone managed to set up GST and PST/QST in the system, so both taxes appear in the cart/checkout process, and separately on the invoice?
    Thanks for any assistance!

    This might require the discussion to move to the advanced code development section, but I'll post it here first anyway.
    So after about 2 weeks, I'm not sure there's a solution to this. I've tried a variety of JavaScript and JQuery approaches to do a show/hide of the appropriate tag based on the province chosen in the {tag_shippingoptions} drop down. The cleanest way was with JQuery and I got it to work outside of Business Catalyst, but not when implemented in my cart.
    The problems seems to be threefold.
    1. The onchange of the "shipping state" dropdown calls ApplyTaxRate() in an unmodifiable back-end .js file. If I try to have local JS or JQ work on the same function call to do my show/hide, not only does the show/hide not work, but it breaks communication with the back-end .js so no taxes get calculated/updated.
    2. If I create my own shipping menus calling the same functions (acutally just copy/pasted the inspected HTML), the taxes update OK, but the menu selections don't persist, AND if I then inject my show/hide, the show/hide doesn't work and all the functionality of the ApplyTaxRate function breaks.
    3. If I try to call an additional function for the show/hide, from the onchange of my own menu, the ApplyTaxRate function works, but the additional fucntion doesn't work as it does outside of BC.
    Here is my partial code. Any help?
    <div class="shippingStateDiv"><span id="shippingStateSpan">Destination State<br />
                </span><select onchange="ApplyTaxRate(this.value,4638834,1,1,332304);taxDisplay(this.value);" class="shippingDropDown" id="shippingState" name="shippingState">
                <option value="-1">Please Select</option>
                <option value="147264">AB</option>
                <option value="130632">BC</option>
                <option value="147266">MB</option>
                <option value="130633">NB</option>
                <option value="130634">NL</option>
                <option value="130635">NS</option>
                <option value="147269">NT</option>
                <option value="147270">NU</option>
                <option value="130631">ON</option>
                <option value="147268">PE</option>
                <option value="147267">QC</option>
                <option value="147265">SK</option>
                <option value="147271">YT</option>
                </select></div>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
            <script>
    function taxDisplay(id) {
        var mySel = $("#shippingOptions").children("option:selected").text().replace(/\s/g,"")
        $('.answers').hide() 
        $('.answer'+mySel).show()       
    </script>
    <td><strong>
                <div class="answerPleaseSelect answers" style="display: none;">Choose Dest. State</div>
                <div class="answerAB answers" style="display: none;">GST: {tag_invoicetotaltaxamount}</div>
                <div class="answerBC answers" style="display: none;">HST: {tag_invoicetotaltaxamount}</div>
                <div class="answerMB answers" style="display: none;">{tag_invoicetotaltaxamount,MB,7,GST,PST}</div>
                <div class="answerNB answers" style="display: none;">HST: {tag_invoicetotaltaxamount}</div>
                <div class="answerNL answers" style="display: none;">HST: {tag_invoicetotaltaxamount}</div>
                <div class="answerNS answers" style="display: none;">HST: {tag_invoicetotaltaxamount}</div>
                <div class="answerNT answers" style="display: none;">GST: {tag_invoicetotaltaxamount}</div>
                <div class="answerNU answers" style="display: none;">GST: {tag_invoicetotaltaxamount}</div>
                <div class="answerON answers" style="display: none;">HST: {tag_invoicetotaltaxamount}</div>
                <div class="answerPE answers" style="display: none;">{tag_invoicetotaltaxamount,PE,10.5,GST,PST}</div>
                <div class="answerQC answers" style="display: none;">{tag_invoicetotaltaxamount,QC,9.975,GST,QST}</div>
                <div class="answerSK answers" style="display: none;">{tag_invoicetotaltaxamount,SK,5,GST,PST}</div>
                <div class="answerYT answers" style="display: none;">GST: {tag_invoicetotaltaxamount}</div>
                </strong></td>

  • What browser are you using with OS 9.x?

    Would you all please state which internet browser you are using with OS 9.x and the strengths/weaknesses you are experiencing with it?
    I switch back and forth between Mozilla and Internet Explorer but fewer and fewer websites work properly with them. If there is a better browser than those two I would add it to my old Wallstreet running 0S 9.1.
    Again, what browser are you using with OS 9.x and what are its good/bad points?
    Thanks!
    Message was edited by: Paul Stamser

    (Almost forgot
    I have an iCab filter set up for Yahoo on my OS 9.2.1 iMac.
    For the URL string I use (asterisk)yahoo(asterisk)
    For the Scripts filter I use the Netscape identity and have all versions checked except "JScript", and everything is checked in the "Allow" section.
    For the Network filter I use the Firefox identity and have the HTTP "referer" set to "Always".
    I don't use Yahoo Mail much on that machine, but those settings allow me to use the Address book to select addresses and send messages with attachments. (I'm not sure about viewing attachments, though, and I'm almost positive that address auto-complete doesn't work.)
    Cheers,
    K.S.
    (I use iCab 3.0.5)
    Message was edited by: K.S.

  • Are you happy with your Galaxy S5?  I'm looking for a new phone.

    Are you happy with you Galaxy S5?  I'm looking for a new phone.

    Very happy after getting it to stop keeping the display lit after charging completes.  Battery life blows my Galaxy Nexus out of the water.  The GNex was like an electric car with a 30 mile range.  Always looking for a charge.  The S5's screen is gorgeous.  OLED is a must-have for me.  Signal strength is better than the GNex and the S5 is XLTE-ready so you can get faster speeds in those markets.  I got 69.08/18.95 in Kansas City back in May.  Other XLTE areas have had download speeds of high 20s to low 30s.  Performance is good.  The interface feels smooth and responsive.  I even like the look.  It's like something out of a 50s diner.
    My only real gripe is the storage.  16 gigs is pretty sad these days and only 10 gigs are available.  I know you can add a 128 gig card (I have) but few apps load completely to the card.  Heck, lots of apps won't put anything on the card.  A flagship phone should have 32 and 64 gig options.
    I also wish I could just load the bare OS and skip all the bells and whistles that Samsung's added.

  • Are you happy with your Touch?

    I am looking at an iPod Touch since I really don't need an iPhone.
    Right now I am using a Palm Pilot and I like it.
    Has anyone made a switch from the Palm Pilot to a Touch?
    Are you happy with it?
    Thanks,
    Fred

    I've owned a lot of electronics and feel the Touch is the coolest of them all. Now that I've got a MiFi I can listen to Pandora pretty much anywhere, on my TOuch. We just drove from San Jose to LA and had Pandora on the entire time, in the car. Very awesome. There is an app for just about anything imaginable with many of them being free. While the screen doesn't have the gorgeous blacks and color of the BB Storm, it's still cool to watch movies on the Touch, play various games, view the internet, and on and on. My wife and I both use our Touchs every day and by plugging in to recharge when the indicator shows about 1/2 charge, we don't run out of juice to use them to our heart's content. Highly recommended. You can even straighten pictures on the wall with a Touch!

  • Are you satisfied with your ability to edit HD movies in Mac OS

    I've spent the last few days going over all the posts for the past month about import and codecs and resolution, and it seems that the issue of editing HD video on a Mac platform is somewhat problematic. So before I go out and spend $500 - $1000 on an HD camcorder I would like to know, given all the limitations and work arounds, are you satisfied with the final output. Here are the limitations, iMovie (either 06HD or 09) or FCE, an Intel based iMac, and AVCHD based flash memory camcorder either from Panasonic or Canon. Burning to DVD.
    From what I gather, with the above set up HD is out of the question. Can one get SD quality DVD's? Can one expect DVD quality videos, which to me look better than current SD TV.
    I think I would be satisfied if I could get DVD like videos out of a setup like I described above. If edited videos would be worse than that I would have second thoughts. I'm just not sure from reading all the posts whether the dissatisfaction I detect is from disappointment from not equaling the output of direct from camera, or from a truly degraded picture.
    Thanks for your opinion.

    I've been using a Panasonic Lumix camera that is capable of video recording at 1280x720p. Just finished a 1 hour annual family DVD. I imported the video at 720p and did all the editing in iMovie 09. I did use FCE for some special effects, exported these in 1280x720p, imported them into iMovie 09 in 1280x720p. After editing I exported the iMovie 09 Project using Share, Export Movie..., HD. This creates a 1280x720p .mov file. In other words, all the editing and export is done in HD. Unfortunately when I used iDVD or Toast my DVDs were poor quality. After experimenting with various other DVD authoring tools, I came across MovieGate ($20). This software produces a good quality DVD -- much better than either iMovie or Toast and is relatively fast. I'll continue to use this approach until Blue Ray becomes more mainstream and affordable. I think there is a trial version of MovieGate available. In my opinion, worth a try.

  • Poll: Are you pleased your Vista Drivers and their current featur

    So my question goes who here uses their Sound Card to do more such as decode Dolby Digital (any kind) for SPDIF IN/OUT or any other function that enables you to do more for your home entertainment system, that Vista currently doesn't support?
    POLL:
    Are you pleased with your Vista Drivers and their current features? (A respectable question)
    Yes
    or
    No
    Maybe we can have a Poll about the feelings of the community without it being blocked for "stirring up trouble", we have an opinion lets see what the community thinks.Message Edited by cyphin6 on 03-20-200705:06 PM
    Message Edited by cyphin6 on 03-20-200705:07 PM

    Why is it that people think they have all these "rights"? There is a difference between a "right" and a "privilege". It is painfully obvious that most people who say that have a "right" to do something don?t know what their rights are at all.
    First and foremost, moderating a privately owned forum is not a violation of anyone's "rights". Before someone complains about their "right to free speech" being violated because of a forum moderator, you need to understand about the right to "free speech" in "America" (Actually you should say in the U.S. because Cuba is part of "America" as well and they don't have a constitutionally guaranteed "right to free speech" ) applies to CONGRESS and what CONGRESS can't do. Basically, it restricts the government, not private citizens and private forums.
    And even though you may have the "right" to say something, it doesn't mean that anyone here has to listen to you...and that includes the moderators and forum owner. In other words, they can tell you to shut up by locking or deleting a topic. If you want to practice your ?right? beyond that, open your door and shout at the top of your lungs?and when the police show up, you can'tell them?all about your ?rights?
    Message Edited by SGV on 03-20-200705:45 PM

  • Are you happy with version 10 + XP

    Itunes just refused to upload the last Santana CD if i did not upgrade my old v8 to v10; it probably will do the same for every recent cd...so there is an issue here.
    Since i had to go back from v9 to V8 cause 9 just did not work on my pc, i do not feel confident about upgrading to 10 now...
    are you happy with V10 + XP? (one that cannot afford buying a mac...)
    Carlus

    i have version 10 in one pc and version 8 in another; when i import the very same CD, version 8 goes to gracenote and finds all the song names + cd cover, and version 10 does not...version 9 hI believe apple is growing too fast and becoming like windows...with false improovements, bugs, and so on; i was going to buy an apple computer but i changed my mind ans i won't.

  • Are you happy with you Z

    I have a ZVM and i really like it. Best mp3 player i ever had.
    Are you Happy with your zen? If not what would you rather have?

    i love my ZVM. However, i like the way my Nomad Jukebox2 is view'd in MediaSource Organizer better. Also the fact that they let you figure out how to use the ZVM. There is no detailed instructions on how all the functions work.

  • HT1296 I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    I'm having difficulty syncing my iCal between my home computer and iPhone.  New entries from my home are not syncing with the phone and vice-versa.  I didn't have any problems with this before until the latest phone update.  Any suggestions?

    It could be that the existing wire in your appartment is not clean enough to provision DSL only. When combined with the phone possibly it has a higher line voltage and worked before. Now that the line is to be provisioned without phone service it may be giving them trouble that did not show before they came out and ran the new line test. So a new jack dedecated for your DSL line may require a new wire be run to your appartment. Also the account for internet only used to require direct billing to a credit card or something else. This was a number of years ago. Most accounts are linked to a phone number, and without a voice number it adds to the confusion.
    If you are getting the voice and everything turned on as before, then I am at a loss for words.

  • What are you doing with software (games) designed to run on Snow Leopard.  Have you heard of anyone making a patch for LION?

    What are you doing with software (games) designed to run on Snow Leopard when the Os is Lion?

    It is up to the publishers of games to accommodate their software to Lion.
    Blizzard, publisher of StarCraft, WarCraft, and Diablo, has posted a statement about that -
    Blizzard Support
    Although they were able to create patches to allow the use of their (OS 9) games in OS X up through Snow Leopard, apparently from their perspective it is not possible to patch those games for Lion.

  • I am sick of the joke Album Artwork for the Jimi Hendrix album Are You Experienced. Gomer Hendrix is not funny anymore. How do I make it go away?

    I am sick of the joke Album Artwork for the Jimi Hendrix album Are You Experienced. Gomer Hendrix is not funny anymore. How do I make it go away?

    twocars wrote:
    I am sick of the joke Album Artwork for the Jimi Hendrix album Are You Experienced. Gomer Hendrix is not funny anymore. How do I make it go away?
    Works fine here.

  • How are you supposed to put on and take off music on the new version of iTunes?

    How are you supposed to put on and take off music on the new version of iTunes?

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar and Control+B to show the Menu bar
    To sync to your iPod go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing and follow the instructions.

Maybe you are looking for

  • Determine length of wav-file with pl/sql

    For a project I need to determine the length of a wav-file. Now I found the specifications, and based on the samplerate, bits per sample, number of channels and filesize I should be able to determine the length of the wav-file, if I read it from for

  • Random Loss of Power

    I have just got a 15" powerbook - It did have a dud battery, I now have a nice new one that charges OK and I have calabrated it... But every now and again when on battery power the machine just looses power, e.g. if you had no battery and pulled the

  • IRecruitment Text Search Stopped Working

    We have a number of job posting. The older posting are searchable by "Key Word" but the new ones are not. We are running the "iRecruitment Index Synchronization" every day successfully. If you search for all jobs, all jobs show. We have turned of all

  • Reading in 2 files

    Hi I want to know how i can read in 2 files that are both delimeterd by a comma and store them both in two diffrent arraylists. so that later on i can compare the two arraylist. thanks clare

  • How to create a ripple 3d effect using photoshop cs4

    Hi, Can any one help us or guide us to create 3d ripple design [link removed by host] for homepage.? Thanks in advance Cinas