Universal application platform

Here is an ordinary day in the IT department of a big company. Boss says: �Hey, Jack, we have a new application. Is written in PowerBuilder and is has to be installed on all our 300 workstations !�. �Great, says Jack. Another pain in the ass. Last month was a Java Swing application, three months ago was a Visual Basic� And I have to do all the work. Damn, I think I am gonna switch to a taxi driver job !�.
Swell, isn�t it ? Well, there are a few techniques to improve the installation procedure of a classic two tier application, but why not solve the problem from it�s root ? �Hey, Jack, we have the solution !�, we say to poor Jack. �Ah, yes, I know, web applications of course. Workstations only have to have a browser. But man, they are so clumsy ! They are slow and not easy to develop. And it�s stupid to use internet technologies inside a LAN. And the users always complain about graphical interface. And you know how it is when end users complain about graphical interface !�, says Jack, showing his teeth.
We smile condescendingly. We have a better solution.
Why not have them all ? Why not combine the best parts from both worlds ? This is what we propose now: a Universal Applications Platform. It is a �thing� that will allow LAN applications to be installed on a sever and to be accessed from a sort of browser, just like web applications, but the speed will be just like in 2-tier applications. And they will be easy to develop, with a RAD IDE. And the beauty of the interface will make women cry.
Now seriously. Here is the idea: in a web application, we have a data server which holds data, an application server which performs business computation and a web server which presents the data to its client � the web browser. This is good for an internet application, no doubt about it. But�
There are not many organizations who run web applications, compared to those which have classic 2-tier applications running. The need for this kind of applications was and will continue to be HUGE !
     That is why we think it worth to develop a cool mechanism for LAN applications. It will be similar to normal browser-HTTP-web server mechanism, only the browser will be more cool, the protocol will be heavier (since data will not have to swim across the Internet ocean), faster and more powerful in order to achieve the performance of a 2-tier system. Instead of a web server there will be a �presentation server�, which will generate the �view� part (as in MVC pattern) and will deliver it to its cool browser.
Now let�s put all the pieces together. We have:
-     a data layer which, by the way, would be nice to be obiectual instead of relational;
-     a business layer;
-     a presentation layer: this would be one of the four parts of our cool mechanism;
-     a connection & deliver manager � the second part of our cool mechanism;
-     a cool protocol for local area network communication - the third part of our cool mechanism;
-     a cool �browser� used to access the applications on the server: the final piece.
The presentation layer: this layer will generate the visual format of the data to be displayed to the end user. This layer will have to overcome the limitations of the HTML/CSS/JavaScript/AJAX and to provide a native-like interface and joy of living to end-users.
The connection & delivery manager: this will be something like a web server. It will manage connections and will deliver the requested content to each client.
The protocol for local area network communication: this will not be stateless like HTTP, it will be specially designed for LAN communication, for easy development and also for the performance needed by enterprise class applications. The communication could also be done by messages like in the old PeopleSoft architecture.
The �Browser�, or maybe is better to call it �executer�: this will be platform dependent. It will receive from the presentation layer a �description� of the page to be displayed and will build/render the page based on the underlying operating system capabilities. That description will contain both the structure of the page and the data.
The four layers - data, business, presentation layers and the connection manager - may be part of the same server program if best performance is desired, or they can be different programs, as they are now in web applications. The business layer could be represented by a stored procedures engine inside the data server, or it can be a regular J2EE server. The cool browser can be a regular browser updated to support the new cool protocol, but it better be totally new.
Of course this new devices will have to be widely accepted and become a de-facto industry standard, otherwise the goal of Universal Platform will not be achieved.
A few words about terminal software solution. We do not like this solution because this software is complicated and the network traffic increases unacceptably. And a word about applets: it is not a bad idea, still there is place for serious improvement. And Flash ? Not bad.
This was my idea. I hope you like it. If not, let forgotness lay above it�

you must use twitter for promoting such pages with the community

