Development enviroment

Hi, i am trying to set my development environment to modify an standard iview of PORTAL 6.0 sp2.
My iviews´s id is BSPOrder and his name is Orders, i need necessary steps or information to get the .par file, to change my iview in eclipse 2.1, tomcat 3.2.2 and PDK 5.0.
Where I can get the source code of the iview?.
When I try to import any .par file in eclipse i have a lot of compilation errors.
Thanks and excuse me for my english.

Normally I'd ask what OS your developig for, but if
you're looking at J++ then enough said. I've used J++
before, but prefer to stay with a company that is a
little more friendly toward Java than MS. I use
Forte, but do not recomend it in your case due to
memory utilization. Try JBuilder or go over to the
Sun site and lookup Forte, they have about a half
dozen links to other IDE's on there too.Forte definitely requires even more than 64MB. I tried it on my 400MHz Celeron with 64MB and even with their tuning suggestions it wasn't usable.
VisualAge is also a memory hog, so I'd rule that out, too.
I've heard some good comments on J++, but it's my understanding that you can't even buy it any more.
That pretty much leaves JBuilder AFAIK, which I don't have any experience with but have heard good things about...

Similar Messages

  • Can forms programme run independently of its original developer enviroment?

    hello everyone.
    it is well known that when we develope a c/c++ programme
    in vc++ developer enviroment,we can finally build the programme to a exe programme that can run independently of its original developer enviroment.i want to know when we develope a oracle programme in oracle 9ias developer forms enviroment if we can also finally build the programme to a exe programme running independently of its original forms developer enviroment.
    thanks.

    No, Forms cannot be compiled into an .exe. But an Oracle9iAS Enterprise Edition install contains everything it needs to run.

  • Tab controls and team develop enviroment

    I just tried to insert a control to the form and I realised that there is tab controls available to insert.
    I would like to know does DW have tab control, if yes, any way to access it?
    by the way, does DW have version control for team develop enviroment?
    Your information is great appreciated,
    iccsi

    Thanks for the message,
    Do you mean that I need plug in a version control or CF has its own version controls?
    If it has how can I access it?
    Thanks again for helping,
    iccsi

  • Servlet/JSP interaction within the development enviroment

    I am looking for some insite into how to have JSP's interact with servlets in the JDev3.1 enviroment.
    In developing systems using an MVC pattern, I register (using ServletExec) the servlet for something like action.jsp. Then I use the RequestDispatcher to dispatch to the appropriate JSP. I am looking for insite into how to register a servlet(s) to allow the interaction as described in the JDeveloper enviroment.
    Thanks
    Ken

    Is this an acceptable method for instantiating the servlet and calling a methodNo, this is an acceptible way of invoking a normal java class, not a servlet. Servlets need to be instantiated in run by the webserver by means of either calling it using a browser, or linking/redirecting to it from a JSP.
    When a servlet cannot be found, this is most likely due to it not being properly mapped inside the web.xml file, or the .class file is not stored in the proper directory. The fact that JBoss could run the servlet is a mystery to me however, one would expect that both servers would behave the same...
    One thing that I can think of: is your servlet part of a package? If not that may be the problem, you should always put servlets in a package.

  • Need suggestion for choosing Java development enviroment

    Hi Evereyone,
    I am new to Java Desktop Application.I need help on choosing proper Java technologies and development tool.
    We have an existing CLIENT/SERVER based distributed control system, which was developed in C++(Server side) and VB(Client GUI).Now we are think of migrating the system to Java platform.
    Here is the outline:
    We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc.
    Could any one give me some suggestion about it?
    I am thinking of Using J2SE 5.0, including RMI, JDBC and Swing for GUI. As for field panels, may choose J2ME.
    Thank you very much in advance.

    Thanks, zadok .
    Actually, I don't have the system requirements neither. All I know is the following outline:
    "We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc."
    It is a interview question, which need me to do research and give some suggestions. What I want to know is to figure out what kind of Java technology is necessary for developing this system because I want to make sure I head to right direction.
    I know somehow it is hard to give suggestion based on this limited information.
    One more thing I was confusing is the server-side architecture.
    I need suggestion about sever side architecture:
    a. write a dedicated server-side program, which act
    as communication server to monitor and control field
    panel, also act as server-side applicaiton by using
    RMI to communicate with Client-side communication.
    b. choose a general web server architecture. Put
    everything in server side in Web Server, for example
    Tomcat AS container, implementing the Communication
    server as Web Service and the request from
    Client-side go to Web Server first, then dispatch to
    a proper web service.Why did you not include this information in the original question!
    Why don't you just use Tomcat?
    For your answer, "Why don't you just use Tomcat?", does it mean Tomcat without Web Service will be enough for this system development? Could you give me some detail about it?
    Thank you very much, zadok.

  • The problem about settuping up the development Enviroment for OA

    Hi, All
         I just began to learn the development of OA Framework, I met the problem of setting up the dev environment by using jdevelop 9i OA
    extension.
         The following is steps of setting up the env by referrring to the "Oracle Application Framework Developer's guide".
         1, set the environment variable JDEV_USER_HOME to <jdeveloper dir>\jdevhome\jdev
         2. copy the DBC file from <EBS install dir>\visappl\fnd\11.5.0.\secure in EBS server to the local machine.
         3. create a tester user and assign it the responsibility "OA Framework ToolBox Turtorial" and "OA Framework ToolBox Turtorial
    Labs" in EBS
         4. create a database connection. set the connection type as Oracle(JDBC), username and password as "Apps" and "Apps" , Set the
    hostname and SID the same values as those specified in the DBC file. And the connection is created successfully.
         5. Then open the toolbox.jws (The sample code in the jdeveloper9i)
              i) select the tutorial.jpr , select Project > Project Setting -> Runtime Connectiong. setting the "DBC File Name" to the
    DBC file path in local machine. setting the "user name" and password to EBS user I just created in step 3. Set the Application Short Name
    to "AK" and Responsibility Key as "FWK_TBX_TUTORIAL".
              ii) right click tutorial.jpr. select "Edit Business Components Poject..." -> Connection . choose the Connection created in step 4.
         6. setting the same configuration for LabSolutions.jpr.
         7. After all these setting , then rebuild the toolbox.jws and run the project. It took a long time to display the test_fwktutorial.jsp and when I click the link in it. I wil get an error page. The Detail Info is the following:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.adf.mds.exception.MDSRuntimeException; (Could not lookup message because there is no database connection) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209) at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199) at OA.jspService(OA.jsp:45) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534)
    I'm not sure whether my configuration is set correctly. can anyboy help to figure it out, thansk in advance

    r u able to connect to schema from sqlplus ??
    I suspect check that first ,also see if you are able to TNS ping to the SID you have mentioned and if the port and hostname is correctly specified in ur dbc file .
    here is my dbc file .. if it helps
    #DB Settings
    #Mon Mar 20 07:58:34 CST 2006
    FND_JDBC_USABLE_CHECK=false
    APPS_JDBC_DRIVER_TYPE=THIN
    APPL_SERVER_ID=1EDB3E51DEE569E3E0440003BA68147136073878907234418604230042147702
    TWO_TASK=IG10B
    FND_JDBC_STMT_CACHE_SIZE=200
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAY_SIZE=5
    FND_JDBC_BUFFER_DECAY_INTERVAL=300
    FND_JDBC_BUFFER_MAX=5
    GUEST_USER_PWD=GUEST/ORACLE
    FND_JDBC_STMT_CACHE_FREE_MEM=TRUE
    FND_JDBC_BUFFER_MIN=1
    DB_HOST=<host Name>
    FND_JDBC_PLSQL_RESET=false
    FNDNAM=APPS
    FND_MAX_JDBC_CONNECTIONS=500
    GWYUID=APPLSYSPUB/PUB
    APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=maxcold)(PORT=1525)))(CONNECT_DATA=(SID=IG10B)))
    DB_PORT=1525

  • Install and set up Developer Enviroment

    Hi, ALL:
    I am a new user for ORACLE. I am going to buy a powerful PC and
    install the ORACLE8 on windows 95 or LINUX for learning. But I
    don't know what products I should download to install and set up
    the enviroment for creating database,queries,forms and reports.
    When I took my database course at school, I also did a project
    using oralce. But the enviroment was set up by DBA. Now, I have
    to do it by myself.
    Can any help me to get start using ORACLE8? Thanks.
    Steven
    null

    If you setup an "archtype" for each type of computer, PPC, Intel mainly, I think that will be enough. The amount of RAM is unimportant but must be enough to meet the specs in order to run Leopard.
    The only other items might be the graphics cards, but if you get 90% of the computers running using a few archtypes, then you can do the others manually.

  • WL 7 developer license

    I have a WL 7 developer enviroment.
    My developer/temporary license is expired.
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Unable to start WebLogic Server!!
    WebLogic: license signature validation error!
    the license has:
    expiration="2006-05-31"
    is there a way to generate a new temporary/developer license?
    thanks

    Hello,
    The WLS installer available at http://commerce.bea.com/showallversions.jsp?family=WLS should contain an evaluation license
    cheers
    Raj

  • Import local DCs into Development Configuration

    Hi all.
    I have some local DCs already developed. From now I have available NWDI Development Configuration and I want to export those local DCs to the Remote Development configuration.
    I'm trying to implement/configurate a team development enviroment.
    I try sharing the DC project (DTR option into Webdynpro perspective) but when I import the shared content to a project in another Developer Studio, the DC metadata is lost.
    Its possible to move my local DCs to the Remote Development Configuration? If so, how can I do that?
    Regards.
    Gregory.

    hi,
    Follow the below mentioned steps:
    Creating a New Development Component
           1.      Create a new Web Dynpro DC project.
    You create an empty u201Ccontaineru201D for a Web Dynpro DC that does not yet have any functions. The new DC should include all relevant development objects of the local project.
    Do not check in the newly created DC into the DTR yet.
    Copying Packages from the Local Project
           2.      In the Web Dynpro perspective, switch to the Navigator view.
           3.      Select the local Web Dynpro project to be migrated and expand the project structure down to the source folder:  ® src ® packages.
           4.      Select all packages and from the context menu choose Copy.
    Inserting Packages into the New DC Project
           5.      Now choose the DC project that was just created and expand the project structure in the Navigator view, again down to the source folder.
           6.      Select the Packages node and choose Paste.
    The Add Files to DTR dialog box appears.
           7.      Choose OK to confirm your selection.
           8.      Assign an activity either by creating a new activity or by choosing an existing one.
    Execute Reload
           9.      Switch to the Web Dynpro Explorer.
       10.      Select the project node of the DC project and choose Reload.
       11.      In the displayed dialog box, again choose Reload.
    Reloadnow also reloads the Web Dynpro metadata into the new project.
    Building the Project
       12.      Execute a local rebuild for the entire DC project. Choose the function Rebuild project.
       13.      If there are no errors in the task view, execute a DC-based build by choosing the function Development Component ® Build.
    regards,
    amit bagati

  • SharePoint 2013 - Word Automation Services - Conversion fails ErrorCode 10 - Domain Controller on same (development) server as SharePoint

    I have code attached below, running inside SharePoint (in a page), used to convert .docx document to .pdf using Word Automation Services.
    SPFile inputWordFile = ##CODE THAT RETRIEVE THE SPFile ##
    using (Stream inputWordStream = inputWordFile.OpenBinaryStream())
       using (MemoryStream outputPdfStream = new MemoryStream())
    SyncConverter sc = new SyncConverter(wordAutomationServiceName);
    sc.UserToken = web.CurrentUser.UserToken;
    sc.Settings.UpdateFields = true;
    sc.Settings.OutputFormat = SaveFormat.PDF;
    ConversionItemInfo info = sc.Convert(inputWordStream, outputPdfStream);
    if (info.Succeeded)
    What happens is that the conversion fails. errorCode is 10.
    What I came to, is that this is related to the Domain Controller being installed on the same machine.
    I have examinated and excluded all several other possible issues (memory resources, etc.).
    What I had undestood as far, is that the problem is that "the
    converter is executed in the context of a very unprivileged local account, and there are no local accounts on DCs"
    Is this a KNOWN ISSUE?
    Is there a workaround for development enviroment having DC+SQL+VisualStudio+SharePoint on the same machine?

    Hi,
    It is recommended to try the code demo in this documentation below in a Console Application to see if it can work in your environment:
    http://msdn.microsoft.com/en-us/library/office/ff181518(v=office.14).aspx
    If it still can’t work, you can restart the Word Automation Services in SharePoint Central Administration in case it is a service issue.
    Feel free to reply with the test result if the issue still exists.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Setting Up Shared Development Environment

    Is there any diagrams, white papers, guides or best practices on setting up the J-Developer and connecting to shared Services and database? The Developer guide (E10148.pdf) does not really cover what the standards is or the overall infrastructure of the JDeveloper and setting up a Shared Developer enviroment.
    I looking for something like http://docs.oracle.com/cd/E25178_01/fusionapps.1111/e15524/gs_install_e.htm but for (11.1.1.6.0) version webcenter.
    I basically looking for something to help me get our Shared Development Environment setup with Jdeveloper.

    The issue is connecting the Jdeveloper to the WebCenter DS and Activity DS schemas. In the Development guide it says I need to connect to these schemas to be able to utilize several of the WebCenter Services, ( http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10148/jpsdg_svc_intro.htm#BHCDJHAI - 7.2.2 Setting Up a Database Connection
    We are trying to set up the connection to our shared development environment database. Our database group is concerned with giving developers access to these schemas. They are concerned that JDeveloper will changes or modify the schema and cause the database to fail. They created a account with read only access but we are not sure it this will work.
    I been trying to find anything in the documentation to find what access JDeveloper needs to the WebCenter DS and Activity DS schemas and if JDeveloper can modify these schema in any way.
    Additionally try to find anything on the best practices on connecting to a shared database and setting up a Development environment and its connection to Jdeveloper .

  • Repository file acts differently in another enviroment

    Hi,
    We are using OBIEE 10.1.3.4. We have combined multiple facts in single Subject area. It works fine in our "development enviroment" (Does joins only when needed). However when i transfer this Repository file to our "testing enviroment" it creates unnessary joins. Has anyone seen this kind of behaviour and know where the problem is? How can i trouble shoot this ?

    Hi,
    When you notice that the BI Server is unnecessary joins, the first point of suspicion is the "LTS".
    Most of the times, we might be combining many tables to one logical table. In this case, we should almost have one LTS for each table and also LTS for combining table.
    Suppose, two tables "A" and "B" are merged into one but with only one LTS as "A inner join B". So, when a report requests for columns from "A" alone, the BI Server still does the inner join with "B" because it has got no other way to go.
    I suspect the same thing in your case too. Hope this helps.
    Thank you,
    Dhar
    Edited by: Dhar on 07-May-2012 03:05

  • BPEL and VS2008 Development

    I am an Microsoft developer that has developed many C# web services. I need to create a C# web service that calls into a BPEL web service. My C# web service ias hoted by IIS in windows. My question is can I develop both BPEL process and windows IIS web services on the same development machine without problems? How do I do both development enviroments on same machine?
    Orgbrat

    Yes you can, install IIS first, this will use port 80. make sure this is started then install SOA Suite, it will pick a differnt port to 80, it will show it at the end of the install. It will also be installed on a Oracle Application Server, not IIS.
    Your machine should have at least 2GB of memory, more if you can.
    You will use Visual Studio for MS development and JDev (free from Oracle Downloads OTN) for BPEL development.
    cheers
    James

  • Recommended Requirements for Development Environment

    Hello,
    what are recomended requirements for development enviroment for WebCenter. We intend to have JDeveloper and WebLogic server with WebCenter on our developer machines and we are wondering wht would be appripriate hardwer to run all of this smoothly.
    For JDeveloper with the WebCenter extension, 2GB RAM should suffice and WL with WebCenter requires somewhere between 3-4GB. Do you think we really need 6-8GB RAM for developers? What processor power would you recomend?
    Thank you for your answers,
    Martin

    6-8 GB ram is overkill.
    I can do the development quiet easy on a 4GB machine.
    When i take a look at the memory usage of jdev and the integrated WLS they both sum up to 1.5 to 2GB.
    if you however are planning on running a standalone WLS instead of the integrated WLS than you need somewhat more memory. Are you going to develop for webcenter spaces? If so, does every developer need a WLS with webcenter spaces installed? If so, 8GB ram is not overkill!
    So conclusion:
    A modern processor. One of the latest core2duo or i5,i7 processors.
    4GB ram when you use jdev + webcenter extension and run integrated WLS
    6GB ram when you use jdev + webcenter extension + integrated WLS + standalone WLS
    8GB ram if developers need their own instance of webcenter spaces.
    I also think 64 bit OS realy helps a lot for this...
    Currently i am working on a following machine (laptop)
    core2duo P8600 @2.4 Ghz
    3GB ram (win xp 32 bit)
    on this machine i use jdev + webcenter extension and integrated WLS. I can develop quiet easy but i have to restart jdev and the IWLS quiet often.
    At my own laptop at home i have following setup:
    core2duo P9400 @2.53ghz
    4GB ram
    jdev + wc extension + IWLS runs very good. Deploying goes faster, testing goes faster,...
    I tried running webcenter spaces on that machine and i could wait ten minutes before a page loads. Realy not productive.
    I need to do some development on webcenter spaces and my new laptop is currently in order:
    i7 720q @ 1.7ghz
    8GB ram
    I hope i can run webcenter spaces on this...
    Edited by: Yannick.O on Aug 10, 2010 12:30 PM
    Edited by: Yannick.O on Aug 10, 2010 12:34 PM

  • WebSphere Enviroment ??

    what is different between "WebSphere Studio Application Developer for Windows 5.1.2" and "Rational Application Developer for WebSphere Software 6.0"?
    Which one is used for Development Enviroment?
    Thanks

    This is not the appropriate forum for WebSphere questions. You should probably check IBM's developer pages. This forum discusses the J2EE SDK and the Sun Java System Application Server, the reference implementation of the J2EE platform.
    -Ian Evans

Maybe you are looking for

  • How can I get Advance Replacement Service added to our current contract?

    We have a contract with description "SBS 8x5xNBD 3yr Small Business Support Svc(SBS)" which still has two years due.  How can I tell if it already includes Advance Replacement for our country (Mexico) ?  If not, is it possible to add this service?

  • Material document print out

    Dear all, while taking printout of GR/GI or mat doc i am giving the output type and doc no but its not coming. but if i go to mb02 and set output type there then it will come but i want this to be default. so pl guide Regards, Dipak

  • Handle change history assignment block

    Hi Experts,     i need your help,     i will explain the requirement,     BSP Component : BT126H_CALL.     I  have overage page  validate expertise ,In overage page contains general data assignment block     In general  data assignment block  when i

  • PGP in Cfolder

    Hi all i have 1 doubt, what is PGP documents. in cFolders Administration tab under  Encryption    there is an option of PGP support. can anyojne tell me what is this? Niranjan

  • Authority to Netweaver - Recommendations

    We are in process of upgrading to 12.0 from 11.5.  I'm running into some stumbling blocks becuase of lack of authorization to Netweaver.   I've gone from "all" authority to no authority in Netweaver.  I still have administartion authority in xMII and