Flow chart builder in JSP

we have a requirement like this :
We have to create a flow chart diagram like on JSP load I have to show start and end cubes.Then after that under start i can create another cube showing some information and like wise the chart will carry grow and ultimately it will end before the end cube.I have to show that chart in jsp and also capture all the data in the database so that it can shown once more .Let me know how can i achieve that

First off, put JSPs to the back of your mind. JSPs are for wrapping HTML around some data values. If you need to show generated graphics JSP will play a very minor role.
When designing an application I typically approach from each end. What will the user see? Work out some steps the user will take to build his chart. This is the front end.
Then consider the back end. How will your diagrams be stored, and on what kind of storage. You'll probably want a database to store them. What kind of structures? Then you work inwards to join the front end to the back end.
Nobody here is going to design or build this application for you, designing and building applications is what we do for a living. If you want someone to do the job for you you want the rent-a-code site.

Similar Messages

  • Chart Builder on JSP doesn4t work ! :-(

    Hello forum, I have a problem, I want to do graphics with the Oracle Chart Builder 10 kit.
    I read the doc and found information for install on ApacheJServ and use with JSP, the instruccions say :
    Install the Chart Builder library under Apache
    Copy the Chart Builder libary.
    For example, on NT, you may copy chartbuilder.jar to:
    e:\oracle\ora81\Apache\Apache\htdocs\WEB-INF\lib
    Restart Apache
    NT: % apache -restart
    Unix: % apachectl restart
    Note: apache and apachectl are located at $ORACLE_HOME/Apache/Apache/bin
    But, when i do this and restart the Oracle Http Service, the ApacheJServ doesn4t work, any jsp gime me an error messaje :
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    The ApacheJServ is not running :-(
    Can somedoby help me ?

    First off, put JSPs to the back of your mind. JSPs are for wrapping HTML around some data values. If you need to show generated graphics JSP will play a very minor role.
    When designing an application I typically approach from each end. What will the user see? Work out some steps the user will take to build his chart. This is the front end.
    Then consider the back end. How will your diagrams be stored, and on what kind of storage. You'll probably want a database to store them. What kind of structures? Then you work inwards to join the front end to the back end.
    Nobody here is going to design or build this application for you, designing and building applications is what we do for a living. If you want someone to do the job for you you want the rent-a-code site.

  • CHART BUILDER ERROR WHEN TRYING TO GENERATE DYNAMIC CHARTS ON A JSP PAGE

    I'm working with J Develop 9.03 on Windows 2000 Professional Edition.
    I'm using the JSP demo files provided with Oracle Chart Builder to generate
    dynamic charts. The user specifies the query parameters, including the date
    range and the query results are returned by means of a line chart (with date on
    the x axis and values on the y axis).
    When trying to compile the project I get the following error messages:
    Error(165,2): class FileOutputStream not found in class _graph
    Error(170,5): class File not found in class _graph
    Error(176,4): exception java.io.IOException is never thrown in the
    corresponding try block
    I checked to see that the chartbuilder library (chartbuilder.jar) files are
    loaded into the project library. It's unusual that the class is not being
    found. I don't understand why. I developed my project using the following steps:
    1. Unzipped Chart Builder installation files into c:\Oraclechartbuilder
    2. Loaded chartbuilder class library
    c:\Oraclechartbuilder\chartbuilder\lib\chartbuilder.jar into J Developer class
    path (by selecting <Project Settings> <Paths> and browsing to the
    chartbuilder.jar file).
    3. Created a new JSP page in J Developer (graph.jsp)
    4. Copied JSP code syntax from the Word Pad demo file and pasted into graph.jsp
    5. Changed the DB connection parameters and static directory location on the
    JSP page.
    6. Compiled the project and received the above errors.
    I would like to know why the classes are not being found and how to fix the problem. Thanks, Jaafar

    Hi mshah101,
    This can happen if the applet is compiled using an higher version of java and the browser is pointing to an older version (even if minor version number is higher)

  • Building charts in a jsp page

    hi all,
    I have seen jfreechart for making charts. Iam new to jsp. so I dont know how to integrate
    jfreechart with jsp. I dont know how to start with it. can any one help me. Its very urgent.
    Pls show me the coding to implement a bar chart in a jsp page fetching values from the database and things to be configured for making it.
    thanx
    Balaji

    I've never used jfreecharts but maybe I can help you from the JSP side of the coin.I assume you are at least somewhat proficient with Java programming and if you are not then this is the wrong place to start. Think of JSP as a code generating tool. It's typically used to generate HTML or XML content. So from within a JSP page you are generating HTML to be rendered by the browser. So the 1st thing is that you have to understand what the resulting HTML page with the embedded chart would look like. Then you have to figure out how to generate the chart outside of JSP. I'm thinking that the resulting charts are images but I'm not sure because I've never used it before. You would code the Java logic to create the chart.then you can invoke that logic from your JSP to generate a chart upon request.

  • How to make a form from a flow chart.

    I want to make a flow chart into a form for a website.  For example, I have a flow chart that leads to various solutions based on yes/no answers.  I want the user to be able to enter in yes or no, and be directed to further questions or answers based on the answers they provide.  Is there an easy way to approach this?  Perhaps a form is not the best method?

    Ajax (Javascript) would have an edge over PHP in regards to responsiveness. The best solution might combine all three methods (PHP, Javascript, HTML).
    Are the responses going to be stored in a database? If so then you can also use the database to store the questions, complete with form fields.
    One big difference between javascript and PHP is that PHP does nothing until you either open a new page or hit submit, and then it runs in a linear fashion until it reaches the end of the script. Javascript, on the other hand, can respond to other "events" that take place, such as when the user clicks away from a form field. With the advent of html5, HTML now has a little of the responsiveness of javascript.
    PHP is the tool you use for processing form data and interacting with the database, if each form response is followed by a complete PHP processing cycle, the form will seem sluggish to the user. There are two solutions to this:
    Have the user respond to a group of questions, then hit submit. The occasional lag for page reload won't bother the user.
    Use AJAX to interact with the PHP form processing behind the scenes.
    So yes, you can have one page that responds and changes depending on user input. PHP, javascript and HTML5/CSS3 can all be part of this. The specific way you build your solution will depend on your specific form progress and what technologies you are most comfortable with. For instance, my strong case is PHP, so I let it do as much of the work as possible, but I know coders who do much of what I would do in PHP with javascript, because that's what they are most comfortable using.
    Any resources on how I might be able to do this via PHP?
    PHP Solutions second edition by David Powers
    Programming PHP by Lerdorf, Tatrow and MacIntypre

  • How to generate Flow Chart from Program Source Code easily and automatically.

    It is very crucial to have a clear mind when faced with abstract codes for software engineers and program developers. As always, the programmers have had an overall structure in your mind and then process the design with source code.  The structure can somehow be so complex that it becomes hard to cope with gradually. More often than not, you will get stuck when you process to some extent. However, codes can’t speak and present themselves in a straightforward way. You are eager to find out a straightforward layout to transfer those abstract codes to visible flowchart, aren’t you? Do you know there's code to flowchart software tools online? This tool can help you make a flowchart from source code automatically, here I will introduce you a great code to flowchart converter software.
    Code Flowchart Creator is professional source code to flowchart software tool. This software is designed for programmers or document writers, and its main function is to generate flow chart from source code such as C, C++, VC++ (Visual C++ .NET) and Delphi (Object Pascal) programming files. It helps users to understand complex program structures by visual diagrams. When users are editing the source code, it can make a flowchart or NS chart according to that code, the source code will be analyzed to build a visible flowchart that can help users get familiar with the process of the program.  The created flowchart can be exported as Visio/Word/BMP files. And it works well on all Windows OS, especially on Windows 7.
    Below is simple guide on how to use the Flowchart Converter. Step 1: Free download the setup file on official website: http://www.flowchart-creator.com Step 2: Install it on PC and startup the Flowchart Creator Step 3: Open a source code file and it will automatically generate the Flow Chart on right Window. Actually, the Flowchart Creator is very easy to use even without any experience. If you want to get more details and advanced setting, please visit the website to get tech info and support.         Moreover, it also provides users with browsing and navigation functions. Those functions will facilitate the process of programmer and come to great help to both senior and junior programmers. The generated flowchart can be used to review source code. It will help examine the whole process of a program and check where errors exist when users are verifying source codes. You will never be worried about the complex program structure with the powerful code to flowchart creator tool.

    Dear Chuck,
    I have used Google and other search engines intensively since years. What I need (and this is why I've opened this thread actually) is a suggestion for a product from someone that has already used it. That could also save me time instead of searching, installing, trying, and eventually deinstalling at random. After all, the forum should allow to exchange knowledge and experience with people having similar interests.

  • Flow chart+toplink

    hi all,
    i have an application in jdeveloper, i use toplink for the mapping
    i need to draw (applet,java,jsp) a flow chart representing the human ressources departments.
    for example:
    Direction-->level 0
    Divison-->level1 Division2-->level1 ....
    Service1-->level2 ...
    data concerning this departments are stored in database
    need help

    hi
    good
    there is nothing like any flow chat which ll varify abap program for abap standards,each and every client having different kind of standards,when you assign to a particular client you ll get there material which they maintain for SAP Standard code.
    thanks
    mrutyun^

  • MM - PO process flow chart

    MM Gurus , Can any one help me to provide me with the MM  PO and Change PO process flow diagram .Pl send me the diagram or links to my email ID
    Thanks in advance .Will give you points
    James
    [email protected]

    Dear James,
    Process Flow:
    1)Determination of Requirements: Through MRP, purchase requisitions
    2)Source Determination: helps you identify potential sources of supply, creating requests for quotation (RFQs
    3) Vendor Selection and Comparison of Quotations: The system is capable of simulating pricing scenarios
    4) Purchase Order Processing: information from the requisition and the quotation to help you create a purchase order. scheduling agreements and contracts are also supported.
    5) Purchase Order Follow-Up: The system checks the reminder periods you have specified. up-to-date status of all purchase requisitions, quotations, and purchase orders.
    6) Goods Receiving and Inventory Management: Goods Receiving personnel can confirm the receipt of goods simply by entering the Po number
    7) Invoice Verification: The system supports the checking and matching of invoices, and clearing invoices for payment.
    Flow Chart for PO & MM process :
    RFQ (ME 41) --> Maintain Quotation ( ME 47) -> Price comparision ( ME 49)>
    -->Create PR ( ME 51 N) --> Create PO ( ME 21N) --->
    > Good Receipt  wrt PO( MIGO)> Invoice Verification wrt PO ( MIRO)
    I hope this will suffice your need & if satisfied please reward points,
    Vivek

  • How do I make a flow chart in pages

    How can I make a simple flow chart in pages for a lesson plan?  Or can I?

    are your answers for iOS or desktop version of pages?
    I dont think that iOS pages has page layout mode, and there is no insert menu and no inspector to speak of.
    for doing flow charts on my ipad(s)   chose to go with fairly inexpensive alternate apps that are made just for that kind of thing. Most can export as a picture that can be dropped into your pages documents.
    Jason

  • Flow charts for work flow in dynpro / webdynpro

    hey
    is it possible to add flow charts ( not by pictures ) to a program in dynpro or webdynpro  ?
    i need some how to visualize all the station flow  in my work flow ( the regular wf log is not good enough ) .
    any ideas ?
    regards
    ASA.

    My experience: very poor in powerpoint, I've just made one program to generate boxes with texts and relationships, but much more experience with OLE2/VBA.
    But could you tell us exactly what you'd like to change in the WF log? (i.e. what information it doesn't have)
    As I can understand your requirement, I think it's not worth developing such a program, you'll spend too much time, and it seems to not be a customer requirement...

  • Chart Builder with JSF

    Hi guys I have this task: I need to display a chart for certain data.
    For start I took one of the sample that came with the Chart Builder API, it draws the chart as a JPG image and stores it somewhere. Now I did the following:
    1- Create a jspx page using the faces-config page.
    2- Write the code that builds the chart and stores it in the application module implementation class.
    3- This method returns the path where the image was stored.
    4- Expose the method.
    5- Drop the return value of the method (the return value is the path where the image was stored) on the jspx page as an outputText.
    6- Create a invokeAction binding to invoke the method when the page loads: refresh = prepare model, condition = ${!adfFacesContext.postback}.
    7- Drop an image component and set the path to the return value of the method: Src = #{bindings.createContractsChart1.inputValue}
    Now when executing I have the following problems:
    1- the method is executing twice (maybe because I droped the return value on the page, and I also made a invoke action)
    2- the picture is not displayed, now I know that the picture is created, and the path is displayed in the outputText.
    3- Now I don't know if you have the answer to this, I need to set the path where the image will be saved, in the sample they do the following:
    File file = new File(".", filename);
    and I get the following path:
    C:\JDeveloper\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\.\contractsChart.jpg
    Now I want to save the picture in something like this:
    C:\JDeveloper\jdev\mywork\AdraApp\ViewController\public_html\images
    but without the "C:\JDeveloper\jdev\mywork\" part because I don't know when the application will be deployed where it'll be deployed.
    Thank you in advance for your reply. maybe if you don't have answers to my questions you can propose a better approach.

    Ashraf
    This appears to b e a bug and will be addressed
    Thanks
    The Oracle Reports team

  • Flow chart for Checking Abap Programming standards

    hey im developing a tool for checking some standards to be maintained in abap coding. for that how to develop a flow chart initialy.
    thanks in advance,
    suresh babu aluri.

    hi praveen,
    how can i go to Microsoft-Visio flowchart. give me full details or even the navigation part for accessing it.
    thanks in advance,
    suresh babu aluri.

  • Building a JSP-based Web Report with a Parameter Form

    Hi,
    I tried in building a report as shown in the example in OTN under reports in the url
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/ParameterFormJSP/index.html
    i.e for Building a JSP-based Web Report with a Parameter Form. The directions in this document were not clear and if any one document which is clear with instruction will be useful to me. In this example it is shown with search criteria with sigle text box and if any one had idea & code to place an combo box and population of the record group in the combo box.
    Thank you in advance.

    hi,
    we will be releasing a new example w.r.t creating a parameter form using the reports JSP within the next month.
    as for your request for a combo box. this widget is not available via regular HTML form elements. you can either have a select list or dropdown list.
    for a regular select list you would use the following (only pseudo-code)
    <select ...>
    <rw:foreach>
    <option value="<rw:field .../>">
    </rw:foreach>
    </select>
    to populate a select list.
    regards,
    philipp

  • To generate a flow chart of an organization, department wise.

    Hi all,
    My requirement is to generate a flow chart which will show the organisation structure ( Heirachical positions of the employees ) . That means when I put department in the selection screen, the heirchical structure of all employees of that department should come.
    Please help.
    Advance thanks.
    Nrusingha

    Its very easy by using Microsoft Visio. There is a fixed file format availble in it you just need to download your data in that format. It will automatically fetch the data nd draw the flowchart. Refer the links for help -
    http://office.microsoft.com/en-us/visio/HP833500181033.aspx
    http://office.microsoft.com/training/training.aspx?AssetID=RC011320651033
    Regards,
    Amit

  • Design document and flow chart ofr procedures

    for every pdocedure and fumctions we have to maintain design document and flow chart for taht procedure.
    i need one sample design document and flow chart

    http://www.lmgtfy.com/?q=design+document+flow+chart

