How to link java and VB

hi,
I have two chat programs written in java and VB.Now i have to chat from the web to the VB application.i need ur ideas of how to do this???if i send a message from client side of the java program i need to get the message in the vb client....how to do this??..Please give ur ideas and suggestions....and it would be a great help if u explain with sample codings.....
Thanks in advance..
PadmaPriya.

Try HTTP requests. Or if you want to do cutting edge stuff try SOAP. Don't have any sample code though.

Similar Messages

  • How to link parent and child relation in Metapedia

    How to link parent and child relation in Metapedia

    Vamsi,
    Did you every determine how to do what you were asking about? Where you thinking of how to link a parent term to a child term (i.e. like a related term) or was this about linking a term to a different metadata object (e.g. table or report) ?

  • How to connect Java and Microsoft SQL Server 2000

    hi,
    could anyone please teach me how to connect Java and SQL Sever 2000?? if possible could you guys provide me with an example??? i could hardly find any relevant resources about it...
    Thanks ~!

    thanks for the information...
    by the way hv any working module on it?? i'm new to
    both Java and Microsoft SQL Server... Thanks againFirst things first... you should read this:
    http://java.sun.com/docs/books/tutorial/jdbc/
    This is microsofts official JDBC Driver: http://www.microsoft.com/sql/downloads/jdbcregister.asp
    Install it and the documentation has some usage examples

  • How to link EKBE and MKPF tables

    HI all
    plz help me,
    how to link EKBE and MKPF tables
    thanks
    ramesh redddy

    HI,
    EKPO-EBELN =  EKKO-EBELN  has Purchase Documnet no.
    MSEG=MBLNR = MKPF-MBLNR  has material document no
    Link MSEG-EBELN =  EKPO-EBELN ( MSEG purchase prder no and EKPO purhcase document no.)
    and you should have to add one  more table MSEG which is provide three table.
    check this link
    EKPO-EBELN = EKKO-EBELN
    MSEG-EBELN =  EKPO-EBELN
    MSEG=MBLNR = MKPF-MBLNR
    regards,
    PK.

  • Advice please: how to link java client with oracle AS

    Dear Sirs...
    how can i link java swing application with oracle application server? do i have to develop web service and then deploy it on the AS? or i should use another methodology? what exactly should i provide or should i use?
    thanks for any help
    best regards

    There are a number of approaches you can take. A webservice would work well. You may also consider using EJBs and calling them via RMI or a webservice.
    Either is a viable option depending on your requirements.

  • How to link to and open external document with Mac Dreamweaver

    I'm evaluating Dreamweaver on the Mac. I know how to link to
    an external document, such as a Word or Excel document. However, I
    would like for the file to automatically open when the link is
    clicked, rather than taking me to a directory window (where I then
    have to double-click the file icon). Another option would be to
    easily import data from a Word or Excel document, but the Help
    indicates that's only possible when using Dreamweaver on Windows.
    Thanks for any guidance you can provide.

    What you need to do is this:
    1.) back up all your data from your iPod
    2.) reformat it on the Windows machine.
    You'll then be able to use your iPod on both Windows and Mac:) If you need more help, let me know!

  • How to relate java and Oracle

    i have to tried to make programs using java and oracle. if i give the values in the 'insert' statement it is getting updated in the original table in oracle but how to take the values from the text fields of java and insert into the tables in oracle. do we have any methods to convert the values into sql type. pl reply.

    Here is a sample of a Java program that uses JDBC and a PreparedStatement. This particular program does a select, but you can also use this for inserts. I'm not 100% this is what you are looking for, but if it isn't just let me know. I'll help if I can.
    Joel
    For inserts, just replace this code:
    ResultSet rs = ps.executeQuery();
    while (rs.next()) {
      System.out.println(rs.getInt(rs.findColumn("CNT")));
    }with this code (and obviously change the Select string to an Insert String):
    int rowcnt = ps.executeUpdate();Here is the whole program:
    import java.sql.*;
    import java.util.*;
    import java.text.*;
    class dbtest {
        public static void main(String args[]) throws SQLException {
            try {
                String timeString = new String("2000-11-01 23:59:59");
                SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd H:m:s");
                java.util.Date date = format.parse(timeString);
                Timestamp timestamp = new Timestamp(date.getTime());
                DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
                Connection conn =
                    DriverManager.getConnection(
                        "jdbc:oracle:thin:@riker:1521:mydb",
                        "myusername",
                        "mypassword");
                String sql =
                    "SELECT COUNT(*) CNT FROM SERVICE_ALARM "
                        + "WHERE TRANS_STREAM_NODE_ID = ? "
                        + "AND SERVICE_ID = ? "
                        + "AND ALARM_ID = ? "
                        + "AND RAISED > TO_DATE(?,'YYYY-MM-DD HH24:MI:SS')";
                PreparedStatement ps = conn.prepareStatement(sql);
                ps.setString(1, "ROW1");
                ps.setInt(2, 1);
                ps.setString(3, "ROW1");
                String myDate =
                    timestamp.toString().substring(0, timestamp.toString().length() - 2);
                System.out.println("myDate=(" + myDate + ")");
                ps.setString(4, myDate);
                ResultSet rs = ps.executeQuery();
                while (rs.next()) {
                    System.out.println(rs.getInt(rs.findColumn("CNT")));
                rs.close();
                ps.close();
            } catch (Exception e) {
                System.out.println("Java Exception caught, error message=" + e.getMessage());
    }

  • How to link CRMD_ORDERADM_H and CRMD_ORDERADM_I

    Hi,
    I am new to CRM and I am not sure how to use the two tables CRMD_ORDERADM_H and CRMD_ORDERADM_I. What is the relation between the two tables? Can i use the GUID in CRMD_ORDERADM_H to get details from CRMD_ORDERADM_I? I am not sure how to link the two tables. I need to derive the confirmation number in a report that I am developing but the two tables are confusing me. Please  help me with this.

    Hi,
    CRMD_ORDERADM_H gives header details of a transaction number(like service contract number, sales order number etc) and CRMD_ORDERADM_I gives item details.
    Yes,both are linked by GUID.
    Enter the transaction number in OBJECT_ID input filed in CRMD_ORDERADM_H and copy the GUID.
    Then enter the copied GUID in HEADER field in CRMD_ORDERADM_I to get item details.
    You can also use function module CRM_ORDER_READ to obtain all the information regarding a transaction number.
    Regards
    Anitha

  • How to Link SU01 and ContactPerson and Customer through BAPI or FM

    Hi,
    I want to know how to link a Contact Person to a SAP UserID in same sold to party.
    My requirement is like in ISA when a UserId is created which is realated to a Sold-to-party,a contact person is also automatically created in SAP.
    e.g. If I am going to create a SAP UserID : Ecomdemo related to Customer 1000 a Contact Person is also crated as 0000002483 in SAP background
    I know the BO which is Used BUS1006001.
    Kindly help me how to link.. SU01>ContactPerson>Customer through BAPI of FM without doing manually.
    Looking forward for the respnse.
    Regards
    Arbind

    Problem solved by own.
    Solution : Use Standard SAP FM ISA_USER_CREATE and do some manipulation according to the business needs.
    Regards
    Arbind

  • How to install Java and Tomcat on my VPS

    Hello,
    I am new in Java.
    I would like to install Java and Tomcat on my VPS server.
    Do you know which doc or info i should read?
    Thanks a lot.
    Gil

    The free Perian will do it for you automatically.
    Additional free new machine setup stuff:
    Install and update your Flash here
    http://get.adobe.com/flashplayer/
    Install Perian (addiitonal Quicktime codecs)
    http://perian.org/
    Install the Unarchiver (uncompress software)
    http://wakaba.c3.cx/s/apps/unarchiver.html
    Flip for Mac (for Windows media in Quicktime)
    http://www.telestream.net/flip4mac-wmv/overview.htm
    VLC (plays anything just about)
    http://www.videolan.org/
    Easy Find (finds everything on a Mac)
    http://www.devon-technologies.com/download/index.html
    OnyX (maintenance, cleanup, repair utility)
    http://www.titanium.free.fr/

  • How to Link Text and Image as One Button?

    I can easily convert an image or text to a button, but how do I link them both as one button so when you mouseover either one, they both turn a color and when you click on one, they both turn a color before jumping to the scene?

    Include the image and the Text in the Button's Layer Set. Design the Sub-picture Highlight to affect both.
    Just remember that a Button is defined by a rectangle, that encompasses all elements in the Button, and that Buttons (no part) may overlap any other Button.
    Good luck,
    Hunt

  • How to link T001 AND T001W Tables

    Hi Experts,
      I have t001-burks, how do i get t001w-werks, I need link between two tables.
    Thanks,
    mahe

    You can access T001K by BUKRS.  Take T001K-BWKEY and with it you can read T001W with T001W-BWKEY = T001K-BWKEY.  Then you can take T001W-WERKS.
    Note: With this method you can obtain more than one WERKS for one BUKRS.
    Hope it helps!
    Edited by: Gastón Jareño on Aug 6, 2010 1:32 PM

  • XML data file links java and sap

    Hi ,
    Please help me this
    How to connect xml file to java into sap
    please send me sample scenario.
    in java i call the this sap function module  'BAPI_MAT_BOM_EXISTENCE_CHECK'.
    1. Check BOM existence with BAPI_MAT_BOM_EXISTENCE_CHECK
    2. Exit BOM diff if BOM doesn’t exist
    3. Read BOM structure with CSAP_MAT_BOM_READ
    4. Compare SAP BOM items incl. subitems to XML BOM items and subitems

    currently I use following methods tu opload and to transfor the xml into a string.
    * Method to create XML from data file
      CALL METHOD instance->import_from_file
        EXPORTING
          filename = gf_filename
        RECEIVING
          retcode  = ch_retcode.
    * Convert into XML-Stream
      CALL METHOD instance->render_2_string
    *  EXPORTING
    *    pretty_print = 'X'
        IMPORTING
        retcode      = ch_retcode
          stream       = lf_string .
    *    size         = .
    When I use read dataset the output of the xml is into an internal table where I have many lines depending on the XML data file, this means if my xml has 10lines the internal table of read dataset has also 10 lines but I need a string to make the transformation of the xml.

  • How to link video and audio channels of multiple clips

    Importing iMovie08 sequence via XML ends up with unlinked video and audio channel (only one of the stereo channels; see other post).
    It is possible to link each clips audio and video track individualy.
    Is there a way to do it in batch mode for all the clips in de timeline??

    Dennis Connors wrote:
    1. After selecting the in points on main audio and one of two video tracks, the "merge clips" is greyed. Yes,in case you're wondering, the audio is on the HD.
    Your use of language is confusing me I'm afraid. You opened the AIFF file and set an IN then opened a QuickTime movie and set and IN and then with them both selected in the Browser (and the Browser the active window) that you cannot select Modify->Merge Clips... ?
    I wasn't wondering anything about your audio, but now I'm wondering "What does 'the audio is on the HD' mean?"
    2. The other issue is that the starting point is silent, so the only I know how to find the actual beginning is by counting frames back from the first sound. Is that what I have to do? Is would seem to me that there must be a "marker" that's not and "in" or "out" that will allow me to merge the tracks. No?
    If you set an IN point in two clips you can merge them using the Merge Clips... command with the in points option. The IN points you choose can be anywhere and for anything. They can be where the clapper hits and sounds, they can be where a drum stick hits a cymbal, they can be where someone is clapping, they can be where a body falls from a building onto the sidewalk... Anything that helps you sync the sound with picture.

  • How to link bw and source system

    Any one has any document about "how to create a link between bw and source system!?
    I have tried to create this link, but i haven´t.
    I tried to do this: in Rsa1->modeling->source system i choose my source system (SAP) and click with the right bottom and push create. I filled the target computer; system id; system number; i put the password for aleremote user and bwremote user. After that i received a message erro when i save.
    thanks.

    Hi, to do this you need extensive authorization and an open source system (as in opened in SCC4).
    If you are not SAP Basis, perhaps you should ask them.
    And in my experience, if they never have seen how BI and SAP Source systems are linked, be ready for an interesting discussion and have all the correct documentation available.
    I think the link to the documentation is posted before.
    Kind regards,
    Jürgen

Maybe you are looking for

  • Current date - user entered days

    Hi all I have this scenario: I have safety stored as attribute of material. I have to do some calculation based on this so i created a replacement path variable and used replace  with attribute value. Now i have 2 safety stock: 1. Current ( safety st

  • 2 Printouts via RFC call

    Hi, I have a portal EP 6.0 that connects to the R3 system via IRecord. There I'm creating an order which creates a message in R3. In the next step there is a WebServlet called that is connection via JCo. This JCo servlet will process the messages in

  • (Error in documentation?) Math operator precedence problem

    Hello, I apologize in advance, while I do know programming (I'm a PHP and Perl programmer) I'm fairly new to Java so this may well be a silly question, but that's why I am here. I hope you'll show me where my error is so I can finally set this to res

  • .F4V playback in Adobe Media Player

    Hi Guys, Here is the backstory in a sentence or two: An event my company filmed and webcast had something wrong with one of the feeds, we did not know until after. The company hosting the webcast asked me to recut the video and upload it for them. Fo

  • Gradient Swatch Tool does NOT work in CS3

    I made a gradient, named it, and filled a rectangle with it. I select the rectangle and fill it with the gradient. However, when I go to the gradient swatch tool, I'm unable to edit or change the gradient. The thing is, I can click on the gradient fe