Help resolve an argument over ui/logic divide.

Where is the dividing line between ui and logic? For example where to put word completion code; should h:input be extended and the word completion code be put into the renderkit or something? how would it update?
Note: I have my own opinion but need input from others since I've been told I'm 'weak' on jsf architecture and usage. I personally would just use the h:input and a jsf combobox and ajax to get the effect with the word completion code in backing bean and handle the submit stage where "Use Semantic Language Tools to Better Understand User Intentions"[search web] is also done server side only in backing beans. I would only extend jsf[or richfaces] in cases I need a new thin client component and likely to use it repeatedly.

Where is the dividing line between ui and logic? For example where to put word completion code; should h:input be extended and the word completion code be put into the renderkit or something? how would it update?
Note: I have my own opinion but need input from others since I've been told I'm 'weak' on jsf architecture and usage. I personally would just use the h:input and a jsf combobox and ajax to get the effect with the word completion code in backing bean and handle the submit stage where "Use Semantic Language Tools to Better Understand User Intentions"[search web] is also done server side only in backing beans. I would only extend jsf[or richfaces] in cases I need a new thin client component and likely to use it repeatedly.

Similar Messages

  • I have messages in my clipboard I did not copy or write. Any info that could help resolve this?

    I have messages in my clipboard I did not copy or write. Any info that could help resolve this?

    Copy something to overwrite that.

  • Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Thanks

    Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Apple support says I have to pay £85 for to help me. Thanks

    Just a word of advice. Never ever use the word "urgent" on this forum

  • I want to eliminate an autofill choice that pops up when I sign into yahoo using the Firefox browser. I tried yahoo help which said hover over the unwanted line and press delete, but that did not work. I am using a Mac if that makes a difference.

    Question
    I want to eliminate an autofill choice that pops up when I sign into yahoo using the Firefox browser. I tried yahoo help which said hover over the unwanted line and press delete, but that did not work. Do you know how I can get rid of this autofill? I am using a Mac if that makes a difference. Thanks.

    Use Shift+Delete on Mac.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    *Click the (empty) input field on the web page to open the drop down list
    *Highlight an entry in the drop down list
    *Press the Delete key (on Mac: Shift+Delete) to remove it.

  • English Reader 9.4 - F1 Help resolves to ieindex.html

    I'm customizing both the English and French .msi versions of Reader v9.4 for my organization's mass deployment.
    There is a problem which exists in the English version but not the French.
    Here is the issue:
    F1 help resolves to:     http://help.adobe.com/en_US/Reader/9.0/ieindex.html    which does not exist.
    I know that it should be resolving to http://help.adobe.com/en_US/Reader/9.0/index.html
    I'm using the Adobe Customization Wizard.  Does anyone know where to find the F1 Help value in the AcroRead.msi file?
    I'd like to confirm the value is correct, before troubleshooting any kind of auto correct scenerio with our IE.
    Thank you,
    P

    Thanks John - the error however is from Adobe. I've tried running with Admin priviledges with no change. Let me rephrase as a question:
    After security update are users allowed to configure thier Adobe Reader and/or Acrobat to open "links" (e.g. URLs to other PDFs) within a PDF?
    If so, how? Below is the settings I've tried so far...

  • TS4036 My iPhone5 was replaced today and when I did a restore I was only able to access a previous backup to the backup that I did yesterday? Hence, I do not have access to some apps such as ebooks and games. Can you help resolve this issue?

    My iPhone5 was replaced today and when I did a restore I was only able to access a previous backup to the backup that I did yesterday? Hence, I do not have access to some apps such as ebooks and games. Can you help resolve this issue?

    My girlfriend had a similar issue because her new device was not updated to IOS7 when she turned it on, but her backup point was created using IOS7.  Check to be sure the restore point was created and then factory reset the phone after you have updated to 7. 

  • HT5361 MacMail has stopped noting when I have read an email.  For example, I had 17 unread messages, so I read them.  Despite me having read them AND deleted them, the inbox still has 17 new messages displayed.  Can anyone help resolve the incorrect displ

    MacMail has stopped noting when I have read an email.  For example, I had 17 unread messages, so I read them.  Despite me having read them AND deleted them, the inbox still has 17 new messages displayed.  Can anyone help resolve the incorrect display?

    Lord K.  Thank you. Yes I am within the 90 time period, however I travel Intertionally and I can not receive not make a call to Apple. I was just at the Genius Bar in Chicago and they said, don't worry about it.  It just floats out there, however, I can not recover my messages on a flash drive. I need to go back to my old computer which I don't have with me.  My messages were in folders for a lawsuit.  It is going to take an incredible amount of work for me to, you have no Idea.  We are talking thousands of pages!  I the defendent will have them during discovery so I am not so worried.  However, I can not bring them to him on a Flashdrive when I meet with him without an extraordinary amount of presssure on my part.  THis is not just some little email issue. This is suing EXPEDIA and Tripadviosr.com

  • Trying to update photoshop and repeatedly get error code U44M1P7, can anyone please help resolve this?

    Trying to update photoshop and repeatedly get error code U44M1P7, can you please help resolve this?

    JJMack, Thanks for the info. Let this old man digest it and see if I can put the info into action. I'll give you a feedback. Thanks for your help in this matter. I am not a tech savvy person. 
    Rueben Rueben D. Olivas Home Ph:  1-671-969-2452
    Cell Ph:  1-671-747-2453La Luz Photography
    Email: [email protected]/Guam Firehouse Cook: http://guamfirehousecook.blogspot.com/BBQGuam: http://bbqguam.blogspot.com/My Photostream: http://ruebenolivas.megashot.net/photostream

  • FUNCTION Cursor / WHILE LOOP vs LOOP / Logic help (RESOLVED)

    (I HAVE RESOLVED - making it more efficient, I hope - see FUNCTION) if anyone has a different =, more efficient way to write this, please share...
    I need help with a Function:
    I am trying to get a handle on a rate. This table has and employee column this is usually populated with 'ALL'. On the off chance that it has an actual employee number, I want that rate; otherwise, the rate with ALL. Everything in both records will be the same except the employee field. (if there happens to be an ALL rate and an individual employee rate. Usually there will only be one record).
    As I started to write this, I tested the WHILE loop logic and did not get a value back, but when I test a simple loop, I do. I have not finished the entire logic only getting a handle on a record that has the employee.
    I would like help:
    Understanding why WHILE loop isn't working
    How to go about testing if CURSOR c_job_payroll_rate_emp FOUND - get this value and EXIT otherwise IF NOT FOUND then get value from c_job_payroll_rate_all
    Start to my function is below w/ testing comments(** THIS IS THE RESOLVED FUNCTION.
    FUNCTION job_pay_rate(in_comp_code IN jobpayrate.jpr_comp_code%TYPE,
                        in_job_code IN jobpayrate.jpr_job_code%TYPE,
                             in_phs_code IN jobpayrate.jpr_phs_code%TYPE,
                                  in_cat_code IN jobpayrate.jpr_cat_code%TYPE,
                                  in_trd_code IN jobpayrate.jpr_trd_code%TYPE,
                                  in_emp_code IN jobpayrate.jpr_emp_no%TYPE)
    RETURN jobpayrate.jpr_billing_rate%TYPE
    IS
    v_val jobpayrate.jpr_billing_rate%TYPE;
    CURSOR c_job_payroll_rate_all IS     
         SELECT max(jpr_billing_rate) rate
         FROM jobpayrate
    WHERE jpr_comp_code = in_comp_code
         AND jpr_job_code = in_job_code
         AND jpr_trd_code = in_trd_code      
         AND jpr_phs_code = in_phs_code
         AND jpr_cat_code = in_cat_code
         AND jpr_emp_no <> in_emp_code;     
    CURSOR c_job_payroll_rate_emp IS     
         SELECT max(jpr_billing_rate) rate
         FROM jobpayrate
    WHERE jpr_comp_code = in_comp_code
         AND jpr_job_code = in_job_code
         AND jpr_trd_code = in_trd_code
         AND jpr_phs_code = in_phs_code
         AND jpr_cat_code = in_cat_code
         AND jpr_emp_no = in_emp_code;     
    BEGIN
    FOR rec_e IN c_job_payroll_rate_emp LOOP
    v_val := rec_e.rate;
    IF rec_e.rate IS NULL THEN
    FOR rec_a IN c_job_payroll_rate_all LOOP
    v_val := rec_a.rate;
    END LOOP;
    END IF;
    END LOOP;
    RETURN v_val;
    END job_pay_rate;
    Message was edited by:
    KB

    Rather than using cursors for zero or 1 row queries, use SELECT ... INTO
    Untested
    FUNCTION job_pay_rate(in_comp_code IN jobpayrate.jpr_comp_code%TYPE,
    in_job_code IN jobpayrate.jpr_job_code%TYPE,
    in_phs_code IN jobpayrate.jpr_phs_code%TYPE,
    in_cat_code IN jobpayrate.jpr_cat_code%TYPE,
    in_trd_code IN jobpayrate.jpr_trd_code%TYPE,
    in_emp_code IN jobpayrate.jpr_emp_no%TYPE)
    RETURN jobpayrate.jpr_billing_rate%TYPE
    IS
    v_val jobpayrate.jpr_billing_rate%TYPE;
    BEGIN
    SELECT max(jpr_billing_rate) rate INTO v_val
    FROM jobpayrate
    WHERE jpr_comp_code = in_comp_code
    AND jpr_job_code = in_job_code
    AND jpr_trd_code = in_trd_code
    AND jpr_phs_code = in_phs_code
    AND jpr_cat_code = in_cat_code
    AND jpr_emp_no = in_emp_code;
    RETURN v_val;
    EXCEPTION
      WHEN NO_DATA_FOUND THEN
        SELECT max(jpr_billing_rate) rate INTO v_val
        FROM jobpayrate
        WHERE jpr_comp_code = in_comp_code
        AND jpr_job_code = in_job_code
        AND jpr_trd_code = in_trd_code
        AND jpr_phs_code = in_phs_code
        AND jpr_cat_code = in_cat_code
        AND jpr_emp_no <> in_emp_code;
        RETURN v_val;
    --OTHER EXCEPTION HANDLING
    END;

  • Can anyone help with resolving static playback & input  in logic 9

    I'm a mix engineer and a bright guy, however I'm stuck.... I brought a new hardrive using as timemachine .. I'm using a iMac, My interface is RME UC connected to a Yamaha O1v96 via ADAT in & out. I also have Lucid Gen6 wordclock The static playback happens only in Logic all other programs the audio is fine.... I problems started when I added the hardrive, which doesnt make sense. The playback sounds like miss matched sample rate, but the clock has all equipment locked in.... HELP!!!!!

    Your project sample rate matches the clock one I assume, if not it's in project settings. The only other thing I could think of is a word clock desync. Have you tried running with your wordclock in Audio/Midi Settings set to internal to see if that is the issue?

  • Help!  No Audio output In Logic Express 7

    I have been running logic 7 Express with a MOTU Traveler for over a year now (with very few problems), and just this morning i have encountered a very puzzling problem. When i opened the song i was working on last night, i found that there was no audio output--just intermitant digital beeps at very high pitches (10-15k). i tried opening other songs; same problem. this problem does not occur when using the built in audio driver, so i was thinking it must be a hardware issue, but iTunes seems to output as per usual THROUGH THE MOTU so i'm really scratching my head here. hard drives etc seem to mount so the firewire port seems to be ok. i'm getting the same results (no audio playback and high digital pitches in Quicktime and Live as well...
    has anyone with this setup ever experienced anything like this???!!!
    thanks for reading,
    dave
    PowerBook G4 12"   Mac OS X (10.4.6)   1.33 GHz, 1.25gb ram, MOTU Traveler

    Check you preferences in LE for what you have selected for output. Also, and I am not 100% sure, because for me this is always already set, make sure each track has Output 1-2 on the channel strip. On my setup, I have my Tascam US-122 set for both input and output, then my monitor system is connected to the US-122. Now I don't recall which, but I think it was Logic that wants both input and output to be the same device. I am pretty sure, because I know I have used both in GB. Also, on my US-122, there's a switch for mono, so my recording comes in both speakers, as well as a direct monitoring switch, with a separate volume control, so I can balance my recording with the tracks I am playing to, to my liking. I am not familiar with your unit, but I'd think it'd have some similar features. Hope this helps some, anyway.

  • HELP! HOW DO I KEEP LOGIC WHEN UPGRADING FROM TIGER TO SNOW LEOPARD!

    So I use a later macbook but have another slightly older one (got it in 2007) that kinda kicked the bucket. I'm now able to use it again (with a new setup). I have Logic express (an older version) but the macbook is running that last version of tiger before leopard. I want to upgrade to snow leopard (which i've learned I can from tiger directly for the low price) but I don't want to lose logic since I payed for it and don't have the install discs anymore.
    I don't mind getting rid of everything else but I want to keep the actual program on the comp and just run it in SL. What specifically do I have to do (as far as backing up and all that) to CLEANLY upgrade from tiger to SL but keep logic? I'll have an external HD by the time I'm ready so keep that in consideration.

    I have never used Logic Express so I can't help you but if you to the Logic Express Forum and repost over there you might be able to find someone who knows about Logic Express to help you.
    Allan

  • I need help with one chapter of the Logic training series book...

    I've been studying from the Apple Pro training series manual - Logic pro 9, Professional Audio Production. I'm keen to sit the exam asap, and move onto the next book in the series, but may need a little coaching on one chapter - namely Appendix A, 'Using External MIDI devices.' I've never used Logic in this way, and only have one MIDI piano to work with at home. Therefore recreating what is required in the chapter, and getting my head around the material is proving difficult. Therefore I have two questions - 1) Will this section be tested in the exam?  And if so, 2) Is there anyone in the Berkshire / Surrey / West London area who could help me with a quick lesson? (I'd be prepared to pay, obviously) I've been using Logic for a number of years, so would prefer not to have to spend serious money on a full blown course.
    I'm keen to sit the exam over half term if possibe - w/c 4th June 2012.
    Thanks for your help.
    Arron

    Hi
    Appendix A covers setting up Audio MIDI Setup for a "real" external Synth, and then getting Logic to create a track to send MIDi out to that Synth. Finally, you set up the Program names.
    You should be able to go through the first part (and do it) providing you have some kind of MIDI Interface showing up in AMS. Create a "dummy" MIDI 'Synth' and cable it up.
    Once done, this 'dummy' synth will appear in Logic's Library for External Instrument tracks. Without an real synth you will not be able to hear any results.
    You could run through the process for setting up the program names, but without something actually attached, you will not be able to hear/see the changes.
    You could run in 32bit mode and use the "Software" quicktime synth, or maybe sort something using an IAC bus, but frankly, that's more likely to confuse the **** out of you at this stage.
    HTH
    CCT

  • NEED HELP TRANSFERING FROM PRO TOOLS TO LOGIC!!!!!!!

    Hey this is my first post, so hello to everyone on the boards. My question is that I am going into the studio to record live drums this weekend in a studio using pro tools, however i'm doing everything else at home, so i was wondering if anyone knows how i can transfer the audio files from pro tools on one computer to logic on mine. Also, please let me know if it works the other way as well, because i'm going back in to record vocals in the studio. Any help would be greatly appreciated!!!! THANKS!!!!!

    Best way to do this is to "consolidate" the files in PT so that they all start on bar 1, beat 1. Once you do this you can be assured that all files are aligned to start at the same point. Copy the files over to your Logic compute, drag them all into Logic's arrange window and then slide them all to 1 1 1 1. You're good to go.

  • Looking for help getting EZdrummer to work in Logic Pro 9

    First off let me say I have looked everywhere and even talked to toontack about the following problem. Toontrack as said that the plug-in is working properly and the problem is with Logic.
    Ok so I purchased toontrack ezdrummer and drumkit from ****. After installing them and updating to ezrumming 1.2 I am unable to load ezdrummer in logic pro 9. The really strange thing is that it will launch when using garageband and fully function.
    In logic it is not in AU manager and not there for selection in the channel strip, so I thought at first that it was only installing as a VST. However, when looking in Library>Audio>Plug-Ins>Components, EZdrummer.component is there. I thought this was where Logic looked for AU plug-ins but I'm now thinking thats wrong but I've not been able to find anything saying different.
    Please guys any help you can offer would be outstanding. I'm so fed up I'm about to get a refund but I would rather use this software.
    Thanks.

    EZDrummer works fine here.
    You could try trashing this file:
    Macintosh HD/Users/YourUserName/Library/Caches/com.apple.audiounits.cache
    On the next launch, Logic will rescan all your plugins.
    You could also try a new OS X user account.
    And what exact version of Logic are you using?

