Difference between developer workplace and full blown portal

Hello,
Can anybody tell me what the difference is between the developer workplace and a full blown portal?
Thanks,
Elmar

Last time I checked, there was no functional difference between the two portal environments - the Developer Workplace, however, must run on Windows, whereas with a generic portal install you can install it on either Windows, or one of the various Unix variants.  The only reason for this restriction is that the Dev Studio has some Windows DLLs that will not work under Unix (although some people have made the Dev Studio mostly work under Unix, this is an unsupported configuration and is therefore not recommended).
You may also get some extra 'developer-specific' content in the DWP installation that you won't get as part of a generic installation.  That's not to say you couldn't get the content after the fact, and install it on the generic portal install.
We don't use the Dev Workplace, since our PC desktops are quite restricted, and constantly scanned (in other words, performance is horrible).  We have Unix environments that run multiple portal developer instances (one per developer) - we just point our Dev Studio at those environments and deploy there.

Similar Messages

  • What are the main Differences between Cisco CallManagerExpress and full blown Cisco Unified CallManager

    I am trying to decide which to deploy to a site that has a little over 100 users and they use a lot of features with their current phone system setup. For example, one setup is ring once to 'x' user and if they dont answer forward the call to 'y' group of users and if they dont answer, go to 'user x' voicemail. Does CME support those kind of configurations?
    Also i have a CUCM environment at one site... Can CME Integrate with that or is it more of a standalone?
    Thanks for any input.

    Not sure if this is still supported, but this is the only option I've heard for CME:
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps7046/ps7274/data_sheet_c78-675112.html
    HTH, please rate all useful posts!
    Chris

  • Difference between instant client and full oracle client

    Everyone,
    I had read the below lines from a goldengate pdf. Someone please explain me what is the difference between instant client and full oracle client?
    What is the use of XDK libraries.?
    " The full Oracle client must be used with GoldenGate so that the GoldenGate programs
    have access to the Oracle XDK libraries. Do not use Oracle Instant Client, which lacks
    those libraries. You can download the full client from Oracle’s website."
    Regards,
    SAKTHi

    The dealio is this:
    When you install client software, you have several options as to the degree of what you get/install. The big chicken dinner is administrator, so you get all kinds of extra features, add-ons, libraries, utilities, etc. At the hard candy Christmas end is instant client, and that has just enough functionality to, as you may surmise by now, connect a client and that's about it. Various libraries have functionality built in to do whatever extra is required. An example is FAN, or fast application notification, used in Data Guard failover. A FAN API (Java) will detect a failover and re-direct a client connection to the new primary. What GG uses XDK for (specifically) isn't of importance to a user, just the fact that it is available for connecting to Oracle is.

  • WHAT IS DIFFERENCE BETWEEN DEVELOPER 2000 AND SQL DEVELOPER?

    Hello Everyone.I am new to oracle and want to know the difference between developer 2000 and sql developer in oracle.Pls?

    Developer 2000 is an application for making webforms that will be served on an Application Server, and accessed by the end users through an applet in their webbrowser.
    SQL Developer is a tool for administrating and manipulating data and structure of your database. Like a GUI version of SQL*Plus, not advisable for end users.
    Regards,
    K.

  • Difference between Developer (6i and 10G)

    Hi All...
    What is the Difference between Developer (6i and 10G).
    Thanks & Regards
    Sanjeev

    Regarding Forms specifically, the most significant difference (in my opinion) is that all versions newer than 6.0.8 cannot be run as a client/server or character mode application. All versions 9.x and newer are deployed as a java applet within a browser.
    There are numerous other differences, so describing all here would not be possible. If you have a question about something specific, please let us know and we can try to respond.
    I would recommend you refer to the many documents which are available on OTN. Here are references to the most significant pages on OTN regarding Forms and Developer (iDS):
    FORMS PRODUCT INFORMATION:
    http://www.oracle.com/technology/products/forms/
    FORMS UPGRADE INFORMATION:
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/
    FORMS TECHNICAL WHITE PAPERS:
    http://www.oracle.com/technology/products/forms/techlisting10gR2.html
    DEVELOPER SUITE PRODUCT INFORMATION:
    http://www.oracle.com/technology/products/ids/

  • Troubleshooting hints - differences between development environment and release environment

    Hello,
    I am using LabVIEW 8.6 for an application involving stepper motors.  We are using 2 Velmex stepper motor systems to run PIR targets for a manufacturing test.  The problem I am having is that the program runs fine in the states where it was developed but hangs approximately every 10th run when running in the manufacturing environment in China.  Since I am on the EAst coast there is the 12 hour time delay, and I am planning on doing a live support call to find out what is going on.  The person who installed the code made some modifications, but I am not aware of the differences.  He also may send his code here and see how it runs.
    The assumption I am making (based on past experiences from here in the States) is that the stepper motor interface is hanging.  since I can't recreate the problem here I can't troubleshoot it.
    With a past prooject I was working I did some code on one machine, and when I ran it on a different machine the order of execution for items in a sequence was different between the machines.  Has anyone run into this before?  Unfortunately for the task at hand the stepper motor has to run at the same time that analog data on multiple channels are being acquired.
    Any suggestions?
    Mike
    Mike

    Thanks for the reply.  I did think about putting in a producer-consumer.  It turns out that there was a problem with the computer it was being run on.  The computer was changed and the problem got better, although it did not go away.  The stepper motor was done through a com port talking to another hardware / software solution.  The tasks are truly independent and pass no data between them.  However, the other task being run involves collecting analog data and updating on a chart (and in one instance stimulating an analog output), and when the stepper motor starts the analog data collection is not updated on the chart.  I figure this could be because the charts are a memory hog.  No data is lost, and it is running, so I figure if it's not broke don't fix it.  It now occasionally locks up. I can run it here for 100 times with zero lock ups, and the last report I got was it ran 30 times in china before locking up.  I may have to start examining differences between their machine and my machine.
    Now as to the configuration management.  It needs to be clarified a wee bit.  I'm doing the initial code development / updating, and then we hand off to china, which can make code tweaks as needed.  They also have 3 lines running this program, and one of the items I did was to load the differences between lines from configiration files (INI files), and that I got working well.  We have fixture variables, items that vary between lines, and configuration items, which are I/O lines and what not.  The digital I/O and analog I/O referenced MAX tasks, and that worked well.  There are also a com port call for the stepper motor, and in another program an RF power meter, which had to be referenced from an INI file.  I will reccomend that they do their code development on one machine and create executables to store on the production lines.  We have been bouncing code back and forth from the team members from the states that are currently in china doing the install.
    Mike
    Mike

  • Difference between Developer consultant and Technical Consultant

    Hi All,
    I would like to know the difference b/w Developer consultant and technical consultant with respect to XI.
    In SAP Technical consultant means ABAP Consultants.
    Does Technical consultant in XI means Developer who does the coding or wt?
    Also, would like to know the certification code applicable for the developer consultant and technical consultant. C_TBIT51_04 APPLIES TO WHICH CONSULTANT AND C_TBIT44_04 APPLICES TO WHOM?

    Hi Sofia,
    I explain you in detail:-
    1. Technology Consultant
    A Technology cosultant is responsbile for the implementation and operation of SAP XI. The certification ID is C_TBIT51_04. The duration of the certification is 3 hours with 80 questions. The course for certification preparation are:-
    TBIT40 (XI Fundamentals)
    TBIT50 (XI Technical Implementation & Operation - Part 1)
    TBIT51 (XI Technical Implementation & Operation - Part 2)
    2. Development Consultant
    A Development consultant is responsible for development and implementation of the integration scenarios in projects. The certification ID is C_TBIT44_04. The duration of the certification is 3 hours with 80 questions. The course for certification preparation are:-
    TBIT40 (XI Fundamentals)
    TBIT41 (Mapping Concepts)
    TBIT42 (Adapter Concepts)
    TBIT43 (Business Process Management Concepts)
    TBIT44 (Mapping, Adapters and BPM)
    I hope the above gives you a clear understanding.
    Regards.
    Praveen

  • Difference between delta load and full load

    HI,
    i am getting confused with full load and delta load.
    The scenario is as follows:
    I have 4 records which i need to pass to DSO.(Standard DSO)
    These are the fields and records.
    IO_amount          io_QTY         0UNIT     0CURRENCY     Matnr
    1519     195     EA     USD     MM01
    2643.85     12     EA     USD     MM02
    3580.4     10     EA     USD     MM03
    6049.8     12     EA     USD     MM04
    Now i need to change the record as
    IO_amount          io_QTY         0UNIT     0CURRENCY     Matnr
    1500     195     EA     USD     MM01
    2643.85     12     EA     USD     MM02
    3580.4     10     EA     USD     MM03
    6049.8     22     EA     INR     MM04
    When i passed it as full and delta load but could not make out any difference..
    I can see the data only in active data and change log tables.how can i see that in DSO?
    please help out,Points for sure.

    Hello Susmitha,
    You are right & your view of data is also correct
    But only thing here is ODS which you are using mait have Overwright option in its Update Rules /Transformations
    Here Q is
    Which fields are in KeyFields in DSO Design
    If
    this Field Values are same in Delta are Full Upload
    it will overwrite the records in ODS / DSO
    If not
    it will add the records to DSO /ODS
    Comming to Delta & Full Loads
    If you use Full always all data Present will be loaded
    if you use Delta always changed & New records will be updated
    This happens through Pointers Set ( Snap Shot of Previous Load )
    Some tables where you can see RSOLTPSOURCE,RODELTAM etc
    Try to wiew this ,Its tough to get
    Thanks
    Hari

  • Difference between Academic Version and Full Version?

    Can anyone tell me what the difference is between the Academic version of Final Cut studio, and the Retail versoin other than a huge price difference??
    THanks!

    What do schools do when a new version comes out, are they expected to shell out another 700 bucks for each license they currently have?
    if you want the new features you upgrade
    if the version you have is working for you why would you be expected to upgrade, nobody is forcing you to upgrade
    man you are soooo lucky
    back when I was in Film school FCP alone cost over 1200 same for DVDSP and I had to get AFX 5.5 and Protools (Motion and STP weren't out yet) each over 1K (PT over 1500)
    or ANOTHER academic copy
    WHY knowing this and planning on needing FCP AFTER you are eligible to use EDU (after you graduate) consider locking your self into another nonupgradeable path
    How am I gonna explain to my dad that he needs to shell out MORE money than the original copy just for an upgrade?
    why are you worring about this right now
    no new X.0 version has been announced so there is no need for you to worry about this. if you NEED the new features IF there is another version announed at a later event why not start saving now
    nothing will stop the version you are using now from working
    you don't NEED to upgrade with every version
    NOWHERE on the educational Final Cut Studio page does it say that it is not upgradeable.
    yes it is
    it has been also discussed here, at nausea, when ever someone upgrades without reading or checking resources
    I forget the exact link but basically it says "you cannot use a Academic version or NFR versions as a starting point for upgrading to version 5/studio"
    DAVE

  • What is the difference between developement system and delivery system?

    Hello Experts,
         I have some questions regarding publishing the content on delivery system.
    Could some one help me.
    1) Can we use Development System as Delivery System?
    2) Can we Publish a Site into Development System?
    3) How to check whether the installation done in development mode or in delivery mode? I mean do we have any procedure to check ?
    4) What are the Advantages of Delivery System over the Development System?
    Note: I installed Webcenter sites11gR1 on Weblogic10.3 server and windows 7.
    Thanks in advance
    Rajendar.

    Rajendar Raj wrote:
    I got the answers.
    1) Can we use Development System as Delivery System?
    Ans:
    Yes, a development system contains the same functionality as a delivery system. Conversely a delivery system doesn't have a contributor interface so it cannot be used for managing assets.
    Not recommended and it also depends on the sizing of your environment and tuning. Delivery systems usually are architected with performance in mind, depending on the expected load, logs are minimal and usually Remote Satellite Servers are added. Important as well is that no content or any assets is created directly on the delivery system, you might run into unique ID constrains when you publish content from Authoring to Delivery, in your case Development.
    2) Can we Publish a Site into Development System?
    Ans:
    Yes, you can.
    Be careful this is not recommended, you can run into unique id constraints issues
    3) How to check whether the installation done in development mode or in delivery mode? I mean do we have any procedure to check ?
    Ans:
    Look in the ominstallinfo directory, in the location where WebCenter Sites was installed. there is a file called omii.ini that contains installation-time choices and parameters. Look for the parameter "Development"
    - true, indicates it was a Development type install. Advanced UI will be available, as will the Contributor UI
    - false, indicates it was a Delivery type install. Only Advanced UI will be available.
    4) What are the Advantages of Delivery System over the Development System?
    Ans:
    A delivery type install is more secure, as the contributor UI and some other editorial components are not installed. It also prevents editors from changing content on the delivery system by mistake.
    In general Delivery systems are architected different, more emphasis on performance, caching and security.
    Thanks and Regards
    Rajendar.Regards,
    Rodney

  • Difference between DEVELOPMENT mode and PRODUCTION MODE.

    Hi Gurus,
    We installed oracle 11g Fusion on our machines and while creating a soa domain we selected development mode, then our B2B performance is completely slow then we later changed it to Production mode, then it was pretty good.
    While installing weblogic (10.3..3), which One you prefer and JDK(Jrockit 4 or jdk 1.6.0021)
    While installing SOA and ADF after running a config.sh file it will prompt for JDK( Which one is preferble)
    And same as while creating a SOA domain which one you prefer (JDK or Jrockit)
    Regards
    RAJ

    Hi Raj,
    As the name indicates, Development mode should be chosen for development environments where load is not too heavy and performance/throughput may be slow but all the features will be same as production mode. Production mode is used on a licensed software and it gives better performance and throughput, even it may bear the heavy load as well.
    For Development environment (Dev mode) you should use sun JDK and for production mode JRockit should be used.
    Regards,
    Anuj

  • Export differences between GUI ALV and Portal

    Hi,
    Have a customer that is able to export reports to Excel using the 'Local File -> Spreadsheet Option'. When this is used in the GUI, the report exports as expected, all columns from the ALV view in the correct columns in excel.
    If I run the same report through the customer portal, exporting the data in the same way, when I open the file in excel, each ALV column is combined into 1 column in excel.
    Questions:
    - Are there any differences between the GUI and Portal when using the exporting functions?
    - Would this output be determined by Excel and not the SAP export?
    Any assistance or guidance is much appreciated.
    Thanks

    "319071" and Doug:
    The products have different purposes. Portal provides content aggregation, application integration and personalization. Together with the Oracle Application Server infrastructure you also get identity management capabilities such as a centralized LDAP-based user directory and Single Sign-On. HTML DB is a tool for rapid development of database centric web applications. Nothing more, nothing less. Portal allows you to bring together applications built using a variety of technologies. HTML DB is just one of those technologies that happens to be optimized for web development on an Oracle database.
    Once you have built your application with HTML DB, you may choose to place a link to it on a portal page. You may even choose to make authentication seamless by making the HTML DB application a Single Sign-On partner application (see: http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html). Or, you may want to display some data from a report developed in HTML DB inside a portlet (see: http://www.oracle.com/technology/products/database/htmldb/howtos/omniportlet_index.html)
    Granted, Portal does have database centric development capabilities (what used to be called WebDB), but they are not nearly as flexible as HTML DB's. HTML DB lets you control page flow while maintaining session state, has quite sophisticated report building capabilities such as column based sorting and pagination, form building capabilities such as declarative field level data validations, built in field level help, etc.
    Sergio

  • I am currently on the Photoshop and lightroom cc bundle, but for my coarse i need InDesign, if i upgrade to full package ($600) do i get that aswell? is it a dramatic difference between the cc and Cs6? would it be better to invest in it, and can i do a pa

    I am currently on the Photoshop and lightroom cc bundle, but for my coarse i need InDesign, if i upgrade to full package ($600) do i get that aswell? is it a dramatic difference between the cc and Cs6? would it be better to invest in it, and can i do a payment plan?

    The complete CC has indesign included in it.
    Regarding your second question: CC is the advanced version of CS6 with advanced & additional features & functions.
    The payment plan for education will suit you the best since you are studying.
    Please refer to Adobe Creative Cloud for students and teachers | Adobe
    Student software discounts, student eligibility | Adobe
    Regards
    Rajshree

  • Difference Between NWBC login and Portal login in GRC10

    Hi All,
    Can any one tell the difference between NWBC login and Portal Login in GRC 10?
    Thanks & Regards
    Mohammed Wasim

    Hi,
    NWBC is web dynpro application running on ABAP stack while Enterprise portal is java application running on Java stack.
    Hope this answers your query.
    BR,
    Mangesh

  • What is the difference between XI architect and Xi developer

    Dear Friends
             Would you like to answer me on What is the difference between XI architect and Xi developer?
    thanking you
    regards
    Naim

    Hi,
    >>>>XI architect
    he/she knows/understands how XI works
    in all aspects so can model efficient flows
    via XI
    he doesn't even have to do anything in XI
    (except the specification for developer)
    as he already did it in many projects
    and he knows that it's working like he says...  
    >>>Xi developer?
    it can be any person how knows a little
    bit of XI (just to create XI's objects)
    and nothing more
    Regards,
    micha

Maybe you are looking for

  • NEF Files Do Not Show up in Lightroom.

    Hello, I bought a new Nikon D750 yesterday and my raw files do not show up in Adobe Lightroom.  The do show up in Photoshop and Bridge.  I have creative cloud and it says it is "up to date"  Does anyone know how I can get Lightroom to open the files?

  • JAR file problem with windows operating system rare

    hi, I have an application created with Eclipse 3.2, which also have a plugin that helps me to create jar files, migrate days ago all my application and my data base to a notebook that has a very rare operating system is Windows Vista, but is a versio

  • Are there any concerns with running Cisco VSS in a MS Hyper-V Environment?

    Hello, I'm in the process of purchasing dual 6807-XL switches that will run in a VSS configuration and I was wondering if there are any concerns or items I should be cognitive about?  We are a MS Hyper-V shop in the arena of server virtualization.  A

  • Help Needed Robosource Control  Database Error

    Is anyone familiar with the Robosource Control Explorer database error $$$$$$$$0? We just recently started to get this error when checking in files in Roboinfo. We are running on Windows Server 2003. Any information or suggestions would be appreciate

  • Where is the QTVR support?

    I have Keynote 08 (4.03) and trying to integrate my QTVR files into my presentation as I do in Powerpoint. These are 3D renderings through which I move by dragging the pointer on the image during the presentation and discussions to show different are