CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: talemu

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,104

    Google Maps and Java Servlets

    I have a project for plotting an electric field strength profile on a certain map. The Electric field strength is to be calculated based on user inputs- I have a java code for that. I need to get...
  2. Replies
    1
    Views
    1,960

    multidimensional arrays

    Is it possible to have a multi dimensional array of double type, with size
    [10][50][120][120] - which holds nearly 10MBits of data ?

    Is it possible to transfer this amount to applet, from servlet?
  3. Replies
    8
    Views
    4,809

    Re: Help adding scanner input to array

    try
    myArray[i] = myscanner.nextDouble();

    myscanner.next() expects char inputs
  4. Replies
    1
    Views
    2,127

    JNI with applets

    Dear all,
    Can I use JNI to process my files at the server side - with servlets(?), and link it with applets?
    I happen to get a C- code, for my computational needs.
  5. Replies
    4
    Views
    2,977

    Re: applets and firewalls

    What about using other URLs like www.xxxxx.com?
    May firewalls block the transfer of text files from web server to applets? I am letting them access text files from web servers without serverlets.
  6. Replies
    4
    Views
    2,977

    applets and firewalls

    Dear all,
    I wrote an applet accessing a text file from server for further processing. Right now, its working fine - the applet and the server running on the same PC - "localhost:8080...".

    Is...
  7. Replies
    1
    Views
    1,538

    Dynamic number of objects

    Hi,
    I have a program which accepts inputs such as latitude, longitude, towerHeight, signalPower, and frequency. I need my program to do this task.
    - each time a user clicks an "Add" button, an...
  8. Replies
    0
    Views
    1,359

    Applet servlet communication

    Hi,
    Due to the size of my file on server/nearly 80MB/, I am now compelled to consider server processing. Becoz the applet is not able to process this much amount of file on the browser side.

    My...
  9. Replies
    2
    Views
    1,622

    Finishing applet

    Hi all,
    When I finished applet program, can I compile it as a .jar, or .war file so that its accessible via web?

    I need some files/*.txt/ to be loaded at applet start up - at the init() function,...
  10. Replies
    5
    Views
    6,616

    Re: Applet dealing with text data

    This forum is so active and awesome one, I am amazed by your immediate and precise help, mommy next door(?)! Probably my last query will be about the idea of signing,



    The whole of concept of...
  11. Replies
    5
    Views
    6,616

    Re: Applet dealing with text data

    Thanks for your swift reply,
    I have another question,
    I am now reading and writing files, to/from disk to an applet program. But if, I deploy the applet on a web server, is it possible that my...
  12. Replies
    5
    Views
    6,616

    Applet dealing with text data

    Hi,
    I am new to java programming.
    I am assigned to write an applet simulator/originally in matlab code but now its needed to be in java applet for web interactivity/ , which draws graphics on a...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured