Need guidance for fusion web developement

Hi. I am newbie. I am currently using jdeveloper 11.
I have surfed a lot of videos about application developement using oracle fusion web development. Can anybody please suggest some really good books/tutorials/videos for my requirement below.
1. There are lot of tables which I have created for my business. The jsf page should have the feature to view existing/add data to these tables. It should be able to plot graphs.
2. I have created batch files which will send mails. I need to use buttons on the page which when clicked will exectue these batch files. In my previous post, they have asked me to use an ActionListener.
3. I had studied Java programming a long time ago (forgotten almost all of it). Please tell me what concepts of java should i study again so that i can program all these above things into my aplication.
I have until now just built a simple application which allows me to display values from a table in an adf form on a jsf page. I have surfed enough forums, like stackoverflow.com but i am not able to find the answers that i need to these above questions. This forum is my last hope! Please help guys!
P.s : I have glanced through these books,
Jdeveloper handbook 11g, quick start guide to oracle fusion web development.
Regards,
Sachin

Hi,
1.http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_58/jdtut_11r2_58_1.html
2. why do you need batch files? you can send mails through javax.mail API http://adfblogs.blogspot.com.es/2012/01/sending-e-mail-from-adf-application.html
3.this post resume a lot of resources for training and beginning https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper

Similar Messages

  • Need help for publishing web intelligence document (universe) into InfoView

    Post Author: mirage
    CA Forum: Publishing
    Hello all,
    I need help for publishing web intelligence document (universe) into InfoView.
    can't find this information in Business Objects Designer's Guide and in Business Objects Administrator Guide.
    Can somebody give short instructions how can I do it?
    Regards, Slava

    If the change between the 2 types of data has to happen dynamically during run time them
    1. Use 2 dataproviders
         a. Current
         b. Historic
    2. Merge the 2 dimensions
    3. Use Webi variable to switch between the measure of the current and historic universe
    Ex  if [year] < 2010 then historic.[expense] else current.[expense]
    Hope this helps,
    Divya

  • Does anyone have a good link for images I can access for my web development work. I have Adobe Creative SUite 5.5

    Does anyone have a good link for images I can access for my web development work. I have Adobe Creative Suite 5.5

    In short, NO.
    I was hoping that the 7.4.1 update would allow it to work, but it has caused more problems than it is worth.If you do actually get it to work you will see the TC in finder (under Shared) when connected to the internet outside of your home network. What I have found though is that the 7.4.1 firmware update has made using the internet at home almost impossible.
    I have tried Hamachi but it is not reliable.
    I have settled with Dropbox so my files are synced between my home machine and laptop.

  • Certification for a web developer

    Hello Everyone,
    Can anyone suggest which oracle certification to take for a web developer. I am confused by the various certifications available. It would be great if someone can just me or point me to the links.
    Thanks..

    Hi,
    Review the following links:
    Oracle Forms Developer and Oracle PL/SQL Developer
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140#3
    Oracle Certifications – All
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141
    Regards,
    Hussein

  • I need explorer for certain web sites, how do I get it back for those?

    I need explorer for certain web sites, how do I get it back for those? I had an icon in case I needed Explorer, but now Firefox comes up. How do I change that back?
    Thank you!

    You can launch Internet Explorer from its icon on the desktop, Start Menu or the Quick Launch section of the taskbar. If you've lost the shortcuts somehow, you can create one as follows:
    # Right-click the desktop and choose New, then Shortcut.
    # Click the Browse button and select the following file:
    #* C:\Program Files\Internet Explorer\iexplore.exe
    # Give the shortcut a name, like ''Internet Explorer'' then click the Finish button.

  • 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.

  • Common lib jar configuration for fusion web project

    Hi,
    I have one common lib jar file which contains webservice proxy client.
    I have multiple fusion web projects which contain bounded taskflows. These projects are exposed as ADF lib jars and used in webcenter pages.
    Each fusion web projects contains model project and which defines one java class as application module. The application module calls webservice proxy client for supplying data to UI layer.
    I am looking for clarification on adding common lib jar to fusion webprojects. Do I need to add common lib jar file for both model and viewcontroller project? Is there any way to add at fusion web application level so that both model and view controller projects can refer the lib jar and also for Webcenter application if I add this taskflow as region to the page.

    Hi,
    Do I need to add common lib jar file for both model and viewcontroller project?
    This really depends on your architecture. If for example the ADF model you reference in the view layer project is from an ADF Library too then the view layer project needs to have all the library references. If the view layer project is in a workspace with a model project and the model project is the client of the service then the common jar files need to go into the model layer.
    and also for Webcenter application if I add this taskflow as region to the page.
    If you use it in a region then the problem is that ADF libraries don't hold 3rd party JAR references, which means you need to provide the library to the consuming application of the task flow. You can try configuring the JAR file in the EAR file you deploy with your consuming application and see if this is enough. Otherwise you can try a shared WLS library deployment
    Frank

  • Minimum config for plsql web development

    Help! I am experienced in PLSQL for web dev on Unix, but I am trying to set up equivalent functionality on my Win2K system at home to set up presentations using the same appraoch. I think I can do this with standard edition Oracle 9i, and the simple HTTP server of Oracle 9iAS. Is this correct? Am I overlooking any major points of software setup?

    You don't need 9iAS for this. The 9i database comes with an Oracle HTTP server. You should see this in your services list. Start the HTTP service, configure a DAD, and you can deploy your mod_plsql application.

  • Need guidance for setting up distribution list

    I have OD setup, I have Mailing Lists setup for groups such as IT, Marketing, etc.
    The only thing I have not quite figured out is setting up distribution lists for outside senders that can be distributed to LDAP users in OD. I have been searching the forums and have found bits and pieces of data, but cannot yet locate any guidance for getting this setup.
    I thought that this would be handled in the /etc/aliases file, but it appears that this only applies to local users.
    If someone could point me in the right direction, I would be grateful.

    I understand that more than 15,000 photos in a catalogue will degrade Lightroom's  performance
    100% incorrect false misleading don't listen to this nonsense, people in this and other forums have over 1/4 million photos in a single catalog
    I am concerned that several catalogues will be confusing about which catalogue a specific image is in.
    Very smart!
    What guidance can someone suggest for creating and organizing multiple catalogues?
    Use a single catalog, and move towards keyword/caption/metadata organizing rather than folder-based organizing (as much as can practically be done given the time constraints in your life)

  • Need guidance for upgrading application server

    hello everyone ,
    i have recently upgraded my oracle database from 9.2.0.5 to 10.2.0.4 on HP uX 11.11 , my EBS version is 11.5.10
    now i want upgrade my application server, firstly i didnt knew version of my AS
    after searching through oracle installer i found out the following components
    /appldvp/apps/prodora/8.0.6
    Oracle Unix Installer 4.0.3.0.0
    Oracle On-Line Text Viewer 1.0.1.0.0
    Client Software 8.0.6.0.0
    Ordts Common Libraries 8.0.6.0.0
    ORACLE NLS Libraries and Utilities 8.0.6.0.0
    ORACLE Core Libraries 8.0.6.0.1
    ORACLE Common RDBMS Libraries and Utilities 8.0.6.0.1
    ORACLE PL/SQL Libraries 8.0.6.0.0
    ORACLE Common Libraries 8.0.6.0.1
    ORACLE Common Precomp Libraries 8.0.6.0.1
    ORACLE Common Network Libraries and Utilities 8.0.6.3.0
    ORACLE Common Trace Libraries 8.0.6.0.0
    ORACLE Common Utilities 8.0.6.0.0
    ORACLE Common Agent Libraries 8.0.6.0.0
    ORACLE Common Libraries and Utilities 8.0.6.0.0
    Platform specific Libraries and Utilities 8.0.6.0.0
    Net8 (SQL*Net and Names) 8.0.6.3.0
    TCP/IP Protocol Adapter 8.0.6.0.0
    Remote Operations 3.0.2.0.1
    Oracle Names 8.0.6.3.0
    ToolKit 6.0 Base 6.0.8.10.1
    Discoverer Collector 4.1.48.06.00
    Configuration Guide 4.1.33f
    Discoverer Libraries 4.1.48.06.00
    Discoverer Locator 4.1.48.06.00
    Discoverer Preferences 4.1.48.06.00
    Discoverer Session 4.1.48.06.00
    Oracle Discoverer Viewer for Web 4.1.48.06.00
    Oracle Discoverer Plus 4.1.48.06.00
    Oracle Discoverer Server (Web) 4.1.48.06.00
    JInitiator 1.1.7.30
    JInitiator 1.1.8.11
    VisiBroker Smart Agent 3.3.1.0
    VisiBroker for C++ 3.3.3.0
    VisiBroker for Java 3.4.0.0
    VisiBroker Products 3.3.1.0
    PL/SQL 8.0.6.3.0
    Oracle Server Manager 3.0.6.0.0
    Oracle8 Enterprise (RDBMS & PLSQL) 8.0.6.3.0
    <Database Startup> Load Files 1.0.0.0.1
    Oracle Intelligent Agent 8.0.6.0.0
    Oracle Trace 8.0.6.0.0
    Precomp 8.0.6.3.0
    Pro*C/C++ 8.0.6.3.0
    Oracle8 JDBC Drivers 8.0.6.3.0
    Java Runtime Environment 1.1.6.2o
    Java Runtime Environment 1.1.8.13
    SQL*Plus 8.0.6.0.0
    ToolKit 6.0 Extension 6.0.8.10.1
    Multimedia APIs 6.0.5.33.0
    Tools Common Area 6.0.5.32.0
    PL/SQL Procedure Builder 6.0.8.11.0-449
    Integration Services 6.0.5.35.0
    Oracle SQL Manager Library 6.0.8.10.0
    Virtual Graphics System 6.0.5.35.0
    Oracle Charting Library 6.0.8.10.1
    Oracle Graphics 6.0.8.10.0
    Oracle Forms Server and Forms Developer 6.0.8.11.3
    Oracle Reports Server and Reports Developer 6.0.8.11.2
    ZRC Library 6.0.8.3.5
    GE Libraries 6.0.8.10.0
    Release Notes for Oracle Tools Products 6.0.8.11.2
    Tuxedo Support for Forms 6.0.5.2.0
    Oracle Jinitiator (Domestic) 1.1.7.31
    Oracle JDK Appletviewer (Domestic) 1.1.7.31
    Oracle Browser 6.0.5.32.0
    Oracle Wallet Manager 2.1.0.0.0
    Common documentation resources 2.0.0.0
    Oracle for HP 9000 Servers and Workstations Documentation 8.0.6.0
    Resource Object Store 6.0.5.0.1
    Toolkit Utility Library 6.0.5.33.1
    Toolkit Automation Library 6.0.5.33.1
    Oracle Information Navigator 6.0.4.0.0
    Online Documentation Library 6.0.8.11.4
    Project Builder 6.0.5.6.0
    is AS version 8.0.6 , if it is , how do i upgarde to the latest on avaialble
    thanx in advance

    document 146468.1 specifies how to upgrade to latest realese of 9i AS , but i want ot upgrade it to 10gYou cannot upgrade your Oracle 9iAS to Oracle AS10g, you can only upgrade it to 9iAS (1.0.2.2.2). For more details, refer to Note: 186981.1 (What versions of Oracle9i Application Server Release 1 can be used with Oracle E-Business Suite Release 11i) and (Can an existing Release 11i application server be upgraded to Oracle Application Server 10g?)
    If you want to have Oracle Applications Server 10g, you need to install it in a NEW ORACLE_HOME (Refer to Note: 233436.1 for more details).
    i am still confused for my AS version , how can i clarify that To determine the version, issue:
    UNIX: $ORACLE_HOME/Apache/Apache/bin/httpd -version
    Windows: %ORACLE_HOME%\Apache\Apache\apache.exe -version
    main components which i am using with my current AS are forms and reports serverOracle Developer 6i (Forms and Respports) are NOT part of Oracle Applications Server installation, it is installed under 8.0.6 ORACLE_HOME.
    can they be independently upgraded?Yes, see my answer to the first question in this reply.

  • Need help for the web based project

    I am using netbeans 5.5 and Sql server for db.What is the full form for DAO and how is it going to help me in my project.U also talk about uml want ot know about it.
    and how is it coming to help me.Its a very wast topic i serached.what will be helpful to me of the UML.
    What should i start first --- jsp or db design.
    What should i use for web based project --- only use jsp(presentation)+dao or jsp+servlet+dao.What would be best ?
    provide some nice link based on dynamic fetching of values from the database and showing it at runtime.
    Message was edited by:
    java@mani

    As stated in http://forum.java.sun.com/thread.jspa?threadID=5167752 start reading the Java EE tutorial to get insights in the material.
    what will be helpful to me of the UML.UML generally visualizes the core functionality. See http://www.google.com/search?q=uml+tutorial for some tuts.
    What should i start first --- jsp or db design.Start with both and end with the best balance between both.
    What should i use for web based project --- only use
    jsp(presentation)+dao or jsp+servlet+dao.Depends on the business needs. Generally 3-tier webapplications are the best: web, business and data.
    provide some nice link based on dynamic fetching of values from the
    database and showing it at runtime.Check some SQL and JDBC tutorials how to fetch and process the data:
    http://www.google.com/search?q=sql+tutorial
    http://www.google.com/search?q=jdbc+tutorial
    How to process it in the business and web layer is stated in the Java EE tutorial I've linked in your former topic.
    For applying the patterns, check the http://java.sun.com/blueprints/corej2eepatterns/

  • Needed: download for CS3 Web Premium

    We have a valid key for Creative Suite 3 Web Premium and I need to find a download link for the software. However thats where things get interesting apparently. Whoever downloaded the software originally didn't seem to keep the installer (Probably reasoning back then that they could redownload it any time.)
    After some hunting I had downloaded the software linked from http://prodesigntools.com - which I'd found on the forums here. However after trying to activate the software and discussing the problem with Adobe support, I've been informed that apparently the key was purchased as a volume licensing key and that there are separate installers for regular retail keys and volume license keys. As such the software I have will not work. I am urgently seeking a download for Adobe CS3 Web Premium that will work with volume license keys

    dcppb
    You may try downloading using a different browser
    However if your serial number is for windows, it may not work on MAC
    CS products are platform specific

  • I need Guidance for SAP Teched for BW

    Hi Everybody,
    Iam new to this forum.I need some guidance regarding preparation for BW certification.
    1.Which books i should read for what topics?
    2.How many questions from individual topics we may expect?
    3.Any documents that may help in preparing for BPS part.
    4.I need some personal plans followed by you to get success in Teched(Your experiences).
    Hope all of you will support me in all respects so that i too can achieve certification.
    Thanks for your support.
    Best regards,
    Venu
    mail:[email protected]

    Hi Venu,
    Check below links
    http://www.sap.com/uk/services/education/courses/bw.epx
    http://www50.sap.com/useducation/curriculum/print.asp?jc=1&rid=285
    http://www50.sap.com/useducation/curriculum/print.asp?jc=1&rid=458
    http://www50.sap.com/useducation/certification/examcontent.asp
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=506&vid=5
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=420
    BW Certification Preperation
    BW CERTIFICATION 3.5
    Re: SAP BW Certification
    /thread/49323 [original link is broken]
    BW certification
    All the best...
    Krishna

  • I need Firefox 3.6. How can I go back? I need it for a web-based software application that I use at work.

    At work (University of Texas at Arlington), I use a vendor-provided web-based application that requires Firefox 3.6. I've uninstalled Firefox and tried to install 3.6, but I got Firefox 6.0. When I start Firefox now, it sometimes automatically updates so that at this point I'm using 7.0. I've lost some functionality in the application, and the vendor's tech support is not able to help with some things such as printing pages, user preferences, etc.

    You can get firefox 3.6.23 here
    * http://www.mozilla.org/en-US/firefox/all-older.html
    * see also [[installing a previous version of firefox]]
    You may consider seeing if there is a firefox 3.6.23 portable version available if you are using it for one particular application only, you could then use firefox 7 for other browsing.
    * see http://portableapps.com/apps/internet/firefox_portable

  • Need guidance for  abap

    i am new to sap i wanted to know which institute is good for certification in abap for fresher. Also from placement point of view......

    Hi Ramchandra,
    you can find a lot of information on the community page.
    The ABAP for SAP HANA reference scenario (ABAP for SAP HANA Reference Scenario ) is a good starting point, or if you prefer Video tutorials, visit Video Tutorials about ABAP for SAP HANA.
    If you are more the "learning by doing" fan, you might want to start with an E2E Guide Brand-new ABAP 7.4 for SAP HANA End to End Development Guide with Latest ABAP 7.4 SP5 Features.
    If your not too much interested in "ABAP for SAP HANA" but on ABAP development in general, you may visit ABAP Development and maybe reraise your question in the ABAP community again.
    Cheers,
      Jasmin

