Creating ties

Hello:
I am in Logic express 8.
I am using the notation editor to create a lead sheet and I want to tie notes in the score. First, I select the given notes I want to tie; then I go into attributes and select tie, but it doesn't tie the notes. There must be something I don't understand. Any help would be greatly appreciated.
Thank You,
James G

You have confused ties with slurs. Ties are for joining the same note to itself; for example, when a note continues across a bar line. Slurs are for joining two or more separate notes into a group.
So don't use ties; use slurs.

Similar Messages

  • Creating Ties in Notation

    I need to set a tie over a specific sequence of notes. Currently I drag the tie over from the box on the left and drop the tie onto the first note, then drag it out until it is lying over the entire passage of notes.
    Is there a faster way to do this?

    assuming you mean slur, logic has got a pretty fast way of doing it. set a key commands 'insert slur above/below selected' and then just drag enclose the note you want slurred and hit the KC. works over multiple staves too.

  • Need help with security

    Hi. I'm new to this list, and pretty new to web services. I'm
    currently trying to apply security to an existing application, and
    i've been studing the tutorials at sun web
    (http://java.sun.com/webservices/docs/1.4/tutorial/doc/). In the
    simple sample, in the build.xml file, there's a 'gen-server' target
    which i believe creates ties of the service, right? Well, i do the
    same step in my application (just before packaging into a raw war
    file), and move all the generated files, together with my server
    compiled classes, to the WEB-INF dir. Therefore i have all that class
    files in /WEB-INF/classes/hello (i'm doing this with a helloword
    example). Included in those files, theres a file called
    "HelloIF_Tie.class", which i assume is the tie for my service, created
    by the 'gen-server' target.
    After this i create a raw war file using the jar tool, and take the
    generated file to a dir named "dist". Then i try to create a cooked
    war file using the wsdeploy tool. However when i try to run the
    application, the server seems to ignore any security options i have
    configured. Looking into the deployable war file i found that it had
    generated quite a few more class files
    (HelloIF__HelloService__Tie.class between them), and that in the
    jaxrpc-ri-runtime.xml file there was the following line:
    tie='hello.HelloIF__HelloService__Tie'
    This seemed a bit strange to me, since i believed that my tie file was
    HelloIF_Tie.class. Therefore, i tried something: changing that line
    for
    tie='hello.HelloIF_Tie'
    And packaging all into a war file again with the jar tool, everything
    runs fine. However its kind of boring doing this every time i change
    the server code. So my question is...
    is it possible to tell the wsdeploy tool not to generate any tie
    files, and use the ones existing in the raw war file???
    is there any other solution to my problem???
    Im sorry if these questions are stupid, but im still quite novice with
    jwsdp and i dont know if im doing things right. Thank you very much.

    CQAndroid, help is here! I am familiar with this feature and use it with my own laptop and iPhone and well. It's a great feature! It forwards all of your text messages to your phone and Macbook, if you like. There's a few steps to try. First go to your iPhone Messages settings (Settings > Messages > iMessage) and turn off iMessages and turn it on again. Then go to the iMessages Settings on your Mac and do the same. Also make sure to activate your telephone number in the iMessages settings on your Mac. Try this and keep us posted please. Thanks!
    KristieQ_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Compact DAQ communications with SCADA Siemens

    Hello, I am currently designing a project for Machine condition monitoring using vibration sensors and temperature sensors as well as tachometer. The total number of sensors is about 161 sensors. My design include cDAQ 9188, NI 9234 and NI 9423. I am going also to use Moxa Industrial Access point to communicate the data with an existing SCADA system in the user control room.
    I have two questions:
    1-Will cDAQ platform be able to communicate with SCADA system?
    2- If yes, can any one help in the  design of interface screens for the project?
    Many thanks in advance for your support. Ihab

    Thank you Ryan,
    I am trying to select either CDAQ or Compact RIO. Either of them , I am going to use Labview to develop my system. The plant already have Siemens SCADA system for the rest of the process. They want me choose the less cost platform from NI Hardware (cDAQ) to develop the system for them. They claim that hey do not need the high cost platform from NI Hardware (cRIO). What you say is that SCADA will work with either system as long as we create ties between the outputs from a DAQ system to shared variables that will be available on your network.
    Also regarding the high number of sensors 161 (Accelerometers, Temperature sensors, Tachometers) , which platform can handle this high number of sensors better?
    Finally can you recommend any CLD or CLAD holder to help me against paid hours? 
    Thanks

  • How to create transaction in web tier

    Hi everyone;
    I have a problem with cmt session bean methods.I'm using user transaction interface at servlet.How can i joining cmt methods in existing transaction which is created by web tier.
    I tried this code for my aim but it didn't work properly it gives an error.
    The errors is=IllegalStateException.
    Context context = new InitialContext();
    UserTransaction userTransaction =
    (UserTransaction) context.lookup("java:comp/UserTransaction");
    userTransaction.begin();
    // Perform transacted tasks.
    userTransaction.commit();My session beans are cmt and transaction scoped persistence context and stateless.Is it possible to use user transaction interface with cmt methods.
    Please give me an advice how can i overhelm this problem,i'm looking forward to hearing your suggestions.
    Faruk Namlı

    java.lang.IllegalStateException
    at com.sun.jts.jta.TransactionManagerImpl.rollback(TransactionManagerImpl.java:346)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.rollback(J2EETransactionManagerImpl.java:1150)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.rollback(J2EETransactionManagerOpt.java:433)
    at com.sun.enterprise.distributedtx.UserTransactionImpl.rollback(UserTransactionImpl.java:225)
    at com.columbus.teienPortal.insertion.EnterNewDocAction.execute(EnterNewDocAction.java:65)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doChainInvoke(StandardPipeline.java:599)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:92)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    |#]
    [#|2010-03-03T10:31:45.331+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=23;_ThreadName=httpSSLWorkerThread-8080-3;_RequestID=0c350e31-426a-4fb4-b066-461a2268a18b;|
    javax.transaction.RollbackException: Transaction marked for rollback.
    at com.sun.enterprise.distributedtx.J2EETransaction.commit(J2EETransaction.java:449)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.commit(J2EETransactionManagerOpt.java:371)
    at com.sun.enterprise.distributedtx.UserTransactionImpl.commit(UserTransactionImpl.java:197)
    at com.columbus.teienPortal.insertion.EnterNewDocAction.execute(EnterNewDocAction.java:58)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doChainInvoke(StandardPipeline.java:599)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:92)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1096)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:288)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:647)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:579)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:831)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    |#]
    i want to execute more than one cmt methods in web tier in one transaction.
    if i insert data correctly to all,commit operation will be successfull.
    But,when the transaction need roolback,it throw above exceptions.

  • How to create a .mdf SQL Server database from a Data-Tier Application file that has data?

    This is a noob question, though I do use SQL Server databases all the time with Entity Framework when I code in C# using Visual Studio 2013.  The development environment is found below at [A].  I am trying to make a clone of a SQL Server 2008 R2
    database (.mdf)  that exists online.  I can read, connect and work with this database in Visual Studio 2013, but I wish to make a local copy of the database, as an .MDF file.  Somewhere in my notes I have a way of creating a local copy from
    an online database when using Visual Studio but I forgot how (it seems, reviewing my notes, that it deals with ADO.NET which is deprecated in Visual Studio 2013 these days, or so it seems).  So I'm looking for another way.  What I did was create
    (or export) a "Data-Tier Application File" from the online SQL Server database, with data, and it seems to have worked in that this Data-Tier Application file exists on my hard drive and seems to have data in it ("SQL Server Replication Snapshot"
    is the format it seems).  It contains skeleton code to create a database, but when I tried to execute it with SQL Server 2014 Management Studio, I got a bunch of errors.
    So my question is:
    1) Can I somehow create a .MDF SQL Server Database from an Data-Tier Application file that has data?  What tool do I use?  I saw this link, http://social.technet.microsoft.com/wiki/contents/articles/2639.how-to-use-data-tier-application-import-and-export-with-a-windows-azure-sql-database.aspx 
    and it relates to Azure, but is there a tool for C#Visual Studio 2013, standalone?
    2) If there's an easy way to create a .mdf SQL Server Database file from an online file, within SQL Server Management Studio?  I don't think so, since it would require Administrator permissions on the online server, which I don't have. I have permission
    to read, update, delete the online database file, but strangely not to download it (the service I use has a tool for backup, but not for download).
    3) same question as 2), but for Visual Studio 2013?  I don't think so, since I notice none of the templates even mentions ADO.NET anymore, but instead they go with Entity Framework.  Using EF I can of course do anything I want with the online database
    (CRUD), but it remains online.  Maybe there's a switch to make a local copy?  I guess I could write a short program to suck all the data out of the online database and put it into a new, duplicate database having the same tables, that I create on
    my localhost, but my question here is if there's an easier way than this, maybe a tool or command I can run from inside Visual Studio?
    Any advice on any of the above questions is appreciated.
    Thank you,
    Paul
    [A] Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    Microsoft Web Developer Tools 2013   2.0.40926.0
    SQL Server Data Tools   12.0.30919.1
    Microsoft SQL Server Data Tools
    Windows Azure Mobile Services Tools   1.0
    Windows Azure Mobile Services Tools

    Thanks but these links are too general to help.
    "2. what do you mean by online file?" - I mean the SQL Server database file is on a remote web server that I rent from, but I am not the administrator of.  I can access my database using SQL Server Authentication, but nothing more.
    Paul
    What do you mean by too general? It explains on how you can use data tier application to create and deploy databases
    May be this will help you to understand better
    http://www.databasejournal.com/features/mssql/article.php/3911041/Creating-Data-Tier-Applications--in-SQL-Server-2008-R2.htm
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Unable to Create Connection ( Connection error DA0005) in DESKI 3 TIER

    Hi ,
    I have strange error of connection in DESKI 3 Tier.
    Work Flow:
    => Wanted to create a deski report in Three Tier( from Infoview) using specific universe.
    => When I ran query it gives me error saying Connection error DA0005( Unable to create connection)
    Work around did
    => Created Webi report using same univerese reprort ran fine.
    The connection is there  on enterprise I don't know whats going wrong.
    Can any one help me with this error
    Neo.

    Hi Experts ,
    Any suggestions on this  please
    Environment : BOXI 3.1 SP3 , OS: AIX , APPS: WAS7, DB Trying to connect is DB2

  • How adbldxml.pl creates the new database tier context file

    We just completed database upgrade from 9.2.0.6 to 9.2.0.8 to 11gR2 for 11.5.10.2 financial (on Windows 2003).
    Application seems working fine after upgrade, autoconfig on application and database tiers are all success, but I have an issue with adbldxml.pl.
    I have tried to run adbldxml.pl after upgrade, I can not sync the <s_perl5lib> and <s_adperlprg> oa_var on context it created with oa_var I read from OAM.
    On OAM PROD > AutoConfig > Environments > oa_environment:db_home, it read as,
    <s_adperlprg>D:\oracle\proddb\11.2.0\perl\bin\perl.exe
    <s_perl5lib>D:\oracle\proddb\11.2.0\perl\lib\site_perl\5.10.0;D:\oracle\proddb\11.2.0\appsutil\perl
    but the db context file created by adbldxml.pl read as,
    <s_adperlprg>d:\oracle\proddb\11.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe
    <s_perl5lib>d:\oracle\proddb\11.2.0\Apache\perl\5.00503\lib\MSWin32-x86;d:\oracle\proddb\11.2.0\Apache\perl\5.00503\lib;d:\oracle\proddb\11.2.0\Apache\perl\site\5.00503\lib\MSWin32-x86;d:\oracle\proddb\11.2.0\Apache\perl\site\5.00503\lib;d:\oracle\proddb\11.2.0\appsutil\perl;d:\oracle\proddb\11.2.0\appsutil\perl
    By my understanding, adbldxml.pl should take shell (DB DOS) evn perl settings to create context file, but it never takes env settings.
    I was wondering how does adbldxml.pl works? does it creates a context file by reading from database or take some templates or may be both? and eventually, how to solve the issue.
    thanks in advance.
    DW

    Thanks for reply.
    I did apply the TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH U (9535311), it was a success from adpatch.
    I did apply the clone patches per Cloning Oracle Application Release 11i with Rapid Clone [ID 230672.1] 5. Apply the lastest Rapid Clone patches
    I have completed a rapid clone into a test server and ran clone scripts on app tier and db tier, the cloned application works fine as I can tell.
    I have tried (Autoconfig FAQ [ID 218089.1]), "I was instructed to change the value of the context variables s_adperlprg and s_perl5lib. How can I achieve that?"
    on the test server by setting perl5lib to the location it should be, but I ran adautocfg.pl instead of adconfig.pl, did it make difference? my understanding that adautocfg.pl
    will call adconfig.pl, are they interchangeable?
    Can I run adconfig.pl with context=<the correct context file> will make difference?
    adbldxml.pl is really stubborn, just won't bend.
    Would you mind advice me which table(s) in database contains these variables, I understand that it is not a good idea to modify the data in database directly, just curious?
    thanks
    DW

  • Can't create a new SQL Azure Standard Tier db

    I'm having an issue creating a new sql azure standard tier db. Here's the basic steps I've done to migrate a web tier db.
    Register for the sql preview programme
    https://account.windowsazure.com/PreviewFeatures
    Perform a db export to blob storage
    use the + (new) button to create a new SQL db
    select the import option
    browser to your saved export
    hopefully see the new tiers as options in dialog. 
    The new tiers require a separate server to web. Can create this from the import dialog
    I have 2 independent azure accounts, the above process worked for my test account but for the live account where I was also experimenting after success on the test account I hit an issue. I request to create a new server whilst importing. This step seems
    to work but then the actual import fails with this msg
    "Error encountered during the service operation. 
     Could not import package.
     Error SQL72014: .Net SqlClient Data Provider: Msg 40823, Level 16, State 1, Line 1 Invalid value provided for parameter EDITION. Please provide a value that is valid on server version 1.0.
     Error SQL72045: Script execution error. The executed script:
     CREATE DATABASE [$(DatabaseName)] COLLATE SQL_Latin1_General_CP1_CI_AS
     (EDITION = 'Standard', MAXSIZE = 1 GB)"
    Tried a couple of times but no joy. Using the portal I can browse to the new sql server and it looks okay other than the list of ENABLED
    RESERVATION SIZES ONLY HAS P1, P2, P3 I'm requesting a standard (s1) db not premium (P1, P2, P3). On my test server I see in this list also S1,
    S2. As you can see in the error message I'm requesting Edition = Standard. I get the feeling the newly created server is not accepting standard tier dbs?
    Now the server is created if I try an import I see the server in the list of available servers but when I select a tier of Basic or Standard the new server is grayed out, not so if I select Premium or the older Web or Business? Interestingly my current live
    sql server shows up as supporting the new premium?
    Thanks
    Wayne 

    Hello,
    Glad to hear that the issue resolved and thanks for your sharing.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Best practice to create multi tier (atleast 3 level) table

    What is the best practice to create multi tier (minimum 3 levels) of table?. Could any one provide a sample structure?.
    Thanks.

    Can u b more specific as to what you are trying to do. What u mean by 3 level table?

  • How FND_FILE.PUT_LINE create tmp file in app tier and move it to db tier?

    i have a concurrent program runs in application tier which uses FND_FILE.PUT_LINE... does anyone know whether is that true that when the concurrent program runs, it will create a temp file in the database tier ($APPLTMP), and once the program finished/done, it will copy the output to application tier ($APPLCSF/$APPLOUT and $APPLCSF/$APPLLOG - out file and log file)? if it is true, how does Oracle copy the file from database tier to application tier?
    here is my current setting:
    - concurrent program runs in application tier
    - mount $APPLTMP (set it as first entry in utl_file_dir) in database tier on applicate tier
    - tmp file creates in $APPLTMP (database tier)
    - out file creates in $APPLCSF/$APPLOUT (application tier)
    - log file creates in $APPLCSF/$APPLLOG (application tier)
    we occasionally run into problem creating tmp file. so, am wondering is there any best practice for concurrent program? should we run it in application tier or database tier?
    help is highly appreciated. thanks.

    Hi, Hussien.
    Our problem is... occasionally we run into "ORA-20100: File lxxx.tmp creation for FND_FILE failed" error. 0 bytes temporary file created, but out/log files created with data/output. That's why we don't know what did we do wrong.
    We followed metalink 261693.1, tried all the possiblities... still no luck on temporary files (created with 0 bytes).
    The problem (ORA-20100) comes and goes. Very inconsistent. Created simple package to test FND_FILE.PUT_LINE, it looks like nothing is wrong with that. So, not sure did we miss something.
    Thanks.
    --Ashley                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How oracle standard code to create/write concurrent log/output to $APPLCSF on the application tier server.

    Dear all,
    Could you please let me know how oracle standard code create/write concurrent log/output to $APPLCSF on the application tier server? utl_file ? or any other API?
    Thanks.
    Best & regards,

    APPS.FND_FILE
    PL/SQL APIs for Concurrent Processing
    http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458258.htm
    PACKAGE: APPS.FND_FILE
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_FILE&c_owner=APPS&c_type=PACKAGE&c_detail_type=sou…
    PACKAGE BODY: APPS.FND_FILE
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_FILE&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_t…
    Thanks,
    Hussein

  • How to create 'service' tier with functionality multiple struts apps

    I am looking for some advice regarding a future project. I have 3 struts webapps (running on Tomcat 4.1.3) each with some overlapping functionality. I would like to create a 'service tier' to accommodate common functionality which can be shared between the 3 struts web apps.
    What framework would best achieve this? Are EJBs the way to go? My struts apps all use DTOs so are not tied to the Action Form object. I have been looking at Spring but am not sure exactly how this will fit? Will tomcat serve my needs or do I need to migrate to something with full J2EE support. I have also considered JBOSS with Seam linking JSF to EJBs. Is this a viable option?
    The service layer can be on the same machine as the struts apps although I would like to have the flexibility to move it to a separate server in the future if necessary.
    I will be happy to provide more details to any who can offer me some guidance.

    Hi Saish,
    Thanks for your help.
    I have considered both options. The main goal is to
    eliminate duplicate code. However the presentation
    tiers of the applications are quite different. I
    will look into Martins book.
    It's outstanding. One of my top five favorite books.
    Would creating a jar file which is included in each
    .war end up becomming a maintenance nightmare?
    Depends on what you mean by ' maintenance'. In terms of onging development with your Java source, in a modern IDE, no. In terms of deployment, it does add a minor bit of complexity. However, if you are using an automated build and deployment tool such as Ant or Maven, the amount of extra work is trivial.
    In your opinion what would be the advantages of
    implementing the common functionality as a seperate
    tier (with SPRING/EJB) vs using a JAR file and
    distributing it with each app?They are not mutually exclusive. If you want to remove duplicate code, then simple refactoring is the start. As part of that refactoring, you may decide enough classes are providing similar functionality (such as transaction management, a coarse-grained public API, etc.) and create a tier. You mentioned in particular a service tier. This is a design and architectural decision. You could still completely refactor common functionality into a better design without the introduction of a new tier.
    Whether to create a tier is, IMO, more art than science. Adding a tier adds complexity. However, the net effect should be to reduce system complexity. It is more 'work' to implement a true persistence tier than to simply code JDBC in model objects (or use Hibernate/JDO objects). However, as overall system complexity grows, the addition of a persistence tier adds many benefits. Business objects concern themselves solely with business logic, where as data acccess objects concern themselves with persistence. You can even have different developers with different skills specialize within a tier.
    So, tiering really is a big topic. Fortunately, there are many architecture templates and design patterns to guide your decisions. "Patterns of Enterprise Architecture" (also by Fowler) compares and contrasts the more common ones. There is lively debate as to the pros and cons of different strategies. In the end, there is no cookie-cutter architecture. You will need (sometimes through the painful process of making a mistake) to see what works best for your actual system.
    Finally, about remoting. Remember the first law of distributed objects, "Don't distribute your objects". There is always a performance penalty compared to an in-JVM local call. Remoting has its uses, but these should be careful architecture-level decisions. (I should concded that even this paragraph is sometimes contentious and debated).
    - Saish

  • How to use Powershell to programmatically create a three-tier enumeration list?

    Hi,
    I'm tasked with creating an MP, say AdvantageLevelEnum.
    It has, say, four Tier 1 values: Platinum,Gold,Silver, Bronze.
    Each Tier 1 has, say, 4 Tier 2 values: Red,Green, Yellow.
    Each Tier2 has 3 Tier 3 values: A, B, C.
    What Service Manager Powershell example  can you provide that would create, programmatically create such a 3-Tier list?

    Hi,
    As far as I know you can't create a Service Manager enumerator with PowerShell cmdlets (default ones). You can create an XML file using PS and import it to SCSM but I hardly can imagine the reason.
    Instead you could try this
    solution.
    P.S. Using SMlets you can add new List Item.
    Add-SCSMEnumeration
    Cheers,
    Marat
    Site: www.scutils.com 
    Twitter: LinkedIn:
    Graveyard:

  • Is there a way to create basic tier Azurvm using new-azureVMconfig?

    Currently with azure powershell version 0.8.0 I am able to provision new Azure virtual machines using a combination of New-AzureVMconfig | Add-AzureProvisioningConfig | New-AzureVM cmdlets.  This gets me standard tier virtual machines with parameters
    for -instanceSize { ExtraSmall, Medium, Large, etc). 
    Is there a way for me to specify that I want a Basic Tier ExtraSmall vs a Standard Tier ExtraSmall ?
    thank you

    Hi,
    As far as I know, we don't specify the Basic Tier or Standard Tier VM in request using Powershell. And the documents didn't show this property. We only change it on azure portal. About this issue, You can submit a feature suggestion on
    http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for