Measures to develop the Web Application with JDeveloper 11.1.1.6.0

People,

Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

I need to develop an application for Admission online for future student to apply for admission.

My installations of PeopleSoft are below:

Server machine: Oracle Linux 5.10 (64-bit)

Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

Architecture Internet Oracle Linux 5.10 Server:

(1) database server: Oracle Database 11 g version 11.1.0.6.0 is

(2) the server application: Tuxedo 11 g

(3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

(4) browser: Firefox Mozila

(5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

To develop the application for Admission online, I made the 4 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

(1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

(2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

(3) create a WebLogic 'Domain_CS' domain in WebLgoic 10.3.6.0 in support of MARC 11.1.1.6.0.

(4) install JDeveloper 11 g 11.1.1.6.0 Studio Edition including WebLogic 10.3.5.0.

The development environment for the online application for Admission is JDeveloper 11 g 11.1.1.6.0 Studio Edition. I just installed this PeopleSoft system. I don't have any experience using it. The first step is to run the command:

$./quickstart.sh

JDeveloper 11g Quick Start Menu appears as below:

1) start with WebLogic Server 10.3.5

(2) launching Oracle JDeveloper 11 g

(3) set up areas for Oracle ADF

(4) access Oracle JDeveloper 11 g Documentation Online

(5) domain upgrade to version 10.3.5

(6) access online documentation

I don't know the outline of comprehensive measures to develop the Web Application with JDeveloper. We will understand that it out by steps associated with Quick Start Menu.

My questions are:

(1) do I need to create or extend a field in WebLogic 10.3.5.0?

(2) how to develop the Web Application with JDeveloper? How connect JDeveloper with WebLogic 10.3.5.0?

(3) how to configure the domain for the ADF ADF being installed in another directory?

(4) folk would provide the outline of measures to develop the Web Application with JDeveloper?

Thanks in advance.

Sorry, I don't work with AAWS or PeopleSoft products. You have searched on Google for samples?

Ultimately AAWS are just web services that allows you to collect and send data. You create the user interface as you would for any web service based on the model layer. Start with samples for the integration of web services in the ADF to familiarize yourself with the process and then try to get some data of AAWS.

Timo

Tags: Java

Similar Questions

  • Rich web application with JDeveloper 11 g Release 2 (11.1.2.2.0) and MySQL

    Hello.

    I am trying to create a rich web application using JDeveloper 11 g Release 2 (11.1.2.2.0) and the MySQL database. I followed this tutorial:

    http://docs.Oracle.com/CD/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html

    In step 2: strengthen the Business Services, I create a new database of my MYSQL database connection, I test and it's ok, the connection is successful.

    But when I try to create the Build Business Services, following the 6 to 19 points, JDeveloper will only create the objects in view. Any entity object appears in the AppModule.

    When I run the AppModule, I have the following error:

    (oracle.jbo.common.ampool.ApplicationPoolException) Houston-30003: Application pool sporting.model.AppModuleLocal is unable to retrieve an application module because of the following exception:
    -Level 1: retail - 0
    com.mysql.jdbc.JDBC4Connection (java.lang.ClassCastException) cannot be cast to oracle.jdbc.OracleConnection

    oracle.jbo.jbotester.ErrorHandler$ ExceptionWrapper: com.mysql.jdbc.JDBC4Connection cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:96)
    at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:89)
    at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:456)
    Caused by: oracle.jbo.common.ampool.ApplicationPoolException: Houston-30003: Application pool sporting.model.AppModuleLocal is unable to retrieve an application module because of the following exception:
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2556)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
    at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
    at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
    at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
    at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
    at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)
    Caused by: java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5534)
    at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5329)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1167)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6838)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:298)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:329)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:600)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536)
    ... 12 more
    # # 0 in detail
    Houston-30003: Application pool sporting.model.AppModuleLocal is unable to retrieve an application module because of the following exception:
    java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5534)
    at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5329)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1167)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6838)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:298)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:329)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:600)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
    at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
    at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
    at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
    at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
    at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)

    -Level 1: retail - 0
    Houston-30003: Application pool sporting.model.AppModuleLocal is unable to retrieve an application module because of the following exception:
    java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5534)
    at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5329)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1167)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6838)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:298)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:329)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:600)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
    at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
    at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
    at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
    at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
    at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)

    -Level 2: detail - 0
    java.lang.ClassCastException: com.mysql.jdbc.JDBC4Connection cannot be cast to oracle.jdbc.OracleConnection
    at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5534)
    at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5329)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1167)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6838)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:298)
    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:329)
    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:600)
    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
    at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
    at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
    at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
    at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
    at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)


    Please, you know what happens. How can I fix this error?

    Thanks in advance.

    When using MySQL, you must configure the business components ADF for use "SQL92" SQL flavor instead of 'Oracle' SQL flavor. He's seen your stack trace that you use 'Oracle' SQL flavor (because the OracleSQLBuilderImpl class is used instead of the class of BaseSQLBuilderImpl). The OracleSQLBuilderImpl class (which is used internally when the SQL flavor is 'Oracle') uses the features of Oracle DB connections and it assummes an Oracle DB connection (so he throws the connection to OracleConnection, causing the exception).

    Dimitar

  • Need help to unlock the user account HR in the example (rich Web Applications with Oracle ADF development)

    I am very new to Java development and have tried to launch the sample application (Development of Web Applications with Oracle ADF rich) in the start-up, the author of this app has advised developers to unlock the HR user account.

    What I did to connect to Oracle as user = system/password = system and running this SQL command 'ALTER USER HR IDENTIFIED BY NewPwd ACCOUNT UNLOCK"in Sqlplus and with a return code 2.

    Don't code 2: success or failure?

    However, the HR user is always unlocked after issuing this command, and can someone please tell me what I'm doing wrong?

    Thank you.

    Timo,

    Thanks for confirming. The essential difference is that the command must be run as

    SYS AS SYSDBA

    instead of such as SYSTEM

  • Development of rich Web Applications with Oracle ADF tutorial

    Oracle JDeveloper 12 c (12.1.2) tutorials - developing rich Web Applications with Oracle ADF

    3.8 step that a change in the Salary field should translate into a auto update, partial trigger, in terms of annual salary after tabbing off the Salary field, but it doesn't. If I do a update for the Salary field and click on the next button, click the back button, I can see the field update of annual salary.

    I use the version of the JDeveloper IDE with the logical Web server and Apache Derby network server - 10.8.2.2.

    Oracle IDE12.1.2.0.40.66.68

    I made all the changes or the steps in the tutorial.

    No idea why the automatic update does not work on my system?

    Thanks in advance for your suggestions!

    Hello

    two suggestions

    1 set the property clientComponent on the field of output annual salary to 'true '. Because the field is an element of output text sometimes what makes a client component helps the update.

    2 obtain the completed application to http://docs.oracle.com/cd/E37547_01/tutorials/tut_rich_app/labs/richclient.zip and check if she works there. If this works it then the problem is in your implementation. But then you have a working example to compare with.

    Frank

  • Oracle ADF: How to develop a web application to adf with a team of 10 members

    Hello, we need to develop a web application using Oracle ADF and jdeveloper 12 c. It is a great project as we develop this application with a team of members of dimension 10. Our doubts, this is how we can develop a web application using a team.

    Suppose we have 10 modules. Each module was developed by each Member (each Member is using a different system with the same environment. JDeveloper 12 c). Finally to develop all 10 modules how we can combine all 10 modules in a single application. How we can change the links, the page flow and connection details.

    Help, please.

    Thanks in advance.

    ADF is built for the development team. Features such as the ADF libraries, bounded task flows and nested application modules allow developers to work on separate parts of the project and then merge them into a single application.

    Follow the video that Timo has pointed out and read the section of the documentation on reusable components: https://docs.oracle.com/middleware/1213/adf/develop/adf-web-component-reuse.htm#ADFFD1846

    Regarding version control (and track tasks, make automated etc generations) - an option to consider is the Cloud Oracle Developer Service.

    Here is a demonstration of how you team management version on that app JDev/ADF: by using the Service of Cloud Oracle Developer for Git version for JDeveloper/ADF apps management

  • How to filter the elements of web application with element Boolean field is checked (true) in module_webapps

    Maybe I forget something in the docs of BC but I can't find an answer to my question.

    How can I filter the web app items when a web-app-point-Boolean field (= true) in the backend?

    The web application itself is a list-web-app. What I want to achieve is, that when the web-app-point-field is selected, the web - app element (and its web-app-point-fields) will be displayed on the web page.

    The web page contains code that refers to the web-app-point-fields

    Hope you can help me with this.

    Thank you

    Sincerely, Carla

    Are you referring to the return of the page, using liquid, if the box is checked?

    For the rendered Liquid, you can do this:

    {% If this.} {["My Boolean field'] == '1'-%}

    The Boolean field is checked, show some fields or information are here.

    {%-%}

    The Boolean field is not checked so that you can show what you want here.

    {endif %}

    If you don't want to show anything if it is not checked, then proceed as follows:

    {% If this.} {["My Boolean field'] == '1'-%}

    Go only if it is enabled.

    {endif %}

  • Creative sync cloud app. problem with the web application

    Hello

    I have some problems with the synchronization of files in the creative Cloud Files folder on my computer (I use a Mac) and the Creative Cloud Web App. practically the files I have on my computer folder do not appear on the web (and I can't create links of sharing for them) and vice versa. We have a team account and we can exchange files between us, but nothing appears on the web application. The problem applies to all members of the team.

    There is a problem with the service or it could be a local problem?

    Thank you

    Florin

    @ursuss - what you see in the creative Cloud Files folder on your computer must match what you see on the site Active CC to https://assets.adobe.com/files.

    Use the collector for the Adobe Log tool to https://helpx.adobe.com/creative-cloud/kb/cc-log-collector.html and newspapers as well as the explanation of the problem by e-mail at [email protected]. Please provide additional information indicated by Warner Harress in this Adobe forum post https://forums.adobe.com/message/8385752#8385752.

  • The research of Web applications with fields of the Data Source that contains multiple values

    I have a Web application with a field that allows multiple values to be recorded similar to the list box. I need limit the allowed values for a large, over the list of the values currently stored in another Web application as a data source. I can not apply to the type of Data Source field that allows only single value selection. I also need to be able to use the search form Web App to search for items containing 1 OR more of the values in this field (a type of list control field search functionality). Here's what I tried to field types:

    • Text (String) or text (multi-line) field type - By saving a list of values separated by commas (outputs in the same way this list box) to an entry of text or textarea, the search only logic search exact string (including commas) and does not analyze individual values.
    • Type of list (checkbox) field - it allows me to search for multiple values using the logic of the GOLD, but the web application stores only the values that have been entered as an option in the field settings real web app. I tried to use a checkbox with minimal or empty options list, hoping that some values I sent more separate by a comma value chain would be still stored, but because the values come from my Web App data source and not stored with the field options list, they were not saved.

    Someone at - he found a way to do it?

    My other question is how can I use a multivalued field to similar as described above but return results containing the elements with ALL the values of this field (AND logic).

    Can someone enlighten me to the inner workings of the search BC logic web app?

    You don't need to use the predefined boxes or types of entries. Everything you can represent as a string (such as the values separated by commas in your example) can be saved in any field of webapp. The types of fields defined in the Web application are only used to translate internal representation (all channels) to the various user-friendly interpretations (checkboxes, radios, dates, links, etc.)

  • Layout of Web applications with the model?

    Hello!

    If I using Business Catalyst and I love it so far! However, I ran into an issue.

    I created a Web application and managed to join my site of muse. The list template appears where it must, however, the details template is displayed on a white page (with the contents of the details).

    Ive tried it on one of my pages of muse, the {tag_pagecontent} tag and changed the template as a default template, but it doesn't seem to work.

    I'm doing something wrong here?

    Muse is not yet designed for web applications. You must go to the admin of the BC website. Each element of web application, you can see the drop down menu to choose the model they use. It is likely that you have not chosen model. You can also go to the web application settings and there is a model drop-down list where you can choose which model, by default, every new piece of web application will use because it's the detail view.

  • removal of the elements of web application with import of spreadsheet

    Hello

    So im building a Web application with hundreds of articles, is it possible that items not only can be added, edited... but in order to delete them in bulk through the spreadsheet?

    Thank you!

    Hello

    In bulk, removing items from webapp through a spreadsheet is not possible, but that expires them EAST. Update the fields as a result expiration date and it will be more active and always be in the administration console.

  • Errors during the demo 'building a Web Application with JDeveloper11g using EJB'

    Hello

    I'm going by the demo of building a Web Application with EJB using JDeveloper11g. The demo lasts great until "Running Java outside of Java EE container Service".

    I followed the steps "That runs the Java Service outside Java EE container" exactly as written:

    1. now, create a new persistence unit to run the java service outside the Java EE container. Right click on the file META-INF. Persistence.XML and select new Service Java façade in the context menu.

    2. in the Java Service façade to create, if necessary, click next to go to the home page. In the class of Service Java Panel, you can choose to create a new persistence unit (in the next panel) or use an existing unit. Select Choose a persistence unit or create one in the next panel and check the generate a checkbox in the main() method.

    3. the name of the persistence on the outside unit. Choose the JDBC connection and make sure that the JDBC connection is set to HRConn.

    4. all methods should be selected by default. Deselect some of them so that your selection looks like the following image. (Remove the 'byRange' methods)

    5. in the source editor window, for the JavaServiceFacade class, add a new line after the / / TODO comment and enter the following statement:

    Employees a = javaServiceFacade.queryEmployeesFindByName("P%").get(0);
    System.out.println (a.getLastName ());

    When I type the code above:
    Employees a = javaServiceFacade.queryEmployeesFindByName("P%").get(0);
    System.out.println (a.getLastName ());

    I get the following errors:

    Create method to "queryEmployeesFindByName".
    Separate declaration and assignment

    Any help is appreciated.

    Kind regards

    Kelly

    If you use this tutorial - the use of building 5407 http://www.oracle.com/technology/obe/obe11jdev/bulldog/ejb_jpa_jsf/ejb.html#t2s4

    Looks like the link to the tutorial page pointed to an older version.

  • Elements of Web application with the user that the entry of the item on the list

    I have this point of web application that I will use it in a sort of forum, and I need to have the username who posted the question on the list view.

    I can't do it to show to the user who published the article I also have this code were it shows you users who are loged in the area secure real-time.

    {module_whosloggedin, page} hope this helps for something I really need this.

    Thank you in advance.

    I already found the answer if any of you guys need too.

    It was pretty easy if you understand the business catalyst site, what I wanted to do was that whenever a registered user of my site made a web app point for the entry of username on this element of specific Web-based app, a bit like in the forum, you have the user who posted the article.

    This has been possible thanks to a module, I've done that I created another field of the web application that is named user and it was a text field, and then click the web entry form app, I put this entry as hiden field and gave a value of {module_username} in the page layout view I put the {tag_user} and I had this entry field named user have the value entered automatically and my users has failed on the ground, information was made by himself and in the list it shows that displayed the web application element.

    hope this helps someone, if you want more information on this solution do not hesitate to ask.

  • appeal to the web application? ¿

    Hello, I want to know how can I call a web application, that is to say, the appeal from the blackberry to the address corresponding to the web application, can you give an example? Thank you

    Nitin provided code is not correct, you may not login suffix (which he coded as ";) interface = wifi"), just put the URL in.

    Please refer to this article KB correct code:

    http://supportforums.BlackBerry.com/T5/Java-development/invoke-the-browser/Ta-p/445362

    You will find the search box very useful to find knowledge base articles like this one that will help you with a lot of you will find development issues.

  • Dreamweaver developer toolbox, we can us it and develop the web site on the duration of the trial. On put option despite. Thank you

    Is it legal or illegal to use it. But I need Dreamweaver developer toolbox, can we it and develop the web site on the duration of the trial. No option to sell despite. Thank you. Does break Adobe right.

    I just I want to use mxkollection and phakt mysqli

    Adobe Dreamweaver Developer Toolbox (MEASURE) was abandoned several years ago. It is no longer available for purchase and the code is NOT open source.

    If you have a registered copy of uninstaller, you can continue to use it, but it is no longer supported, and it only works with specific versions of Dreamweaver.

  • SE Oracle develops custom web applications?

    Hi all!

    I would like to know if Oracle corporation develops custom web applications? I would like to start a new company, involving an innovative web application. I want Oracle to develop this web application. Of course, I'll give you all the details and specifications, but Oracle will do real programming. Oracle does this? If this is not the case, do you know of any company that does?

    Thank you very much

    Published by: user13287930 on June 12, 2010 23:14

    Published by: user13287930 on June 12, 2010 23:15

    Luke,

    I think they will sit down with you and get to a document specifying your functional needs. This will result in an estimate of how long it will take and how much it will cost. They build and perhaps even administer it.
    They will use Oracle products as much as possible, it will be at least Oracle's RDBMS and Oracle Application Server (full product). Oracle Application Express looks like too low for your purpose.
    As for "exactly what you want": it makes me smile. I was however quite a long time to see many projects fail because of unclear customer specifications.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • Unused notification led

    Motorola, Can you please enable notification played in MOTO X PLAY in your next update (Marshmallow) of? She is given, but there is no use of it.

  • Peripheral USB composite has failed the Windows Logo test?

    When you try to install LifeCam Cinema on my Windows XP with SP2, I receive a message that the composite USB device has not passed Windows Logo test & impossible to install the software for webcam.  When the device is plugged into the USB port, it is

  • Problems trying to run Picture it on a netbook with Windows XP.

    I'm running only a part of a program of old works, Picture it on a netbook with Windows XP. How to return to internet Explorer 7 to IE8, I read that Picture It works only in previous versions.

  • I can't find webcam on Hi-grade computer and its construction in

    my webcam is built in but its not to find, I have a high-quality computer and his work before but now all has been removed to make with the webcam, it is not in the devices and printers or default programs that do I do?

  • Ipad to hp3050 wireless connection

    I have the iPad that air comes to buy. Also printer HP 3050 connected wireless to E machines desktop comp. over 8 years old and working perfectly. How can I get the ipad to the operation of the printer.?