Similar Messages

  • Announcing the Universal Windows Platform development tools

    We just released the Universal Windows appdevelopment tools for writing Windows 10 apps in Visual Studio 2015. Itis an exciting release: you can now use the latest .NET technology to build Universal Windows Platform("UWP") apps that run on every Windows device - the phone in yourpocket, the tablet or laptop in your bag, the PC on your desk, the Xbox consolein your living room, and all the new devices that are being added to theWindows family like HoloLens,Surface Hub,and IoT devices like the RaspberryPi 2.Installingthe UWP ToolsYou can install the free CommunityEdition, which install the UWP tools by default. If you need theProfessional or Enterprise edition, you can download them from VisualStudio.com.During setup, choose 'Custom' to install the Tools for Universal Windows Apps.If you already haveVisual Studio 2015, here's two ways to...
    This topic first appeared in the Spiceworks Community

    Raghunathan wrote:
    I was just thinking if you can hold on to a specific version say for two years or so and release plug ins that the user may choose to add on as required. And once you know these are all bug free, merge them into a next major version. The Windows OS has in-built drivers for thousands of printers and scanners and one of the reason it takes 1 GB for simple install. Yet when I bought my new printer lst week, I loaded the driver that came with the printer ! I do agree that the dividing line between a universal package and a custom package is difficult to arrive. 
    I can not agree more with you Raghunathan. I have to admit I skipped Labview 8.0 to 8.5. But I upgraded then Labview 8.6 came out. And I am also happy that I completely ignored Windows Vista. I as customer want stability before a not quite error free new version, with only minor changes. But NI (the marketing department) want to sell, and think that they can create an artificial need by presenting a "new" version every year. I will also remind REM1 about the posting "Do you use LabVIEW but not apply for the beta?" http://forums.ni.com/ni/board/message?board.id=170&message.id=375205 That REM1 posted for about a year ago. It is quite interesting to see which postings that get most kudos
    But anyway REM1, are you entitled to leak some teasers about what will be new in the 2010 version. Or at least point to some areas which will contain new element(s)
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Web application platforms for Azure

    I have an application that resides in Azure and consists of a SQL database, a website that serves as the UI, and a Web API that exists simply to provide data from the SQL database to the API. The UI is a lightweight SPA developed in Durandal and Knockout.
    So far I have screens for retrieving data, but not for manipulating it. I'd like to develop a UI that hooks directly into the SQL database and makes the API unnecessary. 
    I have used SharePoint in the past and like how easy it is to build Web-based applications with it. I'd like to redevelop my UI as a SharePoint application. However, I do not want to set up an entire SharePoint farm for this. I've participated in the installation
    of a  SharePoint site, and I was overwhelmed by the administration. 
    I'm also a fan of wikis. I see that MediaWiki is an option. I'm concerned that it uses PHP and MySQL, two platforms that I am not that familiar with. I haven't installed MediaWiki and I don't know how easy it will be to interface it with a SQL Server database.
    I also don't know whether MediaWiki provides data-entry forms. (I have used Wikidot for personal sites for several years. Wikidot provides markup that makes it easy to create data forms.)
    Someone suggested that I create a virtual machine and install SharePoint Foundation in it. That could be an option if the cost is low and the amount of configuration needed is minimal.
    What are my options?

    Look into SharePoint Online. You don't have to setup SharePoint and SQL. You don't have to worry about upgrades. You can start coding right away. You just have to check to make sure it has the features you are looking for.
    https://products.office.com/en-us/sharepoint/sharepoint-online-collaboration-software
    Frank

  • How can i set my university mailing platform with my ios7 mail

    How can i set my university mailing protocol with ios7 mailing app??

    You usually need an SSL certificate for universities. Refer to your universities website or talk to your network administrator.

  • Are Intel-only applications faster than Universal applications?

    I'm just curious. I still have a G5 running Leopard. But I know that many future apps coming out, such as the next versions of Microsoft Office and Adobe Photoshop will be Intel-only. It makes sense that Intel-only would be faster.

    But I know that many future apps coming out, such as the next versions of Microsoft Office and Adobe Photoshop will be Intel-only.
    Actually nobody knows whether or not this will be true except Microsoft and Adobe. When and if it becomes true, those titles in those versions will not run on your G5s. However, as long as Adobe and Microsoft support registration for their titles on the older versions, they will run on your G5s. Backup your registration keys someplace safe away from your computer, in event you can't afford an Intel Mac right away and your Mac for some reason has a hard drive issue or controller issue. See my backup FAQ*:
    http://www.macmaps.com/backup.html
    - * Links to my pages may give me compensation.

  • Ow can I find the platform to deploy in Windows Universal?

    ow can I find the platform to deploy in Windows Universal?

    Hi,
    Hope you trying to find device on which the App is running.Simple Way to find out the device in which an universal application is running like surface or Phone.
     using Windows.Security.ExchangeActiveSyncProvisioning;
    var device = (new EasClientDeviceInformation().OperatingSystem != "WindowsPhone") ? "I am Windows" : "I am Window Phone";
    Regards,
    Selva Ganapathy K

  • Existing applications vs. "Universal" one...

    I currntly have many of the apple applications install on my iBook as well as many 3rd party applications. Will I have to convert all of them to their corresponding "Universal" application? If I don't, will they run slower?
    I just ordered a 2GH MBP, can't wait!
    -Jeff in NYC

    OK,
    Unfortunately you yourself won't be able to convert them, simply install the latest versions (If that was what you meant then apologies).
    All the Apple apps (apart from the Pro ones) are now Universal, so thats not a problem.
    Also, a large number of the 3rd party apps are now Universal, but not all of them. If want a full rundown of the Universal apps, take a look here:
    http://guide.apple.com/universal/
    That should help you out!!
    Regards
    Tom Fall

  • Universal Binary..Once and For All

    I know this topic has been discussed, but I'm still a little confused. I want to put this issue to rest, at least from my perspective.
    If you install a Universal Application via download or CD/DVD does it install an application that would be able to run of BOTH an Intel or PPC Mac. I know that the file size isn't exactly doubled, but does it still add extra unneeded code.
    I'm on a PPC Mac and I want to know if I download a Universal App am I getting the Intel version too. I really don't want this because I want my drive to be a slim as possible.
    If the Universal App does install both version (which I think was clearly evident in the huge increase in size of iLife '06 and iWork) is the only way to get the Intel version off to use "Trim the Fat".
    I don't really want to get into the nitty gritty...I just want to know if unneeded code is being installed and taking up space on my iBook because of this new Universal App thing.
    Thank you so much.

    I don't really want to get into the nitty gritty...I just want
    to know if unneeded code is being installed and taking up
    space on my iBook because of this new Universal App thing.
    The answer is yes.
    Universal binaries typically include both PowerPC and x86 versions of a compiled application.
    Universal binaries are usually substantially larger than single-platform binaries, because two copies of the compiled code must be stored. The size of the resulting universal binary is usually not double (roughly a 30% increase in size) as a significant portion will be resources which are shared between the two architectures.

  • IMac applications/data transfer

    I just unpacked and activated my new iMac and wish to transfer to this new iMac all of my applications and data files that are imbedded in my old eMac, including Quicken 2004 for Mac, Adobe Photoshop CS2, Adobe Bridge, iWork'08 and Apple Works 6. Since I don't have a firewire cable with an 400 Mb/sec plug on one end and a 800 MB/sec plug at the other end I am unable to use the Setup assistant to help me in transferring my applications. Can I use an Ethernet cable to accomplish this transfer. Also, must I install OS X 10.4.11 in my new iMac in order to run some of the older applications like Quicken and Apple Works? Any help will be greatly appreciated by this old (81 ys) man.

    Hmmm, not a good idea. Most of your applications are too old to work. You will need to locate and download upgrades to Leopard compatible versions where available. This includes replacing CS2 apps with CS3 or CS4 (preferably the latter) versions. Not sure that Quicken has a compatible version but you can check Intuit's site. You may need to find a replacement such as Tax Cut. Replace AppleWorks with iWork '09, although iWork '08 will work. If you plan to continue using AppleWorks you will need to download the AppleWorks 6.2.7 OS X version. It may continue to work tolerably with Leopard.
    You cannot install Tiger on the new iMac. Don't even try.
    You can connect the two computers vis Ethernet or if you have a home network both computers could be connected to your router either by Ethernet or wirelessly if the router supports wireless. Select Mac Help from the Finder's Help menu and search for "sharing" or "file sharing" for help with this. However, for your personal data files you may find it's easier to transfer them to a USB flash drive then copy them from the flash drive. Alternatively, backup the hard drive on your eMac to an external FireWire or USB drive in order to transfer your files.
    Be careful about what your chose to transfer because there's a world of difference between a PPC and an Intel Mac as well as between Tiger and Leopard. See the following:
    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3, G4, or G5 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior 4.1, TechTool Pro 4.6.1, SuperDuper 2.5, and Drive Genius 2.0.2 work properly on Intel-Macs with Leopard. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries. Leopard Cache Cleaner, Onyx, TinkerTool System, and Cocktail are now compatible with Leopard.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Transferring data with Setup Assistant - Migration Assistant FAQ
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode, copying the critical contents to CD and DVD, an external hard drive, or networking
    will work better when moving from PowerPC to Intel Macs. The initial section below discusses Target Disk Mode. It is then followed by a section which discusses networking with Macs that lack Firewire.
    If both computers support the use of Firewire then you can use the following instructions:
    1. Repair the hard drive and permissions using Disk Utility.
    2. Backup your data. This is vitally important in case you make a mistake or there's some other problem.
    3. Connect a Firewire cable between your old Mac and your new Intel Mac.
    4. Startup your old Mac in Target Disk Mode.
    5. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    If you are not able to use a Firewire connection (for example you have a Late 2008 MacBook that only supports USB:)
    1. Set up a local home network: Creating a small Ethernet Network.
    2. If you have a MacBook Air or Late 2008 MacBook see the following:
    MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- Migration Tips and Tricks;
    MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch, Late 2008)- What to do if migration is unsuccessful;
    MacBook Air- Migration Tips and Tricks;
    MacBook Air- Remote Disc, Migration, or Remote Install Mac OS X and wireless 802.11n networks.
    Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    Credit goes to Macjack for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.
    Revised 1/6/2009

  • Build event announced that you can convert your android app to windows platform ! How can I get the tools to do it?

    From the build event I heard that you will be able to convert Android and iOS application to windows 10 phone platform! How can I do that ? Where can I get the tools ?

    Here you go!
    Universal Windows Platform Bridge for the Android Runtime:
    http://aka.ms/projectastoria
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • Duplicate applications after using Migration Assistant

    I'm posting this because I haven't seen this topic addressed yet regarding using Migration Assistant for transferring data from old G5 to new Mac Pro.
    I used the Migration Assistant, which took hours to transfer data and stopped the first time due to a power backup overload. The second time I ran it, everything had transferred successfully, and I've been using my Mac Pro for almost two weeks now, with slight glitches that have been easily solved.
    Here's my situation: In my Applications folder, there are a number of applications that have "(from old Mac)" as a suffix. Specifically, all of my Adobe Creative Suite applications have duplicates, as does Cocktail Extras, Corel Painter IX, DiskTracker (Mac OS X), Extensis Suitcase X1, Fetch 4.0.2, Finale 20045 and 2005b, and FontDoctor X for Macintosh.
    Needless to say, I would like to recover the additional disk space that these duplicates are occupying, but is it okay to simply trash the ones that say "(from old Mac)", as I backed up my old G5 right before runnning the Migration Assistant, and I still have it sitting here, just in case something bad happens while I'm in the middle of a project? Or, should I trash the new ones? The Creative Suite apps have been activated on the Mac Pro, so I'm assuming that the "old Mac" ones could be deleted.
    Anyone having any experience with this? I don't want to reinstall a lot of things unless I have to, as I will be upgrading a lot of the apps as soon as Intel-native versions are released, and things are working well so far.
    Thanks for any advice you can give me.
    2 x 3 GHz Dual-Core Intel Xeon   Mac OS X (10.4.8)   8 GB RAM
    1.8 Mhz G5   Mac OS X (10.4.2)  

    Yes, it's OK to trash them. You have transferred items that are from a PPC Mac to an Intel Mac that apparently had Intel versions of the same software already installed. You definitely do not want PPC versions (this does not apply to most Adobe software which is PPC-only.)
    Unfortunately, Migration Assistant doesn't always know when not to transfer PPC software to an Intel Mac. This is especially a problem for the /Home/Library/ and /Library/ folders because MA may overwrite Intel components with PPC components. This can cause the Intel Mac to run slowly or not at all.
    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3 or G4 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior (does not work), TechTool Pro (pre-4.5.1 versions do not work), SuperDuper (newest release works), and Drive Genius (untested) may not work properly on Intel-Macs. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode or copying the critical contents to CD and DVD or an external hard drive will work better when moving from PowerPC to Intel Macs.
    Basically the instructions you should follow are:
    1. Backup your data first. This is vitally important in case you make a mistake or there's some other problem.
    2. Connect a Firewire cable between your old Mac and your new Intel Mac.
    3. Startup your old Mac in Target Disk Mode.
    4. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    4. Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/com.apple.mail.plist (* This is a very important file which contains all email account settings and general mail preferences.)
    /Home/Library/Preferences/ copy any preferences needed for third-party applications
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    Credit goes to another forum user for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.
    Unfortunately, if you find problems with your new computer it may be due to problems that arise when migrating from a PPC Mac to an Intel Mac using Migration Assistant. If this be the case your only recourse is to reinstall OS X. You should also reinstall your third-party software (or update it) to be sure you are using universal binary versions (if available.)
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • 49$ for Aperture Universal Binary upgrade against software license

    It has been said here http://discussions.apple.com/thread.jspa?messageID=1491182&#1491182 that the universal binary cd will cost us 49$, I think Steve said something like this on stage.
    Now, I guess I'm not the only one who thinks that this is totally unacceptable.
    But I'm glad I accepted the Aperture Software License Agreement. Quote from page 1 of Aperture Software License Agreement:
    3. Transfer: Updates:
    If Apple makes a Platform Update available prior to releasing a future, paid-for version of the Apple Software, you may obtain the platform Update free of change until such paid for version is available. .... blabla
    Now to me this is very, very clear: it says free. Free, dudes, not 49$!
    When apple charges 49$ for the Universal Binary disc then Apple is breaking the Aperture Software License. I guess you are then free to distribute Aperture on a filesharing server since you are not bound to the license anymore and you bought this piece of bits & bytes, so you can do with it what you want.
    Of course laywers will see this differently, maybe someone can clarify this point who understands something about software law.
    Cheers,
    florian
    Dual G5   Mac OS X (10.4.3)  

    Emotions are running high all over the place. Found this early this morning:
    http://www.apple.com/rosetta/
    The Universal truth
    Most of the applications that come on your Intel-based Mac are Universal applications, designed for screaming performance with the Intel Core Duo. That includes Mac OS X, iLife ’06, Safari and Mail. Most existing applications will continue to run, thanks to Rosetta. Pro applications from Apple — including Final Cut Pro, Motion, Soundtrack Pro, DVD Studio Pro, Aperture, Logic Pro, Logic Express, Shake and Final Cut Express — are not supported by Rosetta. For most applications, you can upgrade to the Universal version for minimal cost (see “Apple Applications” to right). Third-party applications that require precision real-time playback may perform better with a Universal version. For the expected arrival dates of Universal versions of third-party applications, check with their manufacturers.<
    bogiesan

  • SSO in Microsoft Application, SQL Server 2005 & OBIEE 11g

    Dear Gurus,
    Any experienced how to enable SSO(Single Sign On) in OBIEE 11g, when the application platform is microsoft instead of Oracle EBS and the data source from SQL server 2005?
    I am new on this.
    Any help will be appreciated
    Regards
    JOE

    Hi,
    Try below link
    http://sranka.wordpress.com/2008/06/06/enabling-sso-authentication-for-obiee/
    http://gellio.wordpress.com/2009/10/23/enabling-oracle-single-sign-on-osso-with-obiee/
    OBIEE, OAS, OID, SSO Integration
    http://sranka.wordpress.com/2008/06/06/enabling-sso-authentication-for-obiee/
    http://www.addidici.com/blog/?p=8
    http://download.oracle.com/docs/cd/E12096_01/books/AnyDeploy/AnyDeploySSO3.html
    Check the security guide here,
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10543/sso.htm#CEGJJFED
    Hope thsi help's
    Thanks
    Satya

  • Arabic text in my web application using iText..

    Hey Guys,
    I'm using the iText library to produce PDF reports in my web application; platform (ADF 11g and Weblogic 10g). I'm having a problem with rendering arabic text on the page, is there a way to print arabic text outside of a PdfPTable ?? I need to print a simple text like the title of the report , the subtitle and so on... please guys I need an answer...
    Thanks in advance.
    AccadSoft

    gimbal2 wrote:
    sabre150 wrote:
    AccadSoft wrote:
    please guys I need an answer.To get answers about using iText I use "iText In Action, 2nd edition" by the prime author of iText - Bruno Lowagie.Classic way to make money - make the API free and sell the documentation. Also an honorable way to make money IMO.I was using iText before 2004 when the first edition of the book came out ( 4 years or so after the library was first introduced) and it was hard work. PDF is a very complex document format and just using the Javadoc does not really get you anywhere. There are many 'gotchas' in iText and most of the iText tutorials cover only the very basics and pretty much none of the 'gochas'. The book starts off with very simple examples that could be constructed from the Javadoc but then it does move on to the more complex issues. Worth every penny.

  • Cannot load shared 'project' in Windows Universal app after upgrading to Azure SDK 2.6

    I've just installed the
    April 2015 release of the Azure SDK. It is version 2.6 and previously I was on 2.5. Now one of my projects will not load. It is the shared project in a Windows Universal application.
    When I right-click the project and choose 'reload' I get the pop-up error 
    > The method or operation is not implemented
    The output window gives more detail:
    > Things.Shared.shproj : error  : The composition produced a single
    > composition error. The root cause is provided below. Review the
    > CompositionException.Errors property for more detailed information.

    > 1) No exports were found that match the constraint: 
    > ContractName
    Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService
    > RequiredTypeIdentity
    Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService

    > Resulting in: Cannot set import
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")'
    > on part
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
    > Element:
    > Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.ProjectReferencesService
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.References.IBuildDependencyProjectReferencesService")
    > -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService

    > Resulting in: Cannot get export
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")'
    > from part
    > 'Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService'.
    > Element:
    > Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService.WireUp
    > (ContractName="Microsoft.VisualStudio.ProjectSystem.ConfiguredProject.AutoLoad")
    > -->  Microsoft.VisualStudio.Azure.Deployment.ProjectReferenceMaintenanceService
    The other parts to the Windows Universal app (the Windows 8.1 project and the Windows Phone 8.1 project) have two Azure NuGet packages installed: Windows Azure Mobile Services 1.3.2 and Windows Azure Storage 4.3.0. (N.B. Those two projects load without issue.)
    This is not a show stopper for me since uninstalling the Azure SDK 2.6 removes the load failure. To uninstall I go via the Control Panel to 'uninstall or change a program' and then uninstall Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.6
    I would like to know how to fix this without uninstalling the Azure SDK 4.6.

    Hi
    Have the same problem and waiting for an answer also.
    Code is like a box of chocolates!...

Maybe you are looking for

  • Error during dimension building

    Hi All, Is there a way to move the members using alias names in outline using a load rule? I have two dimesnion build process, one to create lev 0 members in a dimension and the other to move these members under proper rollups. The first dimension bu

  • What does the exclamation point mean?

    When I try to view photos in iPhoto '08 and increase their size, all I see is a graphic exclamation point.  What does that mean?

  • Screen exit for FS00 transaction

    Hi All, My requirement is i need to provide a button in FS00 transaction to approve the GL Code. Can anyone suggest me screen exit for FS00 transaction.  Thanks, Chitra.

  • Why do I get a full screen window of the "Text Edits" tool...?

    I got Acrobat 8 and when I mark some text with the Text Edits tool and afterwards types som replacements, I just get one big pop-up box filling the whole screen instead of the normal sized in the left margin as usual. And I am not able to see what I'

  • Excel read multiple cells

    Hi all, I want to read multiple cells from excel C1:C2 but I get the variant result: Value -> Array(Non Displayable)  When I removed string C2 to read cell C1 the result is OK. Does anybody know the solution?   Thanks in advance.  NacNud Using LabVIE