Maybe you are looking for

  • COPA Report current period and previous period issue

    Hi Gurus, I have defined COPA report (Tcode KE94) based on line items. Now I want all values to be displayed based on an entry parameter in terms of period. That is to say that  If I give input values of "010.2013" as a period entry , my report shoul

  • How to use DLL files in java?

    hi! i am working on hardware based java programming. the drivers which i have are in dll format. the manufacturers dont have a java based driver api's for the hardware. i want to invoke the dll file using a bridge between windows invironment and jvm

  • Can't record sound using the jack in/out on macbook pro 13 os x

    hi i bought a new macbook pro 13' intel core i5 4gb with the latest os x version 10.8.2. mainly for sound and video editing yesterday i tried to record sound using garage band and through the mini jack port. once i connected an mp3 player to the mini

  • Trying to import Windows Mail into Thunderbird.

    FAQ says to use Tools|Import/export|Import all messages from a directory. All I get is Import and nothing else. No Import/Export etc. When I proceed, only options are form Eudora, Outlook and Outlook Express and no Windows Mail. Picked OE but doesn't

  • PSE 9 incompatible with Windows 7 64 bit home premium?

    My PSE 9 just stopped working on WIndows 7. I have been using it without problem until I tried to run it tonight. It now simply does not run, no splash screen, nothing. I have tried an uninstall and reinstall without success. The last thing I remembe