Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 6 of 6

Thread: Language of SC

  1. #1

    Default Language of SC

    Does anyone know what language ServiceCenter is written in. I am not a programmer and poeple always ask me that question and I just stand there with a blank expression on my face looking kinda dumb,......


  2. #2
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,271

    Default

    Probably C or somthing similar.

    It is deveoped in the framework Eclipse.

    http://www.eclipse.org/
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  3. #3
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default

    when you're asked that question, people probably want to know what language the stuff you do is in.

    Which is always a tough question. I just say it's proprietary.

  4. #4

    Default

    thanks guys,.....

    I'm prepared for the next time someone asks,....., :0)

  5. #5
    Senior Member benvargas's Avatar
    Join Date
    Apr 2005
    Location
    San Diego, CA USA
    Posts
    194

    Arrow Language

    If you are doing tailoring within ServiceCenter then it would likely be Peregrine's (HP's) proprietary Rapid Application Development (RAD) scripting/coding language.

    That being said, with the release of ServiceCenter 6.x tailoring can be done in JavaScript which is based on the Mozilla SpiderMonkey (JavaScript-C) engine:
    http://www.mozilla.org/js/spidermonkey/

    As far as I know the core application is a C or C++ binary however obviously the new Eclipse client is based on the Eclipse architecture.

  6. #6
    Member kobear's Avatar
    Join Date
    Dec 2001
    Location
    Buffalo, New York - USA
    Posts
    83

    Default

    The binary layer on the server side is written in ANSI C. This is the lowest common denominator between all the platforms that SC is deployed on. This is especially true of 5.x and prior, but has changed somewhat for 6.x +.

    While the majority of the binary layer is remains the ANSI C legacy code, many of the features required by the Esclipse client (such as natively communicating with the server via SOAP, as opposed to express on 12680, for example) are not possible without major coding in ANSI C. So, parts were written in Java. This is why the MVS support was dropped - no easy SOAP on the mainframe.

    The client is of course platform specific. The application layer remains RAD.

    HTH
    ------
    Kyle Obear
    Have pitty on Nerds. Nerds cannot help the way they are. Geeks, on the other hand, chose to be that way.
    Email: kobear@mandtbank.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts