Right Way for Localization

I use ResourceBundle and *.properties files.
Each property file matched to class.getName() and located next to *.class file.
E.g.
/com/samsol/project1/LoginPanel.class
/com/samsol/project1/LoginPanel.properties
/com/samsol/project1/LoginPanel_ru_RU.properties
1. Is this propper location for *.properties files?
2. How to localize multiline messages? How and when to use "\n", "\r\n", |\n\r" for different platforms.
3. Depended on the default font size in the system I want to display icons in menu and toolbars having suitable size. How to use scalable icons?
4. How to localize the icons? Example. For "login" button somebody like to see the lock, other the key, but some the ID (passport). (This is just example). But how to do it?
5. Is there are any method to change the localization on the fly?

1. Whatever you decide.
2.
3. Start from [1] and see how you can manage to use SVG for this purpose. [2] can you give some additional ideas.
5.
     void setLocale(Component component, Locale locale) {
          component.setLocale(locale);
          if (component instanceof Container) {
               Container cont = (Container) component;
               for (int i = 0; i < cont.getComponentCount(); i++)
                    setLocale(cont.getComponent(i), locale);
     }Before calling the method above, do
Locale.setDefault(new Locale(this.langCode, this.countryCode));
frame.applyComponentOrientation(ComponentOrientation
                    .getOrientation(Locale.getDefault()));where langCode / countryCode specify the locale you wish to set and frame is your main frame (do it for all open frames with Frame.getFrames()). In addition, you'd have to update all the localized showing controls (such as buttons and so on).
4. Change the icons inside the method above.
[1] http://weblogs.java.net/blog/kirillcool/archive/2006/10/svg_and_java_ui_3.html
[2] https://flamingo.dev.java.net/docs/icons.html

Similar Messages

  • Right way for battery charging

    Hi everybody! I bought an iPad Air when he was released. Surfing on Internet, I've heard conflicting opinions about the right way to charge the iPad (or the iPhone) to increase its battery life. What I want to ask is this: iit is true that once a month you have to bring the battery to 0% and then charging it?

    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W (5W on Mini) USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- %20beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    iPhone: Hardware troubleshooting (Power/Battery section also applies to iPad)
    http://support.apple.com/kb/TS2802
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    iOS 7 Battery Life Draining Too Fast? It’s Easy to Fix
    http://osxdaily.com/2013/09/19/ios-7-battery-life-fix/
    Poor battery life after installing iOS 7.1? Try these simple tips
    http://www.zdnet.com/poor-battery-life-after-installing-ios-7-1-try-these-simple -tips-7000027348/
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    iPad: Charging the battery
    http://support.apple.com/kb/HT4060
    Best Practices for iPad Battery Charging
    http://www.ilounge.com/index.php/articles/comments/best-practices-for-ipad-batte ry-charging/
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • Can any one suggest me useing right way for using cost centers

    Hello Guru's
    I am in implementation Projec, The client is in Depote Sales process, i just want to know about the cost cenetr and their importance we are creating 20 different cost centers is it really required to create 20 different cost centers, for integrations with MM And SD should i have to take one cost center per plant for Purcase and Sales related activites  are should i have to take different Cost Centers Purcase different and Sales different
    Can any one suggest which is the right way to use the cost center for integration
    Management     0010     DI10100010
    Finance & Accounts     0020     DI10100020
    HR and Personnel & Admin     0030     DI10100030
    Purchase - Equipment     0040     DI10100040
    Purchase - Parts     0050     DI10100050
    Purchase - General     0060     DI10100060
    Imports     0070     DI10100070
    Sales & Marketing - Equipment     0080     DI10100080
    Sales & Marketing - Parts     0090     DI10100090
    Sales - Miscalenous     0100     DI10100100
    Exports     0110     DI10100110
    Logistics     0120     DI10100120
    Services & Technical     0140     DI10100140
    Information Technology & Systems     0150     DI10100150
    Warehouse     0160     DI10100160
    Workshop      0170     DI10100170
    Workshop ( Repairs )     0180     DI10100180
    Production     0190     DI10100190
    Internal Audit     0200     DI10100200
    Legal     0210     DI10100210
    Training & Development     0220     DI10100220
    Research & Development     0230     DI10100230
    Moderator: Please, read basic SAP material on help.sap.com

    hi,
    my transaction is VL02N change outbound delivery.

  • Is bgRFC Out-Inbound the right way for this... ?

    Hi guys,
    my scenario is:
    n systems (SAP) send data to ONE server (AS ABAP). The data will delivered via one and the same RFC FM to be stored in exactly ONE file per day.
    I have to ensure quality of service and delivery.
    So my first question is if bgRFC is the right way of doing so...
    MY idea was: I have exactly ONE inbound queue name on server/central system to ensure, that there will be only one unit to write data into file at the same time...
    Second: when the sender system calls one function module several times, how do I have to configure the queue names...
    I'm facing problems regarding this (please see below)
    the error occurs whenever the FM is called more than once per unit and I have only ONE inbound queue name declared...
    (please see coding below)
    Any ideas on that?
    Best -
    Christoph
    coding example....
      DATA:
            my_destination TYPE REF TO if_bgrfc_destination_outbound,
            my_unit        TYPE REF TO if_qrfc_unit_outinbound,
            dest_name      TYPE bgrfc_dest_name_outbound,
            queue_name     TYPE qrfc_queue_name,
          dest_name = 'SID'.
          my_destination = cl_bgrfc_destination_outbound=>create( dest_name ).
    loop... (to split XLarge amounts of data)
    CALL FUNCTION 'MSGRECEIVER'
        IN BACKGROUND UNIT my_unit
    exporting lt_data
    endloop...
    my_unit->add_queue_name_outbound( QUEUE_NAME = '<prefix>_OUT'
    my_unit->add_queue_name_inbound( QUEUE_NAME = '<prefix>_IN'
                                            IGNORE_DUPLICATES = abap_true ).
    Problem:
    the error occurs, when more than one function module is called by the sender system... and having only ONE inbound queue name declared...
    Edited by: Christoph Aschauer on Jul 28, 2011 1:08 PM

    Start here to learn After Effects:
    http://adobe.ly/AE_basics
    This series of videos ends with exporting to H.264 (.mp4):
    https://helpx.adobe.com/creative-cloud/learn/start/aftereffects.html

  • Is it the right way for a secure communication?

    Hi,
    i'm trying to implement secure comunication between sockets.
    At the moment i have an object Message that has a member object "content" that is the information to transmit.
    I use the socket.writeObject method to send the Message object.
    Once receiver get the Message, use getContent() to retrieve the information.
    I encrypt content with prv key of sender and public key of receiver (RSA). Receiver then use his prv key and the sender pub key.
    The comunication works.
    Now i wish to put the digital signature verification too. But i can't get the benefits of using it. I mean, if i try to modify some byte of the encrypted content, when receiver try to decrypt it, it already throws errors...
    Plus, if i decide to implement it, should i put it inside the content? or setting it in another member object of Message would do the job too? Moreover, should the sign be encrypted with sender prv and receiver pub keys?
    I read articles and implementation, but they are all quite different and i'm quite lost.
    Any help would be appreciated. Thanks

    SSL uses RSA. You are trying to re-invent the SSL wheel and would do better to use SSL because it's security has been fully analysed. If you really do need to re-invent SSL then Google for the SSL/TLS specification so you can see how it should be done. Be aware - making the communication secure without using SSL is not trivial.

  • Right way of login form...

    Hello
    I am a really newbie in web programming. I want to write a web application with JSF. I wonder what is the rgiht way of creating the login form. I tried to write a page segment file for it but page segments do not have prerender method so it cannot be fully controlled...I want something like that:
    login control will be two parts..
    if login info is not found in session, than it will show the login form.
    if the user is found in session, than it will show the menu for the user...
    but i couldnt do that because prerender methos is not available in page segments..
    what is the right way for doing that kind of thing?

    Indeed implement a Filter.
    Once an user logs in, put the User object in the HttpSession. Let the filter check on this User object. If this User object is null and you're not in the login page, then redirect to the login page.
    Do a Google search on "LoginFilter implements Filter" or "UserFilter implements Filter" and you'll find lot of examples.
    http://www.google.com/search?q=%22LoginFilter implements Filter%22
    http://www.google.com/search?q=%22UserFilter implements Filter%22
    Here is an advanced one which actually doesn't redirect if the User object doesn't exist, but this might give you some new insights: http://balusc.xs4all.nl/srv/dev-jep-usf.html

  • Right way to configure Tomcat JDBC resource for MaxDB

    Hi,
    i need to configure one tomcat server with a pool of connections for a MaxDB instance with follow database parameters:
    MAXUSERTASKS=150
    SESSION_TIMEOUT=60
    i do this configuration on tomcat:
    <Resource name="jdbc/myApp"
                    auth="Container"
                    type="javax.sql.DataSource"
                    username="DBUSER"
                    password="secret"
                    driverClassName="com.sap.dbtech.jdbc.DriverSapDB"
                    url="jdbc:sapdb://dbserver/DBNAME"
                    maxActive="150"
                    maxIdle="75"
                    validationQuery="SELECT NOW() FROM DBA.DUAL"/>
    is this the right way? there is a way to check if the pool is working at database side? at java side i checked that the javax.sql.DataSource.loginTimeout is Unavailable, then what is the better way to avoid errors like:
    2008-06-02 13:54:36  2165 WNG 11824 COMMUNIC Releasing  T187 command timeout
    i think that this problem occurs because the SESSION_TIMEOUT is 60, and the loginTimeout is Unavailable at javax.sql.DataSource then the DBCP of tomcat dont know when need to revalidate the session.
    thanks for any help.
    Clóvis

    Hi Clovis,
    to be honest, I'm no Tomcat expert at all. All I can do is read the documentation.
    The error message you posted was about an timeout due to a too long idle session.
    From the changes in your connection pool setup I cannot see any parameter that would influence this.
    Instead - as already written - you may either want to change the session timeout in general, for the user or (by adding some connection parameters) for the sessions.
    Concerning the question on wether it's better to have many connections or just a few - well this depends on what the java tasks do with the sessions.
    The connection pool is used for saving resources on the database side and the time necessary to logon and create a session.
    So whenever any of the java tasks needs a db connections it should "just get one" from the pool.
    When you have "high load" (by the way what exactly does that mean? High CPU usage on the J2EE server? Huge transaction volume? Many parallel transactions?) this does not change.
    Anyhow you have to be aware of the fact that the database can only process as many SQL requests in parallel as there are user kernel threads (UKTs) and each of the UKTs need to be able to run on a seperate CPU core. Therefore if it's necessary to have real parallel SQL activity many connections may not be the best idea.
    On the other hand this requirement is seldom necessary - most often sessions can wait a bit until they get the reply from the database and synchronize on each other later on. At least that's how we do it with NetWeaver.
    KR Lars

  • Impulse Response editing - Do it the right way: IRs for Space Designer

    Dear fellow board members,
    after doing several research on this topic and many attempts to match some Impulse Responses I finally have to admit, that a little help or insight would be much appreciated. Most of the (Beamsonic) IRs, especially the Studer and Ampeg IRs, seem to have overlength (≈ 6 sec.) and some do have "silence" at the very beginning (see picture below).
    I would be thankful for a helping hand explaining me, which part of this IR is of relevant importance: Do I need the "silence" tail at the end? What should I take care of when editing such IRs as the pictured one? Would only the marked yellow area be of importance? Get rid of the red areas (beginning & end)?
    As many of the IRs I do have correspond to the image above, I have to go through heavy manual editing and before doing so, your help would be much appreciated.
    Does anybody have gone through this before and would like to exchange some of his material for the Space Designer (IRs + corresponding Presets)? I am looking for: EMT 250, Studer A80 Tape, other Tape Sats as well, Ampeg, Westlake Studio D, other useful top quality IRs as well.
    For now, many thanks in advance for sharing interest
    Vic.
      Mac OS X (10.3.8)  

    1. You maybe want to comment on what is considered to be the
    "technical right way" to achieve DAW Tape Saturation via IRs, i.e.
    what makes sense and what not?
    Really, there is no technical right way - all we are doing is altering our recorded audio in a way that we like - it will vary depending on your tools, your tastes, the material, the artistic intent etc...
    a - Insert the Convolution Reverb right on the Audio Channel
    itself with Pre/Post-Compression/EQing, etc.
    I will do this if I want to process an individual channel for colour. Remember to set the effect to 100% wet.
    b - Send audio to a Convolution Reverb Bus (and share w/multiple
    audio channels), loss of quality, etc?
    You're just sending a bunch of channels - in convolution terms, the results as far as I know will be the same if you process 10 channels indivdually and sum them, compared to if you sum the 10 channels then convolute them. Remember, convolution is a static process in most tools, including Space Designer.
    How would you judge the value of using "Impulse Responses"
    in comparison to "Plug-Ins"?
    Well, I don't think anyone's done a tape saturation plugin properly yet. I'm not an expert in this field, but had some interesting discussions with one of the Sonalksis developers over on KVR who is heavily researching into tape saturation (he's doing a doctorate in the subject) and he thinks that it is possible to do a decent tape saturation plugin - not easy by a long stretch, but possible, so I'm sure we will eventually see decent plugs appearing.
    Having said that, I'm not actually a huge fan of the tape sound anyway - I like the impulses for that colour if I need it, but I certainly don't run everything through it. I don't really like the smeared transients, at least on my "less natural" pieces. Rock music (as an example) may well work better.
    The plugins that do saturation in varying amounts are a mixed bag in my opinion. A lot of people love VintageWarmer, but I'm not that keen on it (again, I'm not an "expert" by a long stretch, these are just my personal opinions).
    I've had some great results using Guitar Amp Pro for saturation and warming (we're talking subtle stuff here) on drums and guitars.
    There are a bunch of other plugs too, but none that I have used to tape saturation. DUY's tape does saturation, but not really accurate tape simulation *from what I have heard* - I haven't used it personally myself. Charles Dye seems to like it, anyway!
    . Finally: Did anybody experiance differences in quality when
    comparing Convolution Reverbs (i.e. SD vs Altiverb vs Waves) in
    processing the same IR?
    In general, no. Mathmatical convolution is afaiu a mathmatically "perfect" process, much like the adding of audio signals in the digital realm. As long as you know how to do the maths correctly, there should be no difference, given the same IR (it's the IR that really determines the quality of the output).
    Of course, different plugs implement things differently, and have different features, but by and large, the convolution engines these things use should be generally the same.
    Again, I'm no expert and haven't done exhaustive testing or anything - this info comes from discussions I have and my understanding of these processes from a DSP point of view. Other may well be able to back up or debunk what I've said, so I'll leave the floor to them now...

  • Hi all! What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    What is the best way to create the correct space for baseball jersey names and numbers? along with making sure they are the right size for large printing.

    Buying more hard drive space is a very valid option, here.  Editing takes up lots of room, you should never discount the idea of adding more when you need it.
    Another possibility is exporting to MXF OP1a using the AVC-I codec.  It's not lossless, but it is Master quality.  Plus the file size is a LOT smaller, so it may suit your needs.

  • What is the right way to change the active JInternalFrame for and MDI app?

    I am working on my own implementation of the window menu. The action that is triggered when a customer chooses a window to activate from the list in the menu is not behaving as I expected. The code I wrote (below) switches frames correctly but the caption bar never gets updated and if you restore a frame from an icon the frame is not correctly activated, there is even a restore button which if you push fixes things up and the frame then behaves normally     if (frameToActivate.isIcon ())  {
              //  Restore from icon
              desktopPane().getDesktopManager().deiconifyFrame (frameToActivate);
         desktopPane().getDesktopManager().activateFrame (frameToActivate);
         desktopPane().setSelectedFrame (frameToActivate);I did a search of the web and found a tip on JavaWorld (http://www.javaworld.com/javaworld/jw-05-2001/jw-0525-mdi.html) which led me to try doing this from a different angle - the JInternalFrame's point of view. This code works     try {
              if (frameToActivate.isIcon ())  {
                   //  Restore from icon
                   frameToActivate.setIcon (false);
              frameToActivate.moveToFront();
              frameToActivate.setSelected (true);
         } catch (PropertyVetoException error) {
              error.printStackTrace();
         }My question is why does the desktop based approach not work? If methods exist that appear to let you restore and switch between frames why are the ineffective? Am I missing something obvious that I should be doing?
    If using the JInternalFrame methods is the right way to go then I will It just seems like if the DesktopManager has methods that advertise that is supports managing the active frame then they should work. Before I ignore them I want to check with you to see if there is a right way to use them.
    Ian

    So, this is another batch of duke dollars I cannot assign - since I solved my own problem:-)
    I had an epiphany and tried setting break points to see what code was executed when you click on an inactive frame. From that I determined that DefaultDesktopManager.activateFrame, as implemented, does not activate the frame but acknowledges the activation of a frame and does a small amount of bookeeping work for the DesktopManager. So, the solution is the code I wrote to switch focus using the JInternalFrame's methods. Since I did not want to have to write those nine lines of code in the couple of places I want to programmatically switch the active frame I added a get/setActiveFrame method to my JDesktopPane derivative. In case others face this problem here is the code (warning I have not yet setup building the JavaDocs for this project so I cannot vouch for the validity of the JavaDoc, but the code does work):/**
    * Bring frameToActivate to the front (restoring from icon if neccessary) and make it the
    * selected frame.  This method does all the things required to switch the active frame for
    * an MDI application unlike: @link JDesktopPane.setSelectedFrame, which does not change the
    * focus; @link javax.swing.DefaultDesktopManager.activateFrame which does not correctly
    * handle iconified frames or switch the focus properly; and
    * @link javax.swing.JInternalFramesetSelected which also does not handle iconified frames.
    * @param frameToActivate the frame to bring to the front and become the active window
    * @throws IllegalArgumentException
    public void setActiveFrame (JInternalFrame frameToActivate) throws IllegalArgumentException  {
        if (frameToActivate == null)
            throw new IllegalArgumentException ("setActiveFrame a frame must be passed a non null valie.");
        try {
            if (frameToActivate.isIcon ())  {
                //  Restore from icon
                frameToActivate.setIcon (false);
            frameToActivate.moveToFront();
            frameToActivate.setSelected (true);
        } catch (PropertyVetoException error) {
    * This method returns the currently active frame.  This method returns the same frame
    * as <code>getSelectedFrame</code> and is provided for symetry for <code>setActiveFrame</code>. 
    * @return the currently active frame
    * @see LDesktopPane.setActiveFrame
    * @see javax.swing.JDesktopPane.getSelectedFrame
    public JInternalFrame getActiveFrame ()  {
        return getSelectedFrame ();
    }IL

  • HT4759 I just got a new IPAD and transferred everything through the cloud from my old IPAD2. The new one says "this IPAD is currently being restored. It has been that way for about 2 hours. Also, I books will open and then close right away with no content

    I just got a new IPAD and transferred everything through the cloud from my old IPAD 2. The new one says "this IPAD is currently being restored. It has been that way for over two hours. Also, I Books opens and then closes right away with no content. Does it take this long, or is there an issue?

    I also tried manually underlining a few things on the new iPad and when highlighting a paragraph, it would skip a few lines and the line would go through a few as well. Looks like a major iBooks glitch needs to be addressed here.

  • HT204368 Is there a way for me connect my Iphone 5 to Itunes via Bluetooth I dont have my cable right now. Is there a way please help

    Is there a way for me connect my Iphone 5 to Itunes via Bluetooth I dont have my cable right now. Is there a way please help

    Not via Bluetooth. You can connect over Wi-Fi, but this needs to be configured when the device is connected with a cable.
    tt2

  • Having read how one might be able to send a video that is too large, it seems that those videos and still pictures that are sent, well at least for me anyway, end up 90 degrees to the horizontal...how do i send a pic, or video that is the right way up???.

    my question relates to the orientation of the videos, and still pictures that are sent via the ipad2...they always seem to be 90 degrees to the horizontal...can anyone suggest how to send them so that they will be the right way up???

    my question relates to the orientation of the videos, and still pictures that are sent via the ipad2...they always seem to be 90 degrees to the horizontal...can anyone suggest how to send them so that they will be the right way up???

  • I have multiple devices in my family. Each of us has an iPhone and an iPad. Is there a way for each of us to have our own Apple ID but one account so we can all get the same music, movies, books, etc. I can't see paying twice for something in the same fam

    I have multiple devices in my family. Each of us has an iPhone and an iPad. Is there a way for each of us to have our own Apple ID but one account so we can all get the same music, movies, books, etc. I can't see paying twice for something in the same family.

    Welcome to the world of digital media. Your can't really transfer it. I don't know what the rules are about transferring to your spouse but I do know that in some cases when you die, your heirs cannot inherit your digital media. This is why there is still an advantage to buying the CD since the usage rights belong to whomever holds the physical media.
    A possible workaround is to burn the songs to a music CD with yout account (tracks only without song titles) and then having your wife upload it as a regular music CD onto her account. It's been a while since i've done this so I'm not sure if it would work now.
    Please note that I'm not advocating copyright and/or TOS violations. I'm only suggesting ways to copy music for your own personal use which has traditonally been permitted. I only did this because I wanted to convert iTunes songs to mp3 files so I could burn them onto a data CD for use in my car. It would make sense that since married couples are a joint entity, this would be personal use.
    Also, I'm not a lawyer so don't take this as legal advice.

  • The "right" way to handle multiple devices, accounts and the cloud?

    Perhaps a bit premature, but I figure it's never too early to start planning. 
    Here's our current setup - I currently have four iDevices in the faily (three iPhones and one iPod Touch.  All are syncing to the same Mac Mini, albeit with different logins (and different iTunes store ids).  All four of these are kept in sync via Home Sharing so we have access to the music/apps/etc acquired by the others.
    Enter the iCloud - how does this fit in?  What's the *right* way to do this? 
    I can see two options:
    1)     Continue to utilize four iTunes store ids, sync them via Home Sharing and add four iClouds
         Advantages
              totally independent devices, users, etc.
         Disadvantages
              must pay for four "iTunes Match" services to access non-iTunes music on each of the four devices
              will iTunes-purchased music automaticaly sync to iCloud if it is shared via Home Sharing (or only by the original purchaser)?
    2)     Use one iTunes Store id for all iDevices
         Advantages
              single point of acquisition and distribution for all devices
         Disadvantages
              need to find a way to merge IDs (is this even possible?)
    Are there other advantages/disadvantages to these options?  Are there other options?  What's the easiest to set up and support?  Any other thoughts?
    Thanks in advance for your input.

    Well it seems like the first thing you should do is consolidate your iTunes libraries so that you don't have 4 copies of everything, one for each user logged in to your Mac Mini. How you do that is consolidate all 4 iTunes folders to one folder located in the /Users/Shared/ folder and update each of your iTunes to point to that folder accordingly. That way you have one iTunes library, only one copy of your media, but accessible from multiple users.
    One caveat is that if somebody is logged on and has iTunes open, you can't fast switch to another user and open iTunes. Apple made it so that only one user and one instance of iTunes can open a iTunes library at a time.
    For your iTunes match situation, it does sound like you would be much better off sharing a single Apple ID with one iTunes Match. For consolidating, make sure you have everything everybody has shared via Home Sharing to the main account you'd like to move over to, and then simply go to each device Settings, Store, and the sign out of the original Apple ID and logon using the shared main Apple ID. I just looked at it and the automatic downloading is already live in iOS! You can specify if you want to do music, apps, and books separately in case you may want to automatically download music but not apps or books.

Maybe you are looking for

  • How to put the form scope in session

    Hi, In struts you have the option of putting the scope of form as sesison in struts-config.xml.How do you do the same thing in weblogic workshop 8.1?Workshop automatically generates the config files for each workflow and it puts the default scope as

  • Logrotate and open trace files

    On our racs we see a lot of open (lsof) trace files in our dump directories. We've been using logrotate with cumpersome pre/post rotate code to rotate the files, with the code supposedly filtering out open files, but we still run into issue and are g

  • JTree SINGLE_TREE_SELECTION

    This doesn't work if user holds the mouse button down and drags up or down the tree? Anyone seen this problem before?

  • Chromecast has withdrawn support for my MacBook OS X10.6.8

    Have used the chromecast since January.  Recently has required reinstalling every week or 2.  This week, I could not proceed through the setup as the chromecast would not connect with my WIFI network using the procedures that had worked before.  Afte

  • Building a custom loop - howto?

    Hello all, I tried my best to find a tutorial about this on the web, but didn't found one... What I want to do is to build a JSF custom component that renders its child-elements for n times. A small snippet to clarify this: <mycuic:coolLoop beanToEva