Display csv data on web application

Hi,
I have some csv data that I need to display on my web application to a table.
I have to update this csv every few minutes.
Any ideas on how can I achieve this?
Can someone point me to the right samples.
I know how to export data from web to csv, but I have no clue on how to do the other way around.
Thanks,

Thanks for the replies.
I haven't decided on which or how the technology side I will use.
I've been googling with no luck (probably lack of googling skill) :(
I was thinking to create a web application using Spring and JSP, but I don't even know if it's possible.
Which way will be simpler? JSP or servlet?
Sorry, I don't know which forum I should use, since I don't know which technology to use for my solution.
All I know that I need to create an html table to display my csv file and running Web server application such as JBoss.
Thanks,

Similar Messages

  • Cannot display BIG5 characters for web applications deployed to 9iAS

    I have just installed the J2EE and Webcache module of Oracle9iAS Release 2 to
    my Windows NT Server 4.0 and deployed a simple web application to it. However,
    I found that the JSP cannot display chinese (Big5) characters correctly. My JSP
    is something like:
    <%@ page contentType="text/html; charset=BIG5" %>
    <HTML><BODY>
    <% String s = SOME_BIG5_CHARACTERS; %>
    <%= s %>
    </BODY></HTML>
    On the other hand, I tried to re-direct the standard output to a log file and
    do the following in my servlet.
    System.out.println(SOME_BIG5_CHARACTERS);
    Now, the Big5 characters CAN be displayed correctly in the log file. So, I am
    confused with where the problem is.
    Here are my settings to my 9iAS:
    1) Using regedit, I have set the NLS_LANG variable of the corresponding
    ORACLE_HOME to TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5
    2) In the file %ORACLE_HOME%\Apache\Jserv\conf\jserv.properties, I have
    inserted the following line:
    wrapper.env=NLS_LANG=TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5
    3) In the file %ORACLE_HOME%\Apache\Apache\conf\httpd.conf, I have added the
    following line:
    PassEnv NLS_LANG
    4) In the file %ORACLE_HOME%\opmn\conf\opmn.xml, I have added the following
    line to the corresponding OC4J instance:
    <environment>
    <prop name="NLS_LANG" value="TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5"/>
    </environment>
    5) For my application server, I set the java option with -Dfile.encoding=Big5
    6) I have replaced the file font.properties with font.properties.zh_TW under
    %ORACLE_HOME%\jdk\jre\lib.
    7) I have set the following in the file orion-web.xml of my web application:
    <orion-web-app
    deployment-version="9.0.2.0.0"
    default-charset="Big5"
    jsp-cache-directory="./persistence"
    temporary-directory="./temp"
    internationalize-resources="false"
    default-mime-type="application/octet-stream"
    servlet-webdir="/servlet/">
    </orion-web-app>
    Anyone have idea on fixing my problem? Thanks in advance.
    Regards,
    Kae

    I met a similar problem before but not exactly your case. When I compile the JSP by Jdeveloper, it will convert the chinese characters to strange characters. It makes me crazy to handle the chinese characters ...
    Anyway, by my experience, you better isolate the chinese characters from your JSP or Java programs. Instead, put all language dependent text in a properties file and then use native2ascii to covert your properties file into Unicode. Of course, u need to change your page charset to UTF-8.
    U can get more idea from the following site.
    Brief Description of Internationalization:
    http://java.sun.com/products/jdk/1.2/docs/guide/internat/faq.html
    Detail Tutorial:
    http://java.sun.com/docs/books/tutorial/i18n/
    Native-to-ASCII converter:
    http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/native2ascii.html

  • How to maintain Master Data through Web Application Designer layout.

    Hi.
    I’m Internship and I have to do something that it doesn’t work.
    I explain to you.
    I have to make a layout via Web Application Designer to permit users to add a line in the master data XST_RFC.
    For that, I did two things:
    First I followed this url : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607193d5-cdd5-2b10-c699-8ff04c3124f6?QuickLink=index&overridelayout=true&38392712686871
    The result; I have a problem with the appendix of method execute “DATA : ZL_WORKTEXT Type ZFREETEXT”. Here, SAP doen’t permit me to put XST_RFC (my characteristic to add by the user) but just /BIC/PXST_RFC… So, I tried with that and at the moment of the test in the Wad, the application say me “no Master Data in XST_RFC”. I know that there are no MD in my char, I just want to add once…
    So it doesn’t Work.
    Secondly, after testing, the Function Module test works. When a put an ID in the test page of SAP Logon in parameters, the FM put this ID and create a new line with this new ID. So I had an idea, use directly this function module in a Fox Formula but, when a call my function, I have a problem with variable/parameters type.
    My variable is TYPE XST_RFC , but my parameters is TYPE  /BIC/PXST_RFC….
    My Fox Formula
    DATA NEW_RFC TYPE XST_RFC.
    NEW_RFC = VARV(XVOU_RFC).
    CALL FUNCTION ZBWDSST_XX_MASTERDATAMAINTAIN
    EXPORTING
    VAR_RFC = NEW_RFC.
    My error message Types of parameter VAR_RFC () and variable NEW_RFC(C) are inconsistent
    If you can help me, I work on this issue for 4 days and I waste my time.
    Thanks.
    BR

    Dear All,
    The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
    After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
    Regards,
    Viresh

  • Processing exported data from web application

    Hi all,
    here's my problem: I've got a Web Application designed in WAD and want to get the current navigation state (which is in the data provider) into an external application (i.e. a web service). What I already tried was to export the navigation state via SAP_BW_URL COMMAND='EXPORT' FORMAT='XML' and redireted it to a web service. But I wasn't able to get the XML document, I only got a XML_ID (as you can see in forum thread Accessing XML File).
    Has anyone another approach to get the data exported and ready to be processed by a custom web service or external application (ABAP FM,..)?
    Thanks in advance and best regards!
    Dominik

    Dear Dominik,
    maybe is XMLA for Analysis in BW a solution for you:
    try this links
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/e380e03c3a4dbf8cf082f0c910f9cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/content.htm
    This a SOAP Web Service which gives back query content, the query is defined within MDX Statement in a XML file.
    There also exists a detailed How To Document in SAP Service Marketplace - but unfortunately i can´t found it.
    Regards
    Marcus

  • Weird font display on all Mac web applications

    Pictured above is a screenshot of what many bold fonts look like on my web applications (Mail, Safari, Firefox, etc.) This has been an ongoing problem and I can't for the life of me figure out how to fix it. Any suggestions?

    I'd say it's something in your /Library/Fonts folder other than system installed fonts.
    But you probably should post in the Safari forums for a Safari related problem, or Mail for mail.

  • Extracting data from web applications/webserivces into BI

    Hi All,
    We have a system which is a web based application(like.NET framework or some html pages like sdn.sap.com)
    Backend that web applcation data is stored in Sql Server.
    Now i need to implement RDA for web based applications to BI.
    Is it possible thorugh RDA?
    Pelase tell me what are the limitations to implement this.
    I just dont want to extaract the sql server data into BI with the help of udconnect..
    I just wanted to know that,can we bring that web based application data into BI using webservices RDA?
    Many thanks
    Srini
    Edited by: Srinivas Gogineni on Jul 13, 2009 3:22 PM
    Edited by: Srinivas Gogineni on Jul 13, 2009 4:35 PM

    webservices source system creation any paramerts are requried to call that extenral .net application systems? - details for this can be found in the how to document for Integrating SAP Bi with XI for BI 7.0
    pretty simple..
    (Hi,,For this above question i have one more doubt.my main intension is to be update the data in bi and .net based applications as a realtime.
    Just i came to know that when we are tranferring the data into SQL database,.net applications are using the MSDL as a intermediate instead of XML.
    So now seems its not possible for us to bring that data?and some data is already commited in database so that data we need to bring in some other way only.
    Wrt to SAP XI,we are not having this in our landscape)
    Otherwise an even simpler option would be to have an RFC enabled function module in BI7 which updates the active table of your ODS directly. Call the RFC Enabled function module through the .NET application - you need not do any RDA also...
    (So if i am using RFC based FM,so i can able to get the .net application data which is in the format of MSDL..could you please tell me is there any doucments as such.)
    Once again Thanks a lot for your continious support on this!
    Regards
    Srini

  • Working with table data in Web Application Designer (WAD)

    Hello experts,
    I integrated two queries as analyse web items into a web template. To generate new facts, there is a need to compare data of both tables. Unfortunality there is no possibility to merge both quiries in one single query. It has to be done in  WAD.
    Is there a way to read the data of the tables (query output as analyse web item) into a data structure, i.e. an array structure of javascript to operate with them?
    Regards,
    TB

    Thank you. The APD could be a good approach.
    What you couldn't know, the two queries I mentioned are coming from two different BW mandators (We have the need to work with a two mandator model).
    It won't be possible to integrate queries from two different mandators in an APD, right?
    Regards

  • Master Data Manager web application bug

    Hi, 
    I just installed Master Data Services on my local machine for testing. However I have a few problems. The firt is that, from the main page, I click on "Explorer" I have an error message that pops up I click OK twice and then I have a page, mostly
    blank (I don't know if it is supposed to look like that...)
    If anyone has an idea of what this problem is...
    Paul

    Hi,
    Do you have Silverlight installed? Please checck the web app system requirements at here: https://msdn.microsoft.com/en-us/library/ee633744.aspx
    I hope it helps.
    Janos
    There are 10 type of people. Those who understand binary and those who do not.
    My Blog |
    Hire Me

  • How can I display my MS Outlook/Exchange 2010 Calendar events on my web application's calendar?

    I'm building a web (client) application (built in html/JavaScript/jQuery) that has a built-in calendar. I would like to pull in my Outlook/Exchange Calendar events
    and display them in my web application's calendar. What is the best way to do that from a JavaScript/jQuery environment? I've been searching all over for plugins or examples of how to talk to Exchange/Outlook and retrieve Calendar events but I haven't found
    a solution yet. We are currently using MS Office/Outlook/Exchange 2010. I don't need to modify the calendar events, just read them. (Note that I can't use an OWA Web Parts link
    to display the calendar in an iframe; I need to have access to the actual event data so I can include other UI elements that I need for my application.) Thanks
    in advance for the help!

    Hi,
    There's an old Java API for EWS, and you can access EWS with direct soap request to retrieve the data you want.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Pass data from one web application to another web application

    Hi,
    Please provide suggestion for following scenario:
    Scenario: Basically the aim is to transfer large amount of data from one application to another and display JSP of second application.
    User enteres data on a JSP of one web application. When he submits that data, another web application opens in new window and data from first application should be passed to this second web application. Another web application will display that data on its own JSP. User can perform whatever he wants on second application screen.
    Possible solutions:
    1) response.sendRedirect(): This makes GET request. But, there is large data to send. So, GET is not effective.
    2) forward(request, response): Can't use as I have to pass data to different application that is in another context.
    3) URLConnection: Here, I can make POST request and set attributes in HTTP request and make connection to another application. I can pass data using output stream. But, I can't display second application JSP to user even if I use input stream to read response. Because control will be ultimately in first application only.
    Is there any othe method to achieve this or any of the above options extendable?
    Please give your inputs.

    Hi,
    According to your post, my understanding is that you want to migrate list data from one web application to another.
    We can migrate list data programmatically, there are some articles for your reference.
    http://blogs.msdn.com/b/tejasr/archive/2007/11/12/code-snippet-copy-list-data-between-sites-programmatically.aspx
    http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/
    http://geekswithblogs.net/AnneBougie/archive/2009/01/23/copy-a-sharepoint-list.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • DISPLAYING IMAGES IN WEB APPLICATIONS

    When we store images in a column, we are having problems reading and displaying it on web applications.
    can somebody help?
    Thomas

    What version of Oracle do you use? What is the datatype of the column where images are stored? What are you using to read and display the images on web applications? Do you get any errors?

  • A web developer problem while running a web application

    Hi all,
    I'm novice to J2EE.
    I've encountered a problem while accessing the deployed module in weblogic 8.1 server.
    I'm sure that the webapplication module is deployed as i saw my module in administration console & also the status said that it is deployed.
    when i access my web application by specifying the proper server and port no and context root it is showing
    either 505 - resource not found error(http://localhost:7001/Suresh-2/Suresh) or 404 - not found error.( http://localhost:7001/Suresh-2/Suresh)
    Now let me elaborate what i've done till now.
    My webapplication folder structure is : C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\classes\Sai\ServExamp.class
    My servlet is ServExamp.java
    I created a folder called "Suresh". In that folder created another folder called "WEB-INF". In WEB-INF created a folder called "Classes".
    Since my servlet is in package "Sai", the .class file reside in \Suresh\WEB-INF\Classes\Sai\ServExamp.class
    The source code is :
    package Sai;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class ServExamp extends HttpServlet
    public void doPost(HttpServletRequest req,HttpServletResponse res)throws IOException
    PrintWriter out=res.getWriter();
    java.util.Date today=new java.util.Date();
    out.println("<html>"+"<body>"+
    "<h1 align=center>HF\'s Chapter1 Servlet </h1>"
    +"<br>"+today+"</body>"+"</html>");
    Now i'm almost done creating a web application. Next, I constructed a simple web.xml descriptor that gives a web friendly name for my servlet, and points to the servlet. I constructed web.xml descriptor file in the WEB-INF folder (C:\bea\user_projects\domains\mydomain\applications\Suresh\WEB-INF\).
    The web.xml file source is :
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Hello World Web Application</display-name>
    <description>Test Servlet</description>
    <servlet>
    <servlet-name>ServExamp</servlet-name>
    <servlet-class>Sai.ServExamp</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ServExamp</servlet-name>
    <url-pattern>/Suresh</url-pattern>
    </servlet-mapping>
    </web-app>
    Now I have told Weblogic that the URI /Suresh corresponds to my servlet "Sai.ServExamp".
    My Web Application is ready to be deployed at this point. I logged onto Weblogic's admin console,
    1) clicked on deployments, then navigated to "Web Application Modules" .
    2) Clicked "Deploy new Web Application Module"
    3) Navigated to the location of your web application folder (Suresh). There was a radio button next to it indicating that I can select that folder as a valid web application.
    4) I Clicked that radio button and clicked "Target Module".
    5) It informed that my web application "Suresh" will be deployed to myServer.It asked a name for my web application deployment. By default it was "Suresh"
    I clicked Deploy.
    6) After deployment, my web application "Suresh" appeared in the "Web Application Modules" tree on the left.
    I Clicked on "Suresh"( my web application) then clicked the testing tab, then clicked the link shown there(http://localhost:7001/Suresh-2).
    It was not showing my servlet (showed a 403 error)
    Error - 403
    This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    I think so it came b'coz I don't have an index.html or index.jsp page.
    7)Instead,I added my servlet on to the URL it provided.
    http://localhost:7001/Suresh-2/Suresh
    It is showing these error code: Http: 505 resource not allowed
    The page cannot be displayed
    The page you are looking for cannot be displayed because the address is incorrect.
    Please try the following:
    If you typed the page address in the Address bar, check that it is entered correctly.
    Open the localhost:7001 home page and then look for links to the information you want.
    Click Search to look for information on the Internet.
    when i just type : http://localhost:7001/ -> Error 404 not found error
    it's showing
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I want to run my web application & any help would be appreciated.
    Thanks in advance.
    with regards,
    S.SayeeNarayanan.
    Note: I even deployed my war file, which i got by execution of (jar cv0f webapp.war . ) command from the root directory of my web application i.e. Suresh
    Then executed my webapplication it is showing
    error-505 resource not allowed.
    --------------------------------------------------------------------------------------------

    try a fully qualified path to the pem file

  • Display Bex Query in Web

    Hi,
    I want to display the Bex query directly in web.What are the possible ways that i can do, for the user to view the report in the web.Can anyone tell me how to configure RRMX in this case or how to do the settings for user to navigate from user menu to the required BW report directly from the SAP work bench.?I have tried linking from User Menu where the java servlets blocking the navigation.? Do i need to follow any configuration for this too?
    Thank You,
    Edited by: sunanda G on Feb 28, 2011 9:59 AM

    Hi,
    There are multiple ways to display the query in Web:
    ->Web Analyzer: In the query designer you need to click on the web symbol it will take you to run the query in web in the explorer. For this your server need to be setup contact your basis team for the same.
    ->WAD: After creating a query, you can display the same using Web application designer. Here you need to check the Java Settings to be installed.
    ->EP: You can copy the link generated from the query can be copied and displayed in the Enterprise portal.
    There is a search option available in the SDN , you can search for more information regarding the same.
    Hope this helps...
    Rgs,
    Ravikanth

  • Web Application Crashes (PB 11.5 Build 3127)

    Hi Everyone,
    First of all, I am newbie when it comes to using PB 11.5 (so please bear with me).  I would like to ask for help regarding my issue. IE browser crashes with a message like this "Unexpected error was thrown, the browser will be closed! Please report the error to the administrator. Error:'dw.gobs.computed_field1' is null or not an object." This happens every time the web application loses focus. One example scenario, user inputs data in web application then he receives a message from Yahoo! messenger or user clicks on another application like MS Word, when the user goes back to the web application it crashes with the message I mentioned above.
    This application works fine in PB Client/Server but the web version does not. The application requires an excel type input and needs to auto-compute some fields (like the 'computed_field1') every time the user changes rows or columns.
    The 'computed_field1' Compute Expression is currently set as 'sum (col1 for all)', all col1 have zero values after database retrieval. And the user inputs in col2, so as far as I know 'computed_field1' value should remain the same. I have used here grid and tabular as presentation styles but it is giving me the same error. There are no codes in the ItemChanged event.
    Please advise for any possible solution or workarounds.
    thanks in advance.
    regards,
    Jeffrey

    Hi Jeff;
      Yes, I have seen that error before and many others. Looks like you are trying to use the WebForms feature from the overall description of the issue.
    1) Webforms is EOL and was removed from the product in PB 12.5.2
    2) Webforms does not work well with W7
    3) Webforms will not work with W8
    4) Webforms will not work with IE 11
    5) Webforms has many issues with IE 10
    I am not sure what to tell you on your computed column issue. I highly doubt that SAP technical support will assist you in resolving this as  the feature is no longer supported. Also, Sybase removed all the older PB 11.x MR & EBF's from their website when they EOL'ed Webforms. So I am not even sure if you can get the 11.5.1 MR to see if that helps you.
      If you are open to another route, I would strongly recommend having a look at the Appeon Web product and porting your Webform application over to that technology. Appeon already supports 64 bit, IE 11.1 (W8), mutithreaded / reentrant code execution, etc. FYI: http://www.appeon.com
    Regards ... Chris
    PS: I switched to Appeon in 2008 and never looked back!

  • Display Exceptions within BEx Web using individual icons/symbols

    Hi Experts,
    we have the requirement of our customer to display exceptions in a Web Template using individual symbols/icons.
    This is what we have done so far: first we included some exceptions in our query (i.e. 1, 2 and 3) which are now displayed with different colours. Next several items were included in the MIME repository which are now displayed under pictures within Web Application Designer.
    However it is not clear how these individual symbols can be linked to the exceptions we defined in Query Designer (further it is not clear if this is possible with Web Application Designer) . Somewhere I heard that this feature is to be implemented with SP17 but there's no hint at sap help portal so far...
    Can anyone assist?? Thanks.
    Brgds,
    Marcel

    Re: BI 7 Web Design API - Parameter modification - Exception symbol

Maybe you are looking for

  • SOLVED -Newbie with Bind Variable Issue in Data template

    My XML output looks the way I want it structure-wise, but the data is the same for each group. Obviously my bind variable never gets updated. How can this be achieved? Here are the dataquery and data structure parts of my template: <dataQuery>       

  • Delivering our iBook from outside U.S. - our story

    Hello Everyone, Last year when starting our iBook project I was hungry for as much reliable information as possible. This community was very helpful and I hope to be able to help anyone interested in creating and delivering their iBook. So I hope to

  • Getting error while creating SPSite object in console application

    Hi, I am getting error "The Web application at http://myWebApp/sites/siteCol could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL m

  • How to display NEGATIVE sign on the left side of a number in SMARTFORMS

    Hi,      In smartforms I'm trying to print some negative values, but the negative sign is displayed on the right hand side of the number. How can I display the '-' sign on the left hand side of a number. I tried the logic &value(<), it works well in

  • User exit  with a field in custom z table

    hi .. I have a custom z table with a z field in it. This z field is linked with t800d data base table. when a report is executed using this t800d table they want text data from the z field, but it is not displaying . they said the possible solution w