External use of JS libraries

Hello

Is it possible to use external JS libraries like ext - js, jQuery in the portal? This will be useful to have a better user interface features.

If it is possible, any idea - where should I keep the files?

Yes, it is certainly possible to use JS libraries such as jQuery and extJS in portlets that you develop.  Note that extJS is already delivered with the first catalogue of services and is used in many parts of the application.  You can refer to extJS without the inclusion of a script.

If you use libraries JS that are not provided as part of the product, the best practice is to put in the directory on the server.  Under Windows, you can create a directory such as

C:\CiscoPrimeServiceCatalog\jboss-as-7.1.1.Final\RequestCenterServer\deployments\RequestCenter.war\custom\my_js_lib.

In your JavaScript portlet, you add a line as follows:

.  Alternative, you can reference a CDN, e.g. http://code.jquery.com/jquery-1.10.1.min.js">."  If you do the latter, make sure that your server applications can access the internet, and the http/https protocol matches the configuration of your application.

Tags: Cisco DataCenter

Similar Questions

  • To use creative cloud libraries please log - Panel error

    I am connected to the creative cloud desktop application and all programs work very well. Except the libraries Panel said "to use creative cloud libraries sign in please." It won't sync/sign in even though I'm connected. I opened same illustrator of the creative cloud desktop application. Do not connect the library panel.

    I tried to delete the opm.db file, restart, logoff, restart the program, delete the CCLibrary process, update of all programs, the Panel closed, then reopened, and I have no idea what to do. I desperately need help, here. I can not work like many of my files are saved in my library.

    Any suggestions?

    Hi AxiumAdmin,

    I'm moving your question to the Adobe Creative cloud forum where they may be able to better target your problem.

    Meanwhile, the solutions in this discussion can help: creative cloud libraries does not not in photoshop.

    Best,

    Del

  • Satellite S50D-to-10F and external use with ODD

    I bought this laptop in the illusion that a DVD player today. It has the appearance of having one on the side of the laptop, please tell me I'll be totally stupid right now and can't figure out how to open...

    Second, assuming that it doesn't have a DVD player, if I bought an external USB DVD drive play games like the Sims with the same performance as it would if the DVD drive was built in this laptop?

    Thanks for the help in advance.

    According to the specifications of the laptop it doesn t have the optical disk drive. I don't know if you need so often, but if yes I recommend you to send back und buy another model with ODD.

    If you like it and want to keep it, you can buy external USB ODD. I have one too and it works perfectly with my NB50D so I think that you shouldn't have some performance using this external ODD issues.

  • The extended and external use .c and .h class?

    Goal: Make main.c become smaller.

    Problem: When the .c file is created, eror show "implicit declaration of function 'show_dialog_message' [- Wimplicit - function-declaration]" on show_dialog_message

    Question: How to use class extended/external .c and .h? or something wrong in the following coding?

    Mini code: all the required classes are included.

    The main.c

    #include "helloworld.c".

    If (EXIT_FAILURE is {resize (event))}
    stop = true;
    }

    HelloWorld.c:

    int resize(bps_event_t *event) {}
    If {(event)
    snprintf (msg, MSG_SIZE, "Hello World!");
    show_dialog_message (MSG);
    }
    Return EXIT_SUCCESS;
    }

    HelloWorld.h

    int resize(bps_event_t *event);

    Thank you for your attention,

    Hello

    In main.c include helloworld.h, .c

    .c files are compiled independently.

    the .h files first implemented in .c files report.

    So when referencing functions implemented in other .c files, include .h file to before--declare variables and functions.

    It will work in this case, but generally it is better to guard multiple of inclusion in the .h file using the preprocessor commands:

    HelloWorld.h

    #ifndef HELLOWORLD_H
    #define HELLOWORLD_H
    
    int resize(bps_event_t *event);
    
    #endif // HELLOWORLD_H
    
  • SBS 2011 ceased to recognize drives external, used for the backup of the shadow

    I have two external drives used for backup on a SBS 2011 server. The other one is a WD drive a Seagate. Shadow copy not now don't recognize either drive.  Both drives worked on the server for about 9 months and are not anywhere near full capacity. The server is now saying that it can't find the drivers for external drives, he previously used the last 12 months. Both drives have been tested, are recognized and work correctly in any windows 7 computer. Is there a way the GET the server again recognized the readers?

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the forum TechNet for assistance:

    Small Business Server

    Hope the helps of information.

  • LR CC: HARD drive externally using as "To do" folder between devices?

    I've subscribed to CC, have not yet taken the trouble with Photoshop that LR has a tendency to fill all my needs.

    My main PC is the whole catalogue LR and where I do most of my "good" editing. However work recently gave me a 4 Surface Pro which is great for editing basis, review of bits and other parts.

    I know that I can use the Mobile with LightRoom app for Smart insights fast flag/reject the workflow and changes Super Basic, but I was wondering how to work better between the Surface and the PC.

    I have a "To Do" folder that I dump basically pictures of directly at the exit, the camera and this is what I would like to sync between devices. I tried to use OneDrive for this but the download speeds are so slow (Sony A7R2 RAW are 86 mb each!) that it is not really valid.

    Can I instead put the folder "To Do" on an external hard drive, photos of dump that and then point LightRoom at it? So when it is connected to the Tablet, I can make changes flag etc., then can plug into the PC and it still has all edits and flags saved against these files? The Mobile app also highlights that for Smart previews too? Once marked as "done" export to the main PC.

    I guess I'll have to lock the drive letter, but it will work until I have pay for a disk HARD USB3?

    The SSD would be probably faster for read/write operations when compared to a normal external drive, I use both, but to compare as long as I can do what I want to do!  I tend to not worry about performance, unless it does not analyze the long! I have a catalog with dates back to LR 1 in 2007 and have used various means between 2 computers over the years!

    Now, I tend to use the temp, or the location catalog when you use the portable computer, which is the 12-inch MacBook with a little similar to the Surface Pro SSD. Good luck.

  • How to access a project using JDeveloper Extension libraries

    Hello

    I am working on a class for JDeveloper Extension loader. My scenario is:

    1. I created a new java using JDeveloper Extension file.
    2 based on setup of libraries in the project properties, COMPILE this new java file and load the current ContextClassLoader.
    3. use the class responsible for doing something else (generate a new artifact).

    Step 3 is unlikely to change, so what I have to do is to compile the new java file and load it into the ClassLoader. However, I can not get the list of libraries in the context of the project dependencies. When I look in the JDeveloper extension API, I found this example:

    Import oracle.jdeveloper.model.JProjectLibraries;
    Import oracle.jdeveloper.library.JDK;
    Import oracle.jdeveloper.library.JLibrary;

    Connect the adapter.
    JProjectLibraries projLibs = JProjectLibraries.getInstance (project);

    Download the project JDK.
    JDK jdk = projLibs.getJDK ();

    Get an array of libraries referenced by this project.
    Library [libs = projLibs.getLibraries ();

    However, I can not find oracle.jdeveloper.model.JProjectLibraries under JDevelop 11.1.2.0.0 (11 GR 2). The document is 11 GR 1 material. I don't know if this one is obsolete, or is it anyway to get the list of library to a project.

    I tried the following:

    JdevClassLocatorFactory jdevClassLocator = new JdevClassLocatorFactory();
    ProjectClassLocator projClassLocator = (ProjectClassLocator) jdevClassLocator.getProjectLocator (app, currentProject);
    projClassLocator.getLibrariesFor (currentProject);

    However, getLibrariesFor (Project) is a protected method, non-public method. Is there anyway that I can compile and load the java file newly created programmatically?

    Best regards

    Harry

    Harry,

    For the execution of a project class path, use oracle.jdeveloper.model.PathsConfiguration.getInstance (project) .getRunClassPath () which includes required to carry pots and .class files.

    Keimpe Bronkhorst
    JDeveloper team

  • E1505 external use adapter at the office, presents device management only

    First a little back on the ground to see why I try to get my laptop hard drive data. The initial problem was the power supply in the Dell Inspiron E1505, Dell support believes that the motherboard is damaged by the provided information. The cost of service and Council of mother too I can't replace it at this time. I bought a new power with the new connectors adapter and could not take the laptop to life.

    I tried different adapters to use to connect my drive sata hard E1505 to my desktop type EIDE. I bought the wrong type cards first because most of the information received was for EIDE to UBS adapters. I bought three different types and could not get the appropriate connection. I didn't know I had a type SATA HDD, I was looking for the pins to the back of the hard drive, which of course was never found.

    I solved the problem of the external adapter, now I find that the hard drive of the laptop does not appear in windows xp 'My Computer', so I am unable to see my files on the external hard drive. I see the drive in Device Manager, there is no drive letter, I am only able to get the help option when right click on player to leave. Any help would be appreciated


  • Table creation of externally using XML files.

    I'm trying to load data from the XML file into the database table. I want to use external Table for this loading feature. Although we have the functionality of external table with text/plain file, is there any what process of the XML data in the database of loading table using the external table?
    I use Oracle 9i.
    Appreciate your answers.

    Concerning

    Published by: user652422 on December 16, 2008 23:00

    Hir user652422!

    Here is an example:


    CREATE TABLE tab_ext_books
    (authors VARCHAR2(2000),
    title VARCHAR2(2000),
    publisher VARCHAR2(2000)
    )
    ORGANIZATION EXTERNAL
    (
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY my_ext_tab_dir
    ACCESS PARAMETERS
    (
    records delimited by ""
    badfile my_ext_tab:'empxt%a_%p.bad'
    logfile my_ext_tab:'empxt%a_%p.log'
    fields
    (
    filler char(2000) terminated by "",
    authors char(2000) enclosed by "" and "",
    title char(2000) enclosed by "" and "",
    publisher char(2000) enclosed by "" and
    "
    "
    )
    )
    LOCATION ('books.xml')
    )
    PARALLEL
    REJECT LIMIT UNLIMITED;

    This is books.xml




    Thomas Kyte
    Oracle Expert One On One
    Wrox Press


    Gaja Vaidyanatha, Kirtikumar Deshpande, John Kostelac
    Oracle Performance Tuning 101
    Oracle Press


  • Satellite L750D - external use of GPUS

    Hello

    I have a problem with my laptop, specifically a Satellite L750D-1DQ. When I play a game, my APU AMD A8 - 3520M (with integrated graphics Radeon HD 6620) works fine, but my external GPU (6400M HD) done anything. I tried everything and I managed to get the catalyst 13.1 on my laptop, which should have solved the problem, but it didn't.

    My external graphics card does not support whenever I play a game. It just sits there doing nothing while my APU must do all the work. I bought this laptop just in order to be able to play properly, but without that 6400 M, I get everything except good performance out of it.

    Can someone help me please?

    Hello

    I m wondering why you said that external GPU does nothing.
    How to check this?

    As far as I know the laptop supports an AMD A60M/A70M Chipset with AMD A8 - 3520M processor. The graphics card must be an AMD Radeon HD 6470 M (bi - GPU)

  • HOW TO READ BACKUP FILES ON MY HARD DRIVE EXTERNALLY USING VISTA HOME OS WINMINPC

    I have CARNT SEE MY COMPUTER BACK UP IMAGE ON MY EXTERNAL HARD DRIVE. MY WATCH LAPLINK SOFTWARE THAT IT REGISTERED UNDER WINMINPC. BUT IT WON'T IF POSTER NOT ON THE SEAGATE HARD DRIVE.

    I have CARNT SEE MY COMPUTER BACK UP IMAGE ON MY EXTERNAL HARD DRIVE. MY WATCH LAPLINK SOFTWARE THAT IT REGISTERED UNDER WINMINPC. BUT IT WON'T IF POSTER NOT ON THE SEAGATE HARD DRIVE.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-system/Windows-backuprestore-Panel-States-to-create-a-new/6104836f-0b9d-41BA-aad6-585cfeafd1c3

  • To use creative cloud libraries, please install the creative Cloud Desktop Application

    Hello

    I've seen a number of discussions on this issue and am looking for a definitive solution. I am a member of the team using CC for the teams behind our proxies and previously in the library panel would not connect to the server. After following the instructions to the white list , a number of areas, and URLS, I can now get as far as the above message when I open an application such as Illustrator. I have already installed the application of Office CC so I don't know why it says this. I deleted all files preferably in the and the database file in the files mentioned in this post of wood K and still no change. I tried to kill certain processes but cannot find the CCLibrary process so I'm out of options.

    Any help?

    C

    Please contact support for assistance: FAQ: how to contact Adobe for support?

    I'm moving this discussion to the forum creative cloud download & install .

  • Limitations on the external use Apache server

    Hello

    I'll put up a web server for streaming video to the h.264 for ios device format and the flash player.

    I know that I need to the vod with HDS and HLS, and I don't need real stream live recording.

    At this point, I configured my apache server and modules in FMS.

    I talked about this document

    http://help.Adobe.com/en_US/flashmediaserver/configadmin/WSd391de4d9c7bd6093a7e2f8312a374a-1bde - 8000.html #WS565cbb3ff5441e2614fa39ef13121395a10-8000

    It seems works fine now.

    Because I no longer have to use FMS in my environment, what is the limitation I need to concern in terms of the license, performance, etc. ?

    Just point the httpd HLSFmsDirPath and JitFmsDirPath configuration to a place where your "licenses" folder is present. In case. the modules are not able to choose the license, you will not be able to listen to more than 30 minutes of video through HDS - VOD or HLS - VOD...

  • How to use the external package in OpenScript 12.5.0.2?

    Hello.

    There is a feature in OpenScript called libraries of functions. It works like a charm, and that's fine.

    But I wonder if it is possible to use external classes, not functions. Lets' we have a packet com.company.utils, I want to use for all OpenScript tests.

    It is imported into the project. OATS IDE itself indicates that the module is imported, helps the external use of the classes and so on, but when I try to run the script, it does not always succeed except NoClassDefFound.

    No chance I can do external code packages (jars NOT) work?

    Hello

    One way is you can add the jar files to the assets and call the class of pot in the code and object creation will help you use its methods

    Otherwise, keep the class file for your code to java with the script and import the same class your script. Create an object of class and then you can call the methods of the same class

    Kind regards

    Dembélé M

  • I need to reformat my external hard drive to use with Bootcamp?

    I intend partitioning very little hard drive space because I have 255 Gb solid state. I bought a seagate drive, because for the price, it has the best transfer rate. I intend to help if you are using windows. It would be nice to spend my money on a single external use. The drive must be reformatted for mac. I'm sure that means I can't use it for both, but I hope that I do not understand how boot camp and the work of partitioning. I hope that I can just reformat external use for mac and I can also use it in bootcamp with windows.

    If anyone knows how that might unfold, I would be grateful!

    Thank you

    J

    The Boot Camp drivers allow Windows to read the disc, but not write installation of MacDrive in Windows will provide write access.

    (141825)

Maybe you are looking for