Can I still build JSP for BC4J in 10g

Hi,
I recently downloaded 10g preview version and I was trying to build the JSP pages for BC4J as I did in previous 9i versions. But 10g doesn't give me that option in the File - New - Web Tier menu. There is only 1 option for plain JSP available in the menu. Is this because of 10g preview version OR did I miss sth?
Thanks a lot for any input on this topic!
Ling

Yes you can build JSPs for BC4J backend in JDeveloper 10g.
Check out the tutorials page (linked from the JDeveloper main page http://otn.oracle.com/products/jdev ) to see how it is done (a little different than the 9i way).

Similar Messages

  • JSP for BC4J wizard not finding BC4J Views

    I have generated a simple BC4J component against a table.
    I am now trying to create JSPs for BC4J via the wizard, and when I am at the dialog that says 'Select data model definition' I select my BC4J component, but the view window is empty, I can't select a view.
    There are views in my component, and the component tests ok with the test tool.
    Any ideas where I am going wrong?
    Thanks in advance,
    Kevin Hooke

    You need to edit your application module and add view usages to it. Using view objects is a two step process:
    1. you need to first create your view objects
    2. add references to your view objects to you application module.

  • Master-detail jsp for bc4j using JBO tags

    I have created a master-detail jsp for bc4j using JBO tags. However, I can not get the correct result. There are some examples on OTN, but they are about jsp programs. How to define the relationship of the master view-object and the detail view-object?
    Thanks for your help.

    I know you're having a problem upgrading, but...
    Could you upgrade to 9.0.3 and tell us what problems you're encountering?
    Thanks.
    Sung

  • I bought in december of 2008 a 2.4ghz macbook pro and I think the gpu is starting to fail. Can I still be covered for a change because of the faulty nvidia gpu?

    I bought in december of 2008 a 2.4ghz macbook pro and I think the gpu is starting to fail. Can I still be covered for a change because of the faulty nvidia gpu?

    If your computer qualifies - MacBook Pro: Distorted video or no video issues  
    If it does, call Apple Customer Relations or print out a copy of the article and bring it in to the repair shop. 

  • Can u still buy games for old i pods and how do u get them to down load?

    can u still get games for old i pods and if so how so u down load them i got one down loaded in apps but i cant put it om the i pod please help. computer illerate.

    The iTunes Store no longer sells games compatible with iPods other than the iPod touch. Applications requiring iOS 4 or newer can't be run on the first generation iPod touch.
    (65528)

  • HT4059 I have ios6 on my iphone 4s. I want to install the ibooks but it is saying ios7 is required. Can I still get ibooks for ios6?

    I have ios6 on my iphone 4s. I want to install the ibooks but it is saying ios7 is required. Can I still get ibooks for ios6?

    gaggi4734 wrote:
    . I want to install the ibooks but it is saying ios7 is required.
    And what part of that isn't clear..?

  • If I didn't ask for a SIM card when I purchased today, can I still get one for free tomorrow?

    If I didn't ask for a SIM card when I purchased today, but after I went back home I found that I indeed need a SIM card for my new iPhone. Can I still get one for free tomorrow? Or... will I be charged for SIM card?

    Depends where you purchased the iPhone and who your carrier is ,ask them

  • Can I still purchase gems for my app game

    My iphone recently cannot connect to itunes but I can still change my credit card info in my apple id. So I changed my credit card info to another credit card.
    Can I still purchase gems for my app game even though my phone wont connect to itunes. I did purchase gems and it worked but I am wondering if it was purchased from my old credit card info instead of the new credit card info I just put in from my apple ID.

    Well, what happens now when you try to purchase a gem with your new card info?

  • If i delete a movie i purchased on my phone can i still download it for free of itunes on my computer?

    If i delete a movie i purchased on my phone can i still download it for free of itunes on my computer?

    No, you only get one download for movies. Connect your iPhone to the computer you manage the phone with and use File > Transfer purchases from iPhone to store a copy on your computer. You can then safely remove the copy on the phone.
    tt2

  • Two weeks ago, bought a macbookpro can i still upgrate it, for one with more memory?

    two weeks ago, bought a macbookpro can i still upgrate it, for one with more memory?

    New models are not upgradeable, and it's now past the time to return it.

  • Can I still get Pages for iOS 4?

    Can I still get Pages for iOS 4?

    Not anymore.  Apple does not make older versions of the App available for download. Sorry.
    B-rock

  • Lost iPod touch 5th gen charger, (2nd time) can I still get one for free?

    I lost my iPod touch 5th generation charger and I have looked everywhere for it. This is the second time I have had to get another one. I got my iTouch in October 2012. Can I still get one for free at the apple store? I'm at 10% battery and I need it charged soon D: thanks!

    One year in US and one additional year if you purchased AppleCare. You can check your coverage here:
    Apple - Support - Check Your Service and Support Coverage

  • Deleting AD users vs Disabling. What is the difference? If an account is disabled, can it still be setup for mail forwarding to another user? If an account is deleted, what files get deleted?

    Deleting AD users vs Disabling.  What is the difference?  If an account is disabled, can it still be setup for mail forwarding to another user? If an account is deleted, what files get deleted?  Thanks.

    Hi,
    Disable Users: Nobody can log in to the mailbox, but the data is safe and it can receive email. Once it is enabled, it is back to normal.
    Delete Users: when the user is deleted all the services are removed and all data is erased. The user is deleted from our Active Directory. If you create a user with the same Name and Emial address again, no data or services are recovered.
    If you disable a user, the Active Directory object remains untouched together with the mailbox data and properties, but you will not be able to access any mailbox data.
    If you delete a user, the Active Directory object is removed together with all data and properties of the user.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • How can I use 1 JSP for edit/create functionality?

    Hi All,
    Does anybody have an example of using one JSP for both editing and creating an object? I am pretty sure I can handle most of it, but am not sure about how I can specify different messages from the resource bundle (i.e. modifying the screen title for the different uses, "New Campaign" vs. "Edit Campaign").
    My background is in PHP and DHTML (i.e. more front-end) and I'm just starting with Java and JSF. As such, I want to be sure that I'm using appropriate patterns for my programming.
    Thank you in advance for any help,
    Matt

    I make the difference between modifying an existing object and a new one by the ID in the object. Each object has a unique ID in my app assigned by the database. So if the ID is 0, the user is creating a new object, not stored in the DB yet. I store the object to be edited/modified in the session before displaying the page:
    For the title:
    <h:outputText value="Edit Material" rendered="#{sessionScope.selectedMaterial.materialId != 0}"/>
    <h:outputText value="New Material" rendered="#{sessionScope.selectedMaterial.materialId == 0}"/>For the action buttons:
    <h:commandButton value="Update Material" action="#{MaterialControllerBean.updateMaterial}" rendered="#{sessionScope.selectedMaterial.materialId != 0}"/>
    <h:commandButton value="Create Material" action="#{MaterialControllerBean.createMaterial}" rendered="#{sessionScope.selectedMaterial.materialId == 0}"/>

  • HT5622 My wife and I both have MacBooks and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine for apps for her but associate hers with h

    My wife and I both have MacBooks (I have MacBook Pro and she has Air) and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine ID for apps for her but associate hers with her own ID that I have yet to make?

    Well with the MS Hotmail/Outlook.com account that is hard. But she should be able to link all of it to the iCloud system using her Apple ID.
    I suggest you do a Google search for "link contacts, Calendars, iMessage with iCloud".
    For some stupid reason MS has limited the syncing/linking of only emails and Notes with the Hotmail/Live Mail/Outlook.com system.
    They have not included any Exchange features for syncing all that info. That is unless you are using Outlook 2013 and that is only for Windows.

Maybe you are looking for