Maybe you are looking for

  • FI-FM: Partial clearing on account assignment (tcode fmfg_aapay)-No open items found

    Hello! We have activated business function PSM_USFED_PPAP3, then : -  Federal Government Functionality - activated ; - settings in Financial Accounting (new)---> Basic Settings --> Ledgers --> Partial clearing on account assignment:                -

  • Crystal Reports localization issue

    Hi, I am using Crystal Reports for .NET version 2005. Also, I am utilizing SQL Server 2005 as my database server. The problem is when I deploy applications in Spanish countries (maybe others, but did not try yet). The problem happens when dates are p

  • Ovi Maps/N8/CK200

    Hi Guys,  Im having problems with the voice guidance on the N8. I have the CK200 car  Kit and set it to play all sounds. The phone connects and everything comes through the audio system except the voice guidance.I have searched all setting on the N8

  • FICA - Security deposit interest calculation

    Hi, Currently our system calculates interests on deposit applied items up to it's clearing date i.e. interest gets calculated until deposit is returned to the customer. However we want calculate interest only until the date deposit is released. In or

  • Object id for BP Internal reconciliation and SPTN

    Hi expert, Can any one help, What is the Object id for BP Internal reconciliation SAP B1? We want to make SPTN notification if any BP reconciliation customer/supplier code are not matching then system block for reconciliation. Thanks in Advance. Rega