Architecture types to achieve application isolation,scalability,HA, etc

Hello,
Can someone please point me to a document/material for different architecture types and best practices for weblogic architectures? Like different architecture types to achieve application isolation,scalability,HA, Clustering, etc
Edited by: user9021545 on Mar 18, 2011 10:51 AM

We have several pieces of documentation that cover this type of thing.
Here's the Fusion Middleware High Availability Guide:
http://download.oracle.com/docs/cd/E14571_01/core.1111/e10106/toc.htm
and some high level topologies:
http://download.oracle.com/docs/cd/E14571_01/core.1111/e10106/busreq.htm#CHDEECIG
And WebLogic Server specific HA information:
http://download.oracle.com/docs/cd/E14571_01/core.1111/e10106/aa.htm#CFADJHAC
That's probably as good as place as any to start with and hopefully gives you something to work with.
-steve-

Similar Messages

  • Architecture change in existing application

    Aim: Architecture change in existing application
    Domain: Health Care
    Background: There are 2 application ( Front end: one in oracle forms - deals with accounts module and another in some legacy application - deals with patient, clinical and diagnose module) using and sharing the same Oracle 9i database.
    Patient related modules are moved into another database ( java as a front end, oracle 10g as backend ) which is normalized - eliminating duplicate tables and column, also its tables and columns names are not matching with existing (patient)system.
    Now the requirement is making the existing application related only to Accounts module ( having complicated business logic written in packages ) to work as it is without changing the code, design drastically.
    Questions:
    1. Now how best this task can be completed without affecting existing Accounts system drastically ( with minimal changes )?
    2. what are the possible best approach to achieve this ?
    3. what are the best way for communicating the 2 DB in this scenario ( may be creating synonym, views etc ) ?
    4. What are challenges that needs to be addressed ?
    Any recommendation, suggestion and solution will be very much appreciated.
    Thanks and Regards,
    Lokesh

    Views are one possible approach which make it possible to change the "real" datamodel without changing the appliacation itself. I can't tell you if its the "best" approach for your problem.
    Since most of the Patient related tables ( more than 200 tables ) are modified and if views are created for all this tables, What will be the performance.Performance is not influenced by just the fact that you use views instead of tables. It depends on the structure and complexity of the views you use. This question can not be answered in general.
    If 2 databases resides in 2 different server then, what is the best approach for communicating databases
    ( can you please put a thought on MQ, staging database... ) ?Again, it depends. How much data has to be read from one db in the other one? Are there data changes happending in one db which have to be applied in the other db?
    Based on above two, Is it still view are the best option?I don't know enough of your requirements to answer that question.

  • Document Type specific to Application Type

    Dear All,
    Can any one guide me how to configure Document Type specific to Application Type in DMS.
    What I mean, Doc Type 'DRW' should be used only ACAD Drawings, user should not able to attach or check in word document to it.
    same time Doc Type 'DOC' should be used only word document , user should not able to attach or check in ACAD Drawings to it.
    Thanks & Rgds,
    Sukan
    [email protected]

    Hi Sukan,
    Go to Tcode<b> "DC10"</b> i.e. Define Document types
    here you find the two fields <b>"Def WS Appl."</b> and <b>"Dis WS applic."</b>
    these two fields are for specifying the Application you need for a particular document types.
    so when you try to create a DIR and attach the Original by create or open then
    by default you see the application what you have set in the DC10 for that particular document type but can be changed.
    <i>So you need to put a check on field "<b>DAPPL"</b> i.e. Authorization check through Object <b>"C_DRAW_DOK"[/</b>i]
    Regards
    Rehman
    Reward Your Points If Useful

  • Flex iPad Application : Run code before application enters background  Application Type: Flex Mobile Application Target Platform: iPad AIR Version: 4.0 Development Environment: Flash builder 4.6  I want to run some code just before iphone application goes

    Application Type: Flex Mobile Application
    Target Platform: iPad
    AIR Version: 4.0
    Development Environment: Flash builder 4.6
    I want to run some code just before iphone application goes into background. I need function similar to didEnterBackground
    of native xcode app
    (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegat e_Protocol/Reference/Reference.h
    tml#//apple_ref/occ/intfm/UIApplicationDelegate/applicationDidEnterBackground:)
    I tried using devactivated function of flash.display.STAGE.
    I used following addEventListener:
    STAGE = this.parent.stage;
    STAGE.addEventListener(Event.DEACTIVATE, onAppDeactivated);
    It worked for me but only when device is connected to development environment in debug mode. When I create my release build
    it is not working.
    So how can I make sure that my code runs before application goes into background.

    Even I am facing almost same issue
    Problem installing Adhoc version to iPhone and iPad - Development Environment Is - Adobe Flash CS6

  • Content type at web application scope

    Hello
    Is this possible deploy content type at web application scope feature?
    (I want activate content type at all site collections)

    You can try exploring content hubs using Managed metadata services
    Plan to share term sets and content types in SharePoint Server 2013
    http://technet.microsoft.com/en-us/library/ee519603(v=office.15).aspx
    Overview of managed metadata service applications in SharePoint Server 2013
    http://technet.microsoft.com/en-us/library/ee424403(v=office.15).aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Pros and Cons of Application Isolation/Multiple server instances?

    Hi. I'm setting a new server using ColdFusion Enterprise with Apache to migrate several web application from and old server with ColdFusion 7 server. I'm currently doing research regarding multiple server instances in order to have a separate server for production apps and another for development apps (see http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf363c31-7ff 5.html and https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+Multiple+Server+Instanceshttp:/ /). In addition, I'm also doing research regarding application isolation to have separate production application in separate servers. I'm trying to identify all pros and cons for both "Application Isolation" and "Multiple Server Instances" to make a decision on whether I will proceed in applying these techniques. I have found several links that talk about some of the advantages but have not been able to find anything regarding possible disadvantages. Have anyone in this forum has used any of the techniques, and can provide more information/experiences regarding the pros and cons?

    Hi Ricardo_Lorenzo,
    Whether to go for Multiserver instances or Single server, is totally a user requirement based decison. If a user has Single website, or multiple websites (of the same nature, in terms of functionality), usually the part of same domain, then they would go for Single sever installation. One single instance will handle the requests from all the websites (if there are multiple). There would not be a clustering/failover setup within ColdFusion and can use the ColdFusion Standard or Enterprise version.
    On the other hand, if a user has multiple websites, all with different functionality and have multiple applications (may or may not) running, then they can go for Multiserver installation. Each website can be configured with individual instances. Clustering can be done within ColdFusion if needed. One would need an Enterprise license of ColdFusion for the same.
    Hope this helps.
    Regards,
    Anit Kumar

  • What is the best data type for wallet application?

    Hi Friends..
    I want to know what is the best data type for wallet application..
    Assume that, i want to the Total of money saved digitally in Applet Wallet..
    And then if there's any transaction the Total of money which saved digitally in Applet Wallet would be Subtracted or Added depends on how much money that spent or saved..
    Which one is the best implementation of these scenarios :
    1. I save the User ID and Total of money in the Java Card, and then if there's any transactions, it would be added or subtracted directly and then saved again in the Java Card
    2. Or.. I save the User ID in the Java Card whereas Total of money in the Database, and then if there's any transactions, the ID would be read from the Card, and then select the Database based on that ID, and then Add or Subtract the money depends on how much money spent in the Transaction
    Please help me regarding this
    Thanks in advance

    Hi,
    Personally I would choose to store the total amount stored on the card. You could use two shorts (short[] perhaps) to store an integer (add more shorts to increase precision) and simply handle overflow your self. You could even look into using a third party library (or class) that treats a byte array as a big integer etc. There were some posts recently on floating point arithmetic that could be helpful for you since you will probably want to use decimals and JC does not natively support floats.
    Cheers,
    Shane

  • SCCM 2012 use PowerShell to create a GlobalCondition, limiting the Deployment Type of an Application to certain operating systems.

    Title says it all basically.
    In the GUI im able to create a Global Condition (condition type: Expression) where I can add a clause that Limits the deployment type of an application to certain operating Systems (useful for deploying 64-bit apps).
    Is there away to Trigger that Setting using PowerShell? So far I haven't found one.
    Thx in advance...

    I changed my script a little bit and can be found Here. 
    An example to use it is:
    #Get Application named "Test" from the Server "localhost"           
    $app = Get-SCCMApplication "Test" "localhost"
    #A rule will be created from the global condition rule "ForumTest" where the registry value equals to "1"
    $rule1 = Create-SCCMGlobalConditionsRule . "ForumTest" "IsEquals" 1 "Registry"
    #Add the rule to the requirement rule of the deployment type
    $app.DeploymentTypes[0].Requirements.Add($rule1)
    #And save the application
    Save-SCCMApplication $app
    PowerShell, System Center 2012, Windows 8 http://blog.lechar.nl
    Thanks Rob!
    Have unfortunately encountered some problems:
    Get-SCCMApplication does not exist. Changed it to Get-CMApplication
    Create-SCCMGlobalConditionsRule - Cant find any "Create..." cmdlets
    Save-SCCMApplication does not exist
    Get-CMApplication : A positional parameter cannot be found that accepts argument 'TestApp'.
    At H:\sctipt\SetRequirement.ps1:2 char:9
    +  $app = Get-CMApplication "TestApp" "siteServe ...
    +         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Get-CMApplication], ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.ConfigurationManagement.Cmdlets.AppMan.Commands.GetApplicationCommand
    Create-CMGlobalConditionsRule : The term 'Create-CMGlobalConditionsRule' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
    the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At H:\script\SetRequirement.ps1:5 char:11
    +  $rule1 = Create-CMGlobalConditionsRule . "GlobalRuleName" "IsEquals" 1 "Registry"
    +           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Create-CMGlobalConditionsRule:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    Cannot index into a null array.
    At H:\script\SetRequirement.ps1:8 char:2
    +  $app.DeploymentTypes[0].Requirements.Add($rule1)
    +  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : NullArray
    Save-CMApplication : The term 'Save-CMApplication' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the na
    me, or if a path was included, verify that the path is correct and try again.
    At H:\script\SetRequirement.ps1:12 char:1
    + Save-CMApplication $app
    + ~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Save-CMApplication:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException

  • How the SPARC ANSI 3-level architecture help to achieve data independence?

    Hi guys,
    Anybody know how the SPARC ANSI 3-level architecture help to achieve data independence?
    Regard
    Ken

    Is this an Oracle-related question? I'm not sure I see the connection...
    Justin

  • I am trying to install an update of Microsoft office and I get a message that says.  This application must be closed ETC.....   I am running Parralell and I think it is there.  The two programs are "Microsoft Database Daemon" "SyncServicesAgent"....

    I am trying to install an update of Microsoft office and I get a message that says.  This application must be closed ETC.....   I am running Parralell and I think it is there.  The two programs are "Microsoft Database Daemon" "SyncServicesAgent".  How do I close these programs?

    If the Office updates have to be run through Win in Parallels, there's not really a section here that covers that , because Neither Office or Parallels are Apple products. There is only a small chance that you'll find someone with BOTH your conditions who just happend to look into a forum on older iMacs.
    Parallels has a forum here:
    http://forum.parallels.com/forum.php
    I think you'll get a faster response there.

  • Best conversion application (temperature, currency, speed etc)

    What is the best conversion application (temperature, currency, speed etc) that you have found???
    Also it is not something that comes with the iPhone 3g right now is it?

    I can't speak for what is "best", unless someone wants to give me an unlocked iPhone 3G and ship it across the border to me under cover of darkness. But you should look at what's listed here in terms of iPhone apps and see what you like"
    <http://www.ilounge.com/index.php/software/iphone/C254/>, and
    <http://www.appsafari.com/category/calculators/page/13/>.
    Mulder

  • Language services in Visual Studio-based application (isolated mode)

    Hello everybody,
    I’m developing a Visual Studio-based application in isolated mode (VS 2013). So far everything has gone smoothly, I have programmed some VSPackages, they manage their windows with their items, doing their things.
    The problem arising is how to open a C# file (.cs) in the editor and have syntax coloring, statement completion and the rest of features provided by the language service. If I use VsShellUtilities.OpenDocument() the C# file is opened, but I have no language-specific
    support.
    I have read Language Services part of the Visual Studio SDK tutorial and now I’m exploring the Projects part, but I don’t think I need a new project type or language service. I think I would use the C# language service provided by VS “as is”. Should I load
    it, how?
    I would appreciate any suggestions and hints.
    Pedro.

    Hi Pedro,
    The "isolated" shell does not ship with, nor does it allow the loading of the visual studio languages. You cannot open a C#, VB .NET, or C++ project in the isolated shell, as their respective packages are explicitly prevented from
    loading into the isolated shell.
    If you have a dependency on the C# language service, then you will need to integrate with Visual Studio itself.
    Sincerely,
    Ed Dore

  • How do I add content types in the Applications section under Preferences

    I have several applications I use regularly on multiple macs. For specific file types, Firefox 4 will only give me the option to save the file. It does not allow me to select an app to use, and, the file type is not listed in the Content Type list on the Applications tab in Preferences.
    In particular, I have XLS associated with Excel, but XLSX is not listed, so all I can ever do is save it, then open it.
    Another case, on one mac, PDF is associated with Preview, but it is not listed on the other, so again, all I can do is save it. It doesn't allow me the option to change actions.
    There must be a place to change the default behavior for unknown file types, isn't there?

    You can look at this extension:
    *MIME Edit: http://space.geocities.yahoo.co.jp/gl/alice0775/view/20080912/1221150790
    * User Info for White Alice0775: https://addons.mozilla.org/en-US/firefox/user/84420/

  • I don't have pdf documents listed as a file type in the applications drop down menu so I cannot manage the handling of these file types. How do I get the pdf file recognised?

    I don't have pdf documents listed as a file type in the drop down applications menu, so cannot handle these. How do I add a file type?

    After a little Googling, it looks like B.Media is a content management system from Wave Corporation used for making catalogs. Doubtful you'd be able to license it at less than an enterprise level.

  • No option to save files, content/file type missing from Applications list

    I want to be able to click a link to a file and have the option to Open the file with a specified application.
    When clicking on the file I want to Open with a specified application, I only get a Save or Cancel option.
    When I look in Preferences > Applications, the file type is missing from the list.
    This was working. It is not working anymore. It is not a problem with the website. I need to know where in the FF settings I can change this.
    FF 30.0
    Kubuntu 13.10
    Thanks

    ''Tahl [[#answer-693773|said]]''
    <blockquote>
    OP, did you ever get a solution to this problem? It's driving me nuts having to specify a download destination then go into a program to open the file I just downloaded!! Have tried deleting file types .rdf and no success either!
    </blockquote>
    I'm not sure of the solution on Windows. But this worked for me on Linux.
    I needed to edit mimeTypes.rdf
    See the links below for details. The first one was someone having a problem with Transmission. I was having a problem with ktorrent, so I just adapted that. If you're having a problem with a different file type, then you'll need to adapt it differently. But the general idea is the same.
    http://askubuntu.com/questions/384375/how-can-i-get-firefox-to-open-torrent-files-with-transmission
    http://forums.mozillazine.org/viewtopic.php?f=9&t=1706945
    Also, I suspect that FlashGot or some similar download manger plugin was responsible for screwing this up. I haven't confirmed it yet, but I've seen some things that make me suspect it.

Maybe you are looking for