Maybe you are looking for

  • Can't read or Write to disc

    Using Windows XP I get an error (can't read or write to disc) when trying to sync my Ipod. It also says not enough room on disc at times.I was able to do this before. But it now fails. I sent the Ipod in for repair, it was stated that it needed disc

  • Grouping Key Rows In HTMLB Tableview BSP

    Hello Experts, I've a HTMLB Tableview in BSP Application. I need to group the key rows with same value into one. Current Layout KEY  VALUE 1    VALUE 2 A       X                 Y A       X                 Y B       X                 Y B       X     

  • Why won't PC let me back up iTunes onto disc?

    I know I am doing it right. I click on Back Up To Disc. It checks..checks..then says it will take 14 discs to back up. Fine. The box says 'Data Disc' or 'Cancel.' I select Data disc as that's what a CD-R is..and it goes in and comes back out. These a

  • Trouble exporting projects

    So I'm having trouble exporting .. Final Cut just keeps crashing when I try most types of Exports. If I select Share -- Master file, I'll get a beach ball, and then it crashes. The same with Share -- Apple devices. When I do Share -- YouTube, it seem

  • How complex does my log-on password need to be?

    I use 1Password to create very complex passwords for accessing  websites and various accounts, but I'm wondering how complex do I need to make the password that lets me log onto my computer? In other words, is it realistic to worry about a brute forc