To develop front end jsp page

Hi.....
How to develop jsp for front-end entry of creating and updating as well as tracking values from the table....
Can u suggest me how to do this?

Hi,
You can develop JSP's in Jdeveloper.
But you won't require the Jdeveloper with OA extension for this requirement. You can download latest Jdeveloper (without OA extension) from Oracle.com.
Regards,
Mukesh Uchaniya

Similar Messages

  • How to develop and Run .jsp page from Jdeveloper 10g

    Dear All,
    I need to develop one small JSP page using Jdeveloper10g. pls share information How to develop and Run .jsp page from Jdeveloper 10g.
    Thanks in Advance,
    Hanimi.

    Hi Gyan,
    Any Idea how to get DB connection for JSP Pages.
    Our Java guys developed one JSP page for Login page.
    After Log in instead of standard responsibilites page we calling custom jsp page, For getting DB connection they defined one properties file and hard coded DB details on that file and calling, but client is not accepting hard coding.
    Pls give any idea for getting DB connection directly in JSP pages.
    Hanimi.

  • Problem while developing Front End

    Hi all
    I am developing GUI ( Front End ) where a user is allowed to add labels, buttons at runtime .
    Also he can add images to the screen at run time. He should be able to resize the size of the image at runtime. Also he should be able to resize the size of labels.
    The mouse cursor should be chanangeable to resize cursor when the user is trying to resize the labels or image..
    Can anyone provide me some useful tips in this regards or links..
    Sample Code would be most welcome...

    Go step by step:
    Create the Frame and the container that will hold the added component(labels, buttons etc..)
    Add a button or menu that will activate the creation of the new component.
    Use a listener to lister to the button or menu.
    Create a new component and add it to the container
    If you done it till now you 33% done.
    Add a mouse listener and use it to change the size of the components.
    Cange the mouse wile draging it to resize the component, and change it back to normal when mouse was released.
    YOU will find a lot of samples in the forum if you will do it like this.
    Good luck
    Noah

  • Problem designing the logout button i.e. the front end jsp

    Hi,
    my project is an intranet project and starts with the login page. From my login page I am directed to manager, or supervisor, or accountant page where I am needed to perform certain duties. After I am done I need to logout. My problem is that I do not know how to logout and where to place the logout button.
    Will the logout button be on each of the manager, supervisor, accountant page or will it be on the manager page and its sub pages and so on.
    Also I do not know how to configure this button. Should this button be linked to a controller servlet that will destruct the session and redirect the control back to the login page or this follows a different mechanism.
    Do we need to create a frame. Put the logout button on the static side and on ther dynamic side display the pages ie the supervisor, manager, accountant.
    Please help me as I am new to jsp and I am not able to visualize this.

    Hi^^,
    in short: the code you have to send <% session.invalidate(); %> to delete the session -> logout the user. See my example-code:
    //logout.jsp
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>example</title>
    </head>
    <body>
    <% session.invalidate(); %>
    <p> You are now loged out. </p>
    <br><br>
    <form method="post" action="index.jsp">
         <input type="submit" value="Back to mainpage">
    </form>
    </body>
    </html>Save this code into a "logout.jsp" and let it be executed if you want to logout.
    If you have no idea where to put the logout-button:
    I've done it myselb by creating a header.jsp, where I display the log-status and therre is my logout-button:
    //header.jsp
    <div align="right">
    <%
    if (session.getAttribute ("username")!=(null))
              // User is loged in
              out.println ("Welcome, ");
              out.println (session.getAttribute ("username"));
              out.println (".");
              out.println ("<br>");
              out.println ("<a href='logout.jsp'>Logout</a><br>");
              out.println ("-------------------------------------");
              out.println ("<br>");
    else
              // User is guest
              out.println ("Welcome, Guest");
              out.println ("<br>");
              out.println ("-------------------------------------");
              out.println ("<br>");
    %>
    </div>The structure:
    Include this header.jsp into every page you have. use <%@ include file="header.jsp"%>. Hope this is not too confusing ;)

  • Front end and back end questions

    Hi,
    If I want to develop a web base SOA application by using Jcaps, I have several question want to ask.
    1.) In the front end, if i create the page by using eVision to create the page
    flow and the page layout, how can I match the fields of the page (such
    as the username, email, tel no... with the back end web services?
    2.) Does the flow of the front end web pages are control by the page flow in
    eVision? When will the eVision supported AJAX or JSF?
    3.) What is the use of the eInsight Business process manager, does it
    control all the back end flow, such as the flow of each web services?
    Does Jcaps has the Bpel engine to control the flow of web services?
    4.) I know that in JBoss, there is a jBPM server to control the flow of the front
    end pages, does JCAPS has this kind of server?
    5.) If i want to connect to the Database? I know that there is a eTL to extract
    the data from the database, it is true? Or do u recommend to connect the
    database directly through the web services by using JDBC or other
    framework as well?
    6.) If I have an existing application that is developed by .Net (With no web
    services). How can i integrate with other systems? What can I do in order
    to reuse the system? Or what Jcaps can do in this manner?
    Thanks for you reply! ^ ^

    Generally, back-end would consist of the taks associated with configuration of data targets (ODS, Cubes), working with extractors, mapping data to the data targets, writing transfer/start rtn/update rules, and creating Infopkgs/ Process Chains.
    Front-end deals with the use of the BW - writing queries, workbooks, web (although I think some of the infrastructure aspects of web reporting. e.g. javascript/templates might really could be considered backend).  Think of Front-end as all of the client/customer/user facing components.

  • How to Build Custom JSP Page to bypass Oracle Apps Login

    Hi All,
    Can some one guide me how to develop a custom jsp page to bypass Oracle Apps R12 Login.
    Actually Our requirement is some external user will enter the login details in some third party login page with the third party generated username and passwrod, that user's credentials are mapped to oracle system,so as soon as they enter credentials having validated it has to redirect that external user to Oracle Apps R12 Home Page, where responsibilities are shown. Currently that third Party login page is set to redirect to RF.jsp but that is not working and throws this error:
    "You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session.Please select Home to Proceed"
    So I am planning to build a custom jsp page to resolve the error.
    As soon as user enter credentials in the third party login page, it will be redirected to my custom login page which in turn redirect external user to Oracle Apps R12 Home Page, where responsibilities are shown. Is it possible? If yes what JSP Page/Servlet I have to invoke from custom JSP Page and what all URL parameters or session parameters and cookies parameter I have to pass or set.
    Can anybody please help me...
    Its very urgent. We are running short of time. Its a sev 1 issue.
    Please reply soon.
    Thanks,
    Raja Dutta

    Hi,
    Thanks for the update.
    Sir its not about calling the JSP Page from OAF page.
    My requirement is what I have explained above.
    Please suggest its urgent.
    Thanks,
    Raja Dutta

  • Changes to the Back-end....Bringing it on to the Front-end

    Hello All,
    I would like to know the means of reflecting the changes made to the back-end tables on to the front end. Say we've a departments table and an ADF UIX page displaying the data from it in the front-end... we make certain modifications to the back-end table.. Now how do I bring it on to the already existing front-end UIX page. Could anyone give me a solution for this. Thanks in advance.
    Regards,
    Arun.V

    Hi,
    If you have navigated to the employees from selected department (ie, all the employees on the page are from the same department) then you can just drag the department name onto the page to create the bindings and display the department name.
    If you are going direct to empoyees in a read only table an easy solution is to create a business component based on a database view that joins the two tables and presents the employee details and the department name.
    create or replace view emp_dept as
    select e.emp_id,
           e.emp_name,
           d.dept_id,
           d.dept_name
    from emp e,
         dept d
    where e.dept_id = d.dept_id; If you want to edit an employee then create a view link to a ViewObject which represents just employees using the employee id. On the single record edit page use a message choice to translate the department id into the department name.
    Brenden

  • Front End Tool for JSP

    I'm trying to develop a commerically viable front-end to an existing JSP system.Are there any tools available that make the task of creating a front end(i.e. HTML,XML) easier.
    For example, nice headers/tabs at the top of each page while keeping usability at a premuim??

    That's a difficult question to answer off the top of my head.
    Are you looking for some software that allows you to import a JSP based application into it, with the intention of modifying those so they look nicer?
    Or are you looking for a tool that will let you build nice looking pages then spit those out as JSPs or XMLs?
    Either way, my reply would be NO? The userbility aspects are things your organisation has to invest time in (designers, PR folks, communications, page developers, info architects, etc). Translating those thoughts into hard pages is where the HTML layer comes in, and there are no tools out there that can bring usability into web pages.
    You see what I mean?
    However, if what you are asking for is the availability of tools or editors to help you create the HTML you put in JSP files, then you are only one step away from your answer. There are several out there. Just look in http://www.download.com/Web-Page-Creation/2001-10247_4-0.html?tag=nav_dir for some of the most popular.

  • Sydney Australia- Looking for a Front End BC Developer (jnr-mid)

    We are looking for passionate, talented, roll-up-your-sleeves, hands-on Front End Web Developers to join the Sydney team. Each experience we create, from web to mobile, demands a superior design and usability experience. If you feel beauty is in the details, please continue on.
    Where?
    Sydney, Australia
    Some of our work:
    http://invis.io/6999TA5Z
    Overview
    As a Pretty developer, your primary focus will be building and implementing high-quality user interfaces. You will work closely alongside a team of Designers and Developers on each project, ensuring each pixel is visually, and interactively perfect. Our Web Developers are responsible for the look and feel of the end product a serious consideration here at Pretty. Beyond the obvious characteristics, detail-oriented and extraordinarily passionate about problem-solving, we are looking for Web Developers who are hands-on, natural leaders and will push to improve a project even beyond our rigorous QA process.
    Knowledge & Qualifications:
    • Experience in hand-coding HTML pages
    • Extensive knowledge of CSS
    • Several years of commercial development experience in an agency environment
    • JavaScript / jQuery / AJAX
    Merited Experiences:
    • Adobe Business Catalyst CMS experience
    • Strong experience slicing Photoshop files.
    • Good portfolio of work
    • Excellent communication skills
    • Enthusiasm for the role and a passion for the web development industry
    • Solid organisational and time management skills
    • Excellent customer service skills and be goal oriented
    • Ability to work independently as well as in a team environment
    Immediate start - Come say hi!
    Apply NOW. All applications will be treated confidential
    Email: [email protected] or apply through SEEK http://www.seek.com.au/job/23590872

    Pat,
    Happy to help out, done some very complex API integrations would love to give you a quote for the work. Drop me a PM

  • Front-end HTTP Server and Performance with .jspx pages?

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

  • Time out error  on front end ( 60 seconds) developed in web dynpro ABAP

    Hi all
    I am getting TIME OUT error ( ERROR :-  Connection to partner break in 60 seconds) on front end (on web) because in SAP backend there is a function module excuting and taking 3 minutes. But on front end developed in web dynpro ABAP time out is coming in 60 seconds.
    Please help me how can i increase this TIME OUT time on front end more than 60 seconds.
    Please help as soon as possible

    Hi,
    see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/7b/72092aaa1342c5a3af7ce0b9a11ff9/frameset.htm">Documentation</a> and
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/78/9852b7c06b11d4ad310000e83539c3/frameset.htm">this</a>
    Regards, Heidi

  • How can I develop a data entry front end for numbers spreadsheet?

    I have a spreadsheet which I have to enter data on a routine basis and I was hoping to develop an easy front end template to simplify the entry.  Any suggestions?  Thanks.

    Hi confusedaboutmovies,
    Perhaps this will help. Phone calls or whatever.
    Column A is formatted as Date & Time for 24 hour clock
    Full date and 24 hour time.
    Cell A4 has the 24 hour clock time entered and is waiting for me to press the enter (return) key to show this:
    You can use the 12 hour clock if you like. But then you must add am or pm.
    Just a suggestion...
    Regards,
    Ian.

  • Delimited file, jsp front end browse, insert into oracle db.

    Hey all. I know I've seen this around somewhere, and instead of me rewriting the whole thing, I thought I would try and find it. If someone else knows where I could find it please let me know. We have some delimited files that we would like to upload into or Oracle DB (10g). Simple jsp front end browse for the file and upload it. Would like to be able to choose what type of file, and the delimiter type. Also, we have SQL Loader, but I am not sure how to integrate that.
    Thanks in advance
    orozcom

    Yeah, I think I will just create a java/jsp app to do this. I just found out that the data does not need to be saved. The info that is going into this table is a schedule for a university. The schedule will be upload like every time they have changes, or every semester.
    So I think I will do is just create a new table each time, or I could just clear the table each time. I don't know yet. This seems like an easy way of doing it. If there is already something out there that I could modify then that would be great. If not I could easily write this program tonight.
    orozcom

  • Developing JSP pages using Eclipse 3.6

    i want to build a web application using JSP pages and oracle 11i databse, so i install and configure eclipse 3.2.2 and i installed the plugin to support creating a dynamic web project and i have installed jboss 6 to be the server.
    so on the eclipse i clikc new "dynamic web project" , then inside this new project i create a new JSP pages , then i write a simple code inside the jsp and i run the project using jboss and every thing went smootly.
    but let say now that i want to develop a more complicated pages to add buttons , to have tabs on my page.
    1. so my question is does eclipse provide a visual develpment tools ot plug-in for developing JSP?
    2. where i can find some good tutorilas regarding developing JSP using eclipse 3.2.2
    Thanks
    Edited by: 812643 on 20-Nov-2010 17:42

    Confusing isn't it? You can post questions here for specific problems you need to solve and usually get an answer (eventually). However, asking for which technologies are better will probably only provide you with biased opinions. There are many alternatives, each providing its own trade offs. I suggest searching google for articles from respected sources such as 'theserverside' rather than depend on individuals. Also, limit your search to articles that are no older than about 1 year. Lastly, try to stick with technologies that are used by the bulk of the developers and are considered almost an industry standard. No point learning some good yet obscure technology.
    As far as not considering a career as a developer, I suggest you stick to it no matter what. Anything you want to be good at takes years of practice and study
    (http://365pwords.wordpress.com/2009/01/25/practice-practice-practice-the-theory-of-10000-hours).
    No one has a 'knack' or is born good at it (even if they claim to be), and everyone experiences frustration (20 years later, I'm still frustrated!). You advance by making countless mistakes, and refactoring over and over again. Ignore anyone who discourages you no matter what.
    I think your quest should be limited to what you should learn when just starting out and not what is the best technologies for experienced users. Personally, I think learning JSP/Servlets is foundation that you should know well before considering alternatives. Also, many alternatives are based on extending JSPs and therefore you should know them well. I've always used JSP and not alternatives, so I can't comment further on that topic.
    If your just starting out in web design, here are my recommendations (in roughly this order):
    java -book (search amazon.com for books and reviews of what others have said in them).
    practice compiling java classes from the book on the dos command line and using a text editor before moving on to
    an IDE.
    Eclipse IDE - just an on-line tutorial may be ok. Learn to compile code, run it, debug it.
    JSP - book
    Servlets - book
    JUnit - just an on-line tutorial may be ok
    JSTL - just an on-line tutorial may be ok (use JSTL with JSP, not scriptlets)
    XHTML - just an on-line tutorial may be ok
    Javascript - book
    CSS - on line tutorial may be ok
    Tomcat - just an on-line tutorial may be ok. You can move onto JBoss, etc later.
    JDBC - book
    A free database such as Oracle Lite or MySql installed. Learn how to create tables.
    MVC design - read up on separation of concerns on a design (presentation,control,business, and database layer).
    SQL - book
    JQuery - book
    Hibernate -book
    Spring framework - book (only after creating an MVC web application with a single servlet as the control layer)
    AJax

  • How to declare value null to object at the end of jsp page.

    Hi
    I have two doubts.
    1. Im getting request from request.getParameter() method. i stored that value in one object. after process completion i have set null value to object at the end of jsp page.
    2. I declare jsp scriptlet within the javascript. in that jsp scriptlet i set session.setAttribute() values. i want to get the session.getAttribute value after javascript code completion.
    i tried but i got jasperException.
    please help me to solve this problem
    Thank u in advance

    Hai Sundaram,
    when ever u got the param from request at that time only u set the same parameter to null..
    i am not sure abt this is my idea only

Maybe you are looking for

  • BW system not receiving Idocs from R/3 system

    Hi all, I am having a problem with my BW system. What happened is that we deleted logical systems in R/3 and then recreated them but now in BW we can't display received data. We checked using rsa3 extractor checker and the data is available in R/3 bu

  • No picture in picture using facetime

    I have a MacBook Pro and Facetime works fine. When I try to Facetime with my girlfriend, who has a MacBook Air, all she sees is herself on her computer, whereas I see her in the big window and myself with the picture in picture on my computer. Why ca

  • Need Creative Suite 4 (Web Premium) on disc or download

    I need to reinstall my Creative Suite 4 (Web Premium) but I have lost the main disc. When I talked to support tonight they suggested coming on here asking if anyone can help with either providing a DVD of Suite 4 or a download link. Can anyone help o

  • 7510 Supernova - Memory Issues while Online!?

    I just got this Nokia 7510 Supernova and have noticed from the get go that every time I access the internet, while ready to flip to page two or three, OUT OF MEMORY appears. Sometimes a few navi oks will send it away other times, the entire phone cra

  • Filing Emails in Inbox

    I filed some emails from my inbox to a folder located in my inbox on my computer but they do not show up in that folder on my Blackberry, I have reconciled it 2 times and nothing works, where did these emails go, and how do I get them to show up in t