How to  create a chat application

What i need:
i want to create a chat application .
Registered user can reply to the Questions .
i want to store the full thread in db
Eg:posting doubts in forum by strating new  thread.
how can i do it in jsp

try with this sample application
http://www.web-tech-india.com/software/jsp_chat.php

Similar Messages

  • How to create file on application server?

    how to create file on application server?

    Hi,
    The following program illustrates the creation of ifle in app server and reading the file from appli server:
    DATA: ITAB LIKE vbakOCCURS 0 WITH HEADER LINE.
    PARAMETERS: P_VBELN LIKE VBAP-VBELN.
    START-OF-SELECTION.
      SELECT *
        FROM VBAP
        INTO TABLE ITAB
    WHERE VBELN = P_VBELN
        PERFORM WRITE_DATA.
        PERFORM READ_DATA.
    *&      Form  WRITE_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM WRITE_DATA.
    OPEN DATASET 'VBAP_DATA' FOR OUTPUT IN TEXT MODE.
    LOOP AT ITAB.
    TRANSFER ITAB TO 'VBAP_DATA'.
    ENDLOOP.
    CLOSE DATASET 'VBAP_DATA'.
    CLEAR: ITAB, ITAB[].
    ENDFORM.                    " WRITE_DATA
    *&      Form  READ_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM READ_DATA.
    OPEN DATASET 'VBAP_DATA' FOR INPUT IN TEXT MODE.
    DO.
    READ DATASET 'VBAP_DATA' INTO ITAB.
    IF SY-SUBRC <> 0.
    EXIT.
    ENDIF.
    APPEND ITAB.
    ENDDO.
    CLOSE DATASET 'VBAP_DATA'.
    LOOP AT ITAB.
    WRITE:/ ITAB-VBELN,
            ITAB-POSNR.
    ENDLOOP.
    ENDFORM.                    " READ_DATA
    If it is helpful rewards points
    Regards
    Pratap.M

  • How to create Remote Desktop Application in C# or port it from HTML5/JS project ?

    Hi
    How can create Remote Desktop Application in C# template ? I were searching on google but not found example or API for this.
    If can, please suggest for me some solution, example and document.
    And I have JavaScript project template Remote Desktop Application. Can i port it to c# ? Or use Webview to show it ?
    I were create demo use webview to show it but it not run. Maybe i do some mistake or can't be do it.
    Thanks.

    I have no other options.  We already provide the RDP plug-in for JavaScript. I'm not sure what else is needed for this.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with
    undefined objects and unknown namespaces.
    My project needs work with C# Windows Store. So I need RDP on C#, not JS. If we don't support C#, do we have a RDP spec on Windows 8.1 so that we can follow that spec to implement with native code to support RDP?

  • How to create the composite application in CAF

    Hi all,
    I am novice to the CAF. Till now i didn't implement a single application.
    any one can give me steps for how to create the composite application in CAF not in NWDS by using Netweaver 2004s.
    I opened CAF default page it showing admin tools ,test tools etc which i need to use.
    Best Regards
    Srikanth

    Hi Srikanth,
    Check out the tutorials for composite application framework here:
    SAP Composite Application Framework - CAF Tutorial Center [original link is broken]
    Johan

  • How to create a new application user by my application?

    Hello,
    I want to give the user of my application the possibility to create a new application user if necessary. The creation of a new user should be realized in my application. I tried to find the answer in the apex user guide, but I haven't found it. Can somebody tell me how to create a new application user in the implemented application (one page in application for creating users for my application)?
    Thanks,
    Bettina

    Hello Bettina,
    You can do that using the API: www_flow_fnd_user_api.create_fnd_user. If you look at that procedure in SQL Dev (or TOAD or whatever you like), you can see an example and the description of the arguments.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.logica.com/

  • How to create a chat between portals

    Hi,
    I would like to know if it's possible to create a chat (into Collaboration) between two portals. For example, to communicate a portal from Spain with another portal in EEUU.
    if so, how could I create it? Do I need federate portals for it?
    Thanks in advance,
    Samantha.

    Activate the collaboration launch pad and do the following ...you should have the chat session working.....
    Instant Messenger
    In order to be able to use the Real-Time Collaboration functions (sending instant messages or sharing applications), you must activate the RTC Session Manager after installing Collaboration.
    To activate the RTC Session Manager, perform the following steps:
    1.     Go to the default framework page.
    Enterprise Portal     Portal Content  ® Portal Users ® Standard Portal Users ® Default Framework Page.
    2.     Double-click Default Framework Page.
    3.     Select the Tool Area iView checkbox and choose Open.
    4.     Choose Show All in the Property Editor drop list menu.
    5.     Expand the Enable Real-Time Collaboration properties. 
    6.     Select Yes radio button.
    7.     Choose Save.
    8.     Choose Close.
    9.     Choose F5 to refresh your portal screen.
    Two synchronous collaboration service providers are included with the initial installation of the Collaboration for SAP Enterprise Portal. The initially installed synchronous collaboration service providers are:
    •     Real Time Collaboration (SAP RTC), which provides application sharing.
    •     WebEx, which provides the WebEx meeting center service.
    Upon installation of Collaboration for SAP Enterprise Portal, synchronous collaboration services are not activated. You must activate synchronous collaboration service types before they can be used.
    10.     Review the list of activated service types.
    Go to System Administration &#61664; System Configuration &#61664; Knowledge Management &#61664; Collaboration &#61664; Synchronous Collaboration Services &#61664; Activated Service Types
    11.     Choose New button.
    12.     Check the RTC_ApplicationSharing checkbox.
    value points if this helps you !!

  • How to create custom BSP application in SAP CRM?

    Hi Experts,
    I would like to seek help from you. I am new in developing CRM objects. My first requirement is to create a custom program that will generate a PDF report.
    First thing I would like to know is the transaction code where I need to create a BSP application that will be able to run in crm webclient. Please clarify if it is in BSP_WD_CMPWB or in SE80 because it is said that I should create BSP application using MVC.
    Second thing is how will I be able to call a smartforms in a BSP application. The scenario for my custom program would be, I should have a two input fields in the selection-screen which are Business Partner ID and Product Lines. together with a button that will trigger the form when ticked.
    Hope to hear from all of you. Your help will be very much appreciated.
    Thanks and Regards,
    Monica

    Hello MonicAnna,
    You can find some information on this page.
    (http://help.sap.com/saphelp_nw70/helpdata/en/59/cd7daa07d711d5b66f006094192fe3/content.htm)
    And also you dont have to use se80 to create new Bsp appliaction. You can create new application by this transaction BSP_WD_CMPWB.
    Zafer,
    Edited by: Zafer Kuru on Dec 5, 2011 10:12 AM

  • How to create a new application in APEX based on a VIEW

    Hi all
    I am a newbie to this tool. I am trying to create a new application with the wizard and choosing a repor/form. I want to use a VIEW and not a table to base the applications on but do not see the view in the drop down list to choose it. In the screen itself the definition of a Report and Form page says a user can update a table or view. Yet I do not see a way to choose the view.
    Can someone make a suggestion on how to choose a view to base an application?
    thank you

    Hello user533722 (please tell us your name - we're a friendly group),
    Is your view in a different schema than the one the tables are in? If so, you need to grant permission on the view to the Parsing Schema defined for that application (go into Shared Components > Definition to see what the parsing schema is). Then you should be able to see the view in the dropdown.
    Hope this helps,
    John

  • How to create Search Service Application in SharePoint 2013

    When I am Creating Search Service Application through SharePoint Central Administration I am getting the error:
    Path of how I created It:
    Central Administration->Application Management->Manage Service Applications
    Here Click on New and Select Search Service Application
    How Should I create new search service application?
    As I want to create crawled Property and manage property for Search Center in SharePoint On Premises.

    Hi darsh,
    For creating a new search service application, you can refer to the blog:
    http://technet.microsoft.com/en-us/library/gg502597.aspx
    http://blogs.technet.com/b/praveenh/archive/2013/02/07/create-a-new-search-service-application-in-sharepoint-2013-using-powershell.aspx
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=378  
    For your issue , please refer to the article:
    http://praveensharepointknowledgebase.wordpress.com/2012/05/29/error-while-creating-search-service-application/ 
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How To create a Buffer Application Program in LabVIEW?

    Dear all:
    Can someone advise me on how to implement a buffer application for LabVIEW.
    Basically I have 2 application programs than run continously in paralell.
    1) LabVIEW Data Logging & Plotting Program. It takes 90 ms to excute its code
    2) C++ Data Acquisition Program. It Samples the data from a Reflective Memory Card (on the PCI bus of my PC)
    at 1ms and creates a Buffer where it store one sample per channel every 1 ms.
    I know LabVIEW have the Code Interface Node to call a C program but since both (The LabVIEW and the C) are runing (one slower than the other) in Parallel I need to somehow interrupt the C program from LabVIEW and get from it the data that it as collected so far.
    Any suggestio
    n will be highly appreciated. I attach txt file with a little more description of the problem.
    Thank You very much.
    Felix Beltran
    ALSTOM Power Conversion.
    U.K
    Attachments:
    NI_SW_Buffer_Question1.txt ‏2 KB

    Hi Felix,
    The best architecture for this application would be to have the C++ program divided into two threads. One thread is continuously acquiring data and placing it in a queue. The other "handling" thread will read data from the queue and serve it up to your LabVIEW application.
    Much better than using the Code Interface Node, build the C++ application into a DLL. You can then call a function from your LabVIEW program to start the acquisition, and then calls to the handling thread function will return data to LabVIEW.
    I hope this helps.
    Regards,
    Phil R
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Tips needed how to create an basic application in mobile.

    Hi everyone,
    I would like to create a basic mobile application on sales.. just like getting info from user, manupulating some formulas with that input, displaying it , storing all info in any format in db or any through usage.
    can anyone pls let me know how to create a basic mobile application not web application.
    is there is any website url pls send me.
    Thanks in advance
    Edited by: Nandini.Vankat on Mar 9, 2009 7:36 AM

    Hi Nandini,
    You should get the latest software and documentation from
    http://www.sun.com/software/products/mep/
    Click on the Get It link.
    There is a link for Product Documentation on the right. It will bring you to
    http://docs.sun.com/app/docs/coll/1918.1
    Hold on a little while and a document for developing clients is going to be posted soon.

  • How to create the jms application in eclipse3.5 ide

    Any body please help me to create the jms application in eclipse3.5.....i am new to this jms technology ........pls help
    me regarding this

    What kind of help are you expecting here? I would expect that your first stop is a good book on JMS technology, an perhaps a visit to the Eclipse website to read up how to do JEE development using it.
    Lack of knowledge is a problem you can easily fix yourself and must fix yourself. But perhaps you would like some book suggestions?

  • Example how to create simple ITS application

    HI All,
    there is simple and advanced example how to create ITS application
    i need step by step guide since i am new to this topic
    Thanks in advance
    Alex

    HI Edgar
    Thanks !
    I found this link below and i follow the instruction to create a sample of ITS application.
    since i cant publish the link (dont know why )
    you can find it in  saptechnical->Tutorials->Others->ITS
    (the second post )
    And use report RSUSREXT
    I follow the instruction step by step create template and web application and publish it.
    while running it from the browser I stop in the handler class (via breakpoints )but when I press F8
    I get in the browser the following error
    The following error text was processed in the system QD8 : Template interpretation failed. Template does not exist.
    The error occurred on the application server usciqd8_QD8_21 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSMTR_NAVIGATION
    Regards
    Alex
    Edited by: Alex Dean on Apr 27, 2010 9:59 AM

  • How to Create a Drawing Application?

    I wish to create a drawing application on Flash. I want to
    open an .exe file where a user can select options and draw within
    the .exe. How can I achieve this? Is it actionscripted?

    you can use actionscript drawing methods to do what you want,
    ActionScript 2.0 Classes - Movie - MovieClip - Drawing
    Methods
    but it is not easy for a beginner.
    if you want to find an easier way, try GG marker in my
    components package.
    Download
    GG
    Sample

  • How to Create a Packaged Application

    Hello,
    I am trying to create a packaged application of an APEX program I have developed and I am following the "How to Review a Packaged Application" instructions in the Advanced Tutorials.
    When I try to install the application on another workspace, the application "appears" but the supporting data objects do not install eventhough I select that option.
    Additionally, the users do not get installed.
    I have a feeling that I am supposed to create installation scripts to create the data objects (i.e. Tables, Views, etc.) in the "Installation Scripts" page but when I click on "Create Scripts to Install Files" the data objects are not there to select.
    Can someone please let me know what I am doing wrong?
    Thanks
    LEH

    You can go to Utilities > Generate DDL, and use the built-in feature to generate a DDL script; however, it's up to you to determine which database objects will be required for your application and which won't. As for seeding data, you will have to hand-code a bunch of INSERT statements. Depending on the volume of data, this may (or may not) be practical.
    As for users, if you are using APEX users, then you can also export/import the workspace, and the users will be preserved. If you are using LDAP, then you don't need to be concerned with moving users. Again, it all depends on what you're trying to achieve overall. Are you moving a system from DEV to PROD, or are you trying to package something that you will resell? These two different situations will each have different recommended best practices.
    Thanks,
    &#150; Scott &#150;
    http://spendolini.blogspot.com/
    http://sumnertech.com/

Maybe you are looking for

  • How to generate different report view in teststand for the same execution?

    My requirment is to have two different view for the same report that gets generated during one execution using in TestStand OI(CVI)? One view would be summary view (displays only test step types, excluding action step types) and the other view is det

  • Trackpad issues on Macbook Pro 2010

    Hi, my trackpad works just fine on my account but as soon as I go on another account or on my Windows 7 partition, I can move the cursor but clicking is not working (clicking nor taping)??!! Is it a problem with the hardware or the driver? And of cou

  • Flash Player 11.7 Sound Playback Bug

    We've received reports that sound is cutting off from both video and audio content with some Flash content using Flash Player 11.7.700.169 (and 11.7.700.179).  I apologize to those effected by this bug.  We've been able to reproduce the issue interna

  • TS3274 ipad connecting to laptop----not charging? to power----charging is not supported with this accessory.

    anyone assist me. it was ok every time .now the charging very slow . one hour charge 1%. it is 1st generation. battery life running out?

  • TechTool Pro 5.0.4 Quirky Behavior

    For anyone who is experiencing quirky TTP5 behavior (including high CPU), you may find that an uninstall (use installation disk) and reinstall (all in safe mode) will restore normal performance. This is shared with you following my experience as desc