Is there any tutorial for integrating struts with hibernate using JDevelope

Hi Everybody
I am using Jdeveloper...and I want to know is there any tutorial available for usinfg struts and hibernate.
If anybody knows abt them...plz tell me the links.
Thanks and Regards
K Sreenivas

A tutorial about using hibernate in JDeveloper is here:
http://www.oracle.com/technology/pub/articles/vohra_hibernate.html
There are many papers and tutorials about Struts in JDeveloper - just go to the tutorials page and technical papers pages linked from the JDeveloper home-page.

Similar Messages

  • Is there any tutorial for jms development with jdeveloper out there ?

    Hi
    Thank you for reading my post
    is there any tutorial which show us how to use jdeveloper +oc4j for JMS stuff ?
    I mean an end 2 end tutorial to build mdb+jms resources in oc4j + client
    it will be far better if the tutorial shows how we can use jdeveloper features for this task (if it provide any wizard...)

    This is an example of a client:
    public String listeningJMS (Context context) throws Exception
    String topicName = "jms/demoTopic";
    String topicConnectionFactoryName = "jms/TopicConnectionFactory";
    TopicConnectionFactory topicConnectionFactory = null;
    TopicConnection topicConnection = null;
    TopicSession topicSession = null;
    Topic topic = null;
    TopicSubscriber topicSubscriber = null;
    TextMessage message = null;
    String fileName = null;
    * Look up connection factory and topic. If either does
    * not exist, exit.
    try
    topicConnectionFactory = (TopicConnectionFactory)
    context.lookup(topicConnectionFactoryName);
    topic = (Topic) context.lookup(topicName);
    * Create connection.
    * Create session from connection; false means session is
    * not transacted.
    * Create subscriber.
    * Register message listener (TextListener).
    * Receive text messages from topic.
    * When all messages have been received, enter Q to quit.
    * Close connection.
    topicConnection =
    topicConnectionFactory.createTopicConnection();
    topicSession =
    topicConnection.createTopicSession(false,
    Session.AUTO_ACKNOWLEDGE);
    topicSubscriber =
    topicSession.createSubscriber(topic);
    topicConnection.start();
    System.out.println("Receiving: ");
    TextMessage msg = (TextMessage) topicSubscriber.receive();
    String xmlString =msg.getText();
    topicConnection.close();
    System.err.println("Received: "+xmlString);
    fileName = this.getFileName(msg.getText());
    } catch (Exception e) {
    throw e;
    } finally {
    if (topicConnection != null) {
    try {
    topicConnection.close();
    } catch (JMSException e) {throw e;}
    return fileName;
    public static Context getInitialContext() throws NamingException {
    Hashtable env = new Hashtable();
    // Standalone OC4J connection details
    env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.rmi.RMIInitialContextFactory" );
    env.put( Context.SECURITY_PRINCIPAL, "oc4jadmin" );
    env.put( Context.SECURITY_CREDENTIALS, "welcome1" );
    env.put(Context.PROVIDER_URL, "ormi://localhost:12401");
    //env.put(Context.PROVIDER_URL, "ormi://localhost:23791");
    return new InitialContext( env );
    }

  • Is there any tutorial for using ARM cortex-A processors of Zynq for digital signal processing ?

    Hello, everyone.
    Is there any tutorial for using ARM cortex-A processors(such as A9 and A53) of Zynq to deal with digital signal processing  problems?
    Please tell me , thanks.

    Hi
    Check below links
    http://www.xilinx.com/training/zynq/software-acceleration-for-dsp-functions-with-zynq.htm
    https://www.youtube.com/watch?v=ErEG7ZREcJQ
    http://www.xilinx.com/support/documentation/application_notes/xapp1170-zynq-hls.pdf
    http://www.xilinx.com/support/documentation/application_notes/xapp890-zynq-sobel-vivado-hls.pdf
    http://www.xilinx.com/support/documentation/application_notes/xapp1167.pdf

  • Any tutorial for Live RTMP Dynamic Streaming using Strobe Media Playback?

    Any tutorial for Live RTMP Dynamic Streaming using Strobe Media Playback anywhere available on the web ?

    Thank you for the link but it does not solve my problem. In this thread they work with manifest xml files like a playlist. Which i tryed but also doesn´t work. Adobe declairs FMP with easy config and less code for non geeks. And this is exactly what i want for my project.
    Does anybody can post some  html sample code especially for dynamic streaming/ MBR wit Flash Media Playback??? For Live or On-Demand.
    Best
    Hinricht

  • Are there any fixes for iPad 2 with OS 8.1.1.

    Are there any fixes for the iPad 2 IOS 8.1.1?  I've had problems with Safari and other Apps crashing or locking up, and with extremely slow touch response.  These problems have been occurring since the last update.  At times the iPad becomes unusable.  I have been keeping all programs closed and history and web site data cleared.  Thanks for any help you can give.

    Hi, dannilee,
    I have exactly the same problem. The device was my favorite computer until 8.1.1. Now it runs s-l-o-w-l-y, requires endless reboots.
    To improve the performamce, I have tried these:
    1.Go to Setting->General->Accessibility->Reduce Motion. Turn on.
    2.Reset iPad device settings using Setting->General->Reset->Reset All Settings. Its increase iPad performance little better.
    3.Hold the sleep/wake button and home button upto 8 seconds. This will turn off your iPad. Then turn on iPad. Wait few moments. Do the same thing twice to solve this issue.
    Solution 3 worked for me. And, I always recommend you to backup your iPad first before any action to avoid any data loss.
    Hope it is useful for you.

  • Is there any tutorial for an extension that just changes a variable in the about:config?

    Hi all,
    I am trying to create my first firefox extension, which will simply change the value of one of the about:config variables. I looked all over for tutorials that could help me, of course, but I found none that covers that specific matter (changing a variable of the about:config). Do you know any?
    Thanks in advance!

    Hi Maudluna,
    I understand you would like to sign out your Apple ID from an iPad. You can do this easily by following the steps in the article below. I have also linked to an article about Family Sharing which can help you create and manage multiple accounts:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store - Apple Support
    Start or join a family group using Family Sharing - Apple Support
    Family Sharing makes it easy for up to six people in your family to share each other’s iTunes, iBooks, and App Store purchases without sharing accounts. Pay for family purchases with the same credit card and approve kids’ spending right from a parent’s device. And share photos, a family calendar, and more to help keep everyone connected.
    Thank you for contributing to Apple Support Communities.
    Take care,
    Bobby_D

  • Is there any documentation on integrating iDSAME with iPlanet Portal Server?

     

    There is no official documentation. The full fleged integration with IDSAME would happen in the next release of portal.
    The current integration is more of a proof of concept and is only for authentication and this has not been made public or neither is it supported.

  • Is there any tutorial for SAP Java Backend Development?

    Hi everyone,
    I am following the "How To - Part 1: Build an Agentry based app from scratch connecting to a SAP ERP back-end" to learn Agentry by myself.
    There are some Java code when creating the Steplet, StepHandler and Bapi that I dont understand. I would like to know if there is any document or tutorial to learn how to write  such Java code. I already know the Agentry stuffs like fetch, step, etc.
    For example, why do we need the processResult or setParameter method? Why do we need JCO.Table? Where is the table "ET_FLT_SCHEDULE"
    public class FlightScheduleBapi extends AbstractFetchBAPI{
    public User user = null;
    public FlightScheduleBapi(User u, GregorianCalendar lu) throws Exception {
    super(u, lu);
    user = (User) u;
    @Override
    public ArrayList<SAPObject> processResults() throws Exception {
    ArrayList<SAPObject> spfliTab = new ArrayList<SAPObject>();
    JCO.Table _sTab = _tables.getTable("ET_FLT_SCHEDULE");
    int rows = _sTab.getNumRows();
    for(int i = 0; i<rows; i++)
    _sTab.setRow(i);
    FlightSchedule spfliLine = new FlightSchedule(_sTab);
    spfliTab.add(spfliLine);
      return spfliTab;
    @Override
    public void setParameters(SAPObject obj) throws Exception {
      super.setParameters(obj);
    try {
      } catch (Exception e) {
    user.rethrowException(e, true);
    Thank you very much.
    Tags edited by: Michael Appleby

    Anyone can help me out of this?
    I am looking for AbstractFetchBAPI but there is no information about it.
    I found JCO Client Connection and JCO getTable to access SAP tables. Can I use this way in Agentry App?
    Thanks.

  • Is there any hope for Mac users with AMD D700 graphic cards trying to run Adobe Premiere 2014 CC?

    Who wants to watch a grown man cry?  I spent a small fortune on a shiny new mac with 64GB Ram and to quote Larry Jordan, "I could rocket to the moon with the power of this computer."  I am running OSX (10.9.5) and have a 12 gig per channel ethernet Maxx Digtial Raid with Areca cards to support 6K footage.  However, editing my first project in Premiere CC2014 (leaving FCP 7) has been nothing short of problematic.  At first, it plays great but after 20 minutes of editing, speed changes, adding secondary shots etc it starts to play choppy, freeze on certain frames playing just audio and eventually crashes or it takes a minute to render.
    I did every possible thing yesterday with Adobe and Apple support.  I reinstalled the OS, I trashed 3rd party preferences, trashed Premiere preferences, set project settings from OpenCL to software only and I tried changing location of the Premiere Cache folder but nothing seems to work.  Eventually the last Adobe support person said it was due to the AMD card and Adobe.  He was emphatic that it was Apple's fault.  Apple's support team said it Adobe's.  Well after that, Im still stuck.  Is anyone else experiencing this?  Any pieces of the puzzle?
    Is anyone else having the same experience?

    The default for CPU Voltage is By CPU VID default for Adjust CPU VID is Startup which should be 1.4 volt. Since Cool'n'Quiet requires a driver to run and I also show low CPU VID in cmos it should be 1.4v but I tried with Cool'n'Quiet disabled and also tried setting CPU VID to 1.4 but have never made it to 1.4 I also tried setting it to 1.425 which is the next step and still read under 1.4.

  • HT5093 is there any tutorial for beginners on ibook atthor??????

    how to use ibook author for creating new book including all features and opitonns in it?

    See: Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Is there any tutorial for annotations

    I downloaded the spec but it is a bit too technical for me. I need something for the dummies, like the generics tutorial..

    Sorry for taking a bit long. Yes that it the tutorial I am referring to.

  • Is there any hope for a printer with ink system failure...​I took my cartridge with me to the store

    I didn't realize I needed to leave the cartridge in...I have tried all your suggestions & nothing works!

    alanfromwickford wrote:
    just to add, i'd remove the back case to allow mor rapid drying, but expect the wosts - because it's less disapointing if you then lucky
    What a colossally bad idea!  To anyone reading this thread DO NOT DO THIS!!!  Once anyone other than an Apple Authorized Service Provider (and that doesn't automatically mean your carrier, just FYI) opens up the device, then ALL options from Apple are gone, permanently.

  • Is there any need for an InDesign user to use InCopy as well?

    We are looking to do a software refresh from CS3 to CS5, and when auditing users we discoverd a handful of people that are using InDesign and InCopy.  My previous thoughts about InCopy, was that the program isn't needed if you have InDesign, but users have given the following reasons for using both.  Can someone tell me if these reasons are founded, or if there is a way to do these things in InDesign only?
    Example 1:  InDesign: Use to edit pages before going to press, cut copy to fit, re-write headlines and insert captions.  InCopy:  Use daily to perform first reads and content edits of stories submitted by writers and to write my own copy, and to format stories before sending them to the copy editor for final editing.
    Example 2:  InCopy CS2 I use in conjunction w/InDesign when we create an issue.
    Example 3:   I use Adobe Incopy CS2 several times per week to format and file stories with our copydesk. I also use Adobe InDesign CS3 to make cuts and late edits on page each week before my section ships to the printer.
    Example 4:  Use both daily for printed materials
    Input is greatly appreciated!  Thank you

    Thank you John, for one user it appears he is doing to copy editing as well as the design.  He is using InCopy to format tex files before they are imported in InDesign.  Can you tell me if InDesign can be used as a word-processing software?
    Here are exaples of a few of the other workflows: When I send stories to our copy chief, they have to be in an InCopy template for him to format the fonts. FM's two reporters send stories to me in Word, and I edit them before putting them in an InCopy template and sending them proofread. They then do an initial proofread for house style before formatting them and sending them to our art department for page layout in InDesign.
    After the pages are laid out by our art director, I use InDesign in order to cut stories to fit, proofread and edit and write captions on page. Years ago, we had an additional copy editor to help our copy chief with this stage of the process, but he got laid off. They gave me and one other editor copies of InDesign at that point, so that we could distribute his work on shipping days. Since we're a weekly, I currently use both of these programs extensively every week.
    It appears these users are wearing multiple hats, I was just under the impression that InDesign could do anything that InCopy does (and more ofcourse).  Apparently I was incorrect?

  • Is there a fix for a problem with animation using nested graphics (parent/child)?

    I am not sure if its because of my lack of experience with 2D programs or not, however I am having issues with nested graphics and animation. I am normally a 3D user and as such grouping and parents are very key to how things are able to move. The problem I am having (just as an example because its hapening in multiple areas) is I have an arm of a character that is grouped 3 times. The upper arm is the parent, the lower arm is grouped inside the upper arm, and the hand grouped inside that, all of which were converted to graphics. I did this so the lower arm and hand follow the upper arm, and the hand follows the lower arm. This would be a common sense thing to do in 3D however when it comes to animating the hand, usually when double clicking a graphic it takes you to the same frame for the child as is selected with the parent (if the parent is on frame 20, double clicking the parent should take you to frame 20 of the child). I should also add that all graphics have the same frame count.  The problem being when i double click, the child does not have the same frame count and throws off everything done to the child in relation to the parent's animation. I am not sure if its something i did, or a problem that exists inside flash. I have a deadline coming up and this has been a bad problem to have last minute so if anyone has advice on the matter, that would be greatly appreciated!
    I also tried using the bone tool in flash, and besides no obvious way of re-adjusting the bones that are attached to the graphics (short of deleting them and trying again), this was difficult as well. I looked up ways to adjust the position and it seems you can only adjust the graphics themselves, not the bones. Normally this wouldn't be a big deal if it didn't start skewing the graphics out of place randomly. 
    I hope this isn't too confusing and I would certainly appreciate some feedback!

    Would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.
     

  • Any tutorial for building adapters and routing services for JBI container ?

    Hi
    Thank you for reading my post
    is there any tutorial for Sun JBI container ?
    I want to know how i can build/deploy JBI components like adapters and routing service for Sun JBI container .
    another question is that , is it based on OpenESB ?
    thanks

    You can find a white paper on writing a JBI service engine here:
    http://java.sun.com/integration/reference/techart/DevelopingAServiceEngineComponent-1-2.pdf
    Also, there is a lot of information on JBI and Open ESB here:
    http://java.sun.com/integration/
    You ask if the Sun JBI container is based on Open ESB - it's actually the other way around: Open ESB is based on the Sun JBI container. The JBI container is a JSR208-compliant implementation, and Open ESB builds upon that implementation to add full ESB capabilities.
    hope this helps -
    mark

Maybe you are looking for

  • How can we split the grid display in alv reports.

    hi everyone.i am trying to get the display of two reports in a single one using split screens.i had written a report for vendor balance.one for open and one for cleared items.how can i combine these two reports. the field catalog was same for these t

  • How can I backup iphone contacts/email/addresses and transfer them to PC ea

    Hey,guys!!!i have one quick question about my iphone contact backup ... I have an iphone that has all my contacts stored in it.... (phone numbers, email, addresses, etc...) and I recently bought an new computer, but I don't have any of this informati

  • I was good to you - too bad you weren't good to me!

    I am a long time faithful (on time) bill paying Verizon wireless customer with 5 lines. I have had a huge complaint with several issues this past month, and called customer service. After playing the game "try to find the customer service number on o

  • I downloaded CS2 on my mac and can't open it

    I downloaded CS2 on my mac and can't open it, i get "it can't be opened because its from an unidentified developer"

  • Document upload  in BEX

    HI All I have a question is there any way that we can upload documents with Infocubes or ODS and in Report we can Edit those documents or say change and save it not static like Metadatarepository User need to add notes to reports on BEX. Thanks in Ad