Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. porkymin

    How to process excel file using jsp?

    Hi all, I have a scenario described as follows but i am not sure whether is there any solution for jsp on this: 1) Is it possible to upload excel file into web? 2) Upon uploading, can we display the contents in the excel file onto the web using jsp? 3) Suppose there are formulas in the...
  2. porkymin

    what the difference?

    Thank u Diancecht and sedj! Question i have: 1) what do u mean by instance methods? Meaning if it is with static we can only call that method? 2) Suppose the following scenario: Suppose a java class : MyClass - used to call public static boolean method1() in MyHome MyClass will...
  3. porkymin

    what the difference?

    hi all, Was trying to figure out what is the difference between public static boolean workday(Collection colworkday) and public boolean workday(Collection colworkday)? Any kind help is greatly appreciated.
  4. porkymin

    What is classpath?

    Thanks to all for the advice. Just to understand what is it meant by Application will search it themselves and not interpret them? It refers to classes in jars as declared in classpath?
  5. porkymin

    What is classpath?

    Hi all, I am a beginner in Java, but i am currently working on project on J2EE, stuffs like EJB, MDB, etc. How can i help myself to learn concepts in Java fast so that i can work on J2EE? I don't even know what is a classpath, how do we set it and how application reads and interpret from...
  6. porkymin

    Is this UNIX scripting?

    Hi, I would like to learn more about scripting. May i enquire whether the following commands refer to UNIX scripting? If yes, what does the '$', % mean? OBJECTS_CLNT = $(SOURCES_CLNT.cc:%.cc=%.o) $(TARGETS_CLNT.cc:%.cc=%.o) OBJECTS_SVC = $(SOURCES_SVC.cc:%.cc=%.o) $(TARGETS_SVC.cc:%.cc=%.o)...
  7. porkymin

    Recommendations for easy-to-use IDE tools

    Platform? I am currently using UNIX platform. As for my application, hashtable was used to store user's inputs. The insertion & retrieval of data were quite frequent, whenever user opens UI to key in and save data.
  8. porkymin

    Recommendations for easy-to-use IDE tools

    Hi all, I am a beginner in Java programming. Currently, I am using eclipse as IDE tool but i find it relatively hard to use. May i know is there any other easy-to-use IDE tools to aid my program development in Java? Any kind help is greatly appreciated. Another query, what is the different...
  9. porkymin

    How to check the return data list is null?

    how to print out the size of the collection?
  10. porkymin

    How to check the return data list is null?

    Hi all, I have the following Collection declared as followed. How do i check whether the return collection is null or empty? say i have: ml = getReport((List)mndDataLst); I have tried to check whether return data list is null as described but it does not work. if(ml == null ||...
  11. porkymin

    Useful java links?

    Thanks all for the precious advice! I shall do that :)
  12. porkymin

    Useful java links?

    Hi Rich, i have knowledge for language like JavaScript, Active Server Pages, visual basic. I am a programmer, I am currently working on J2EE project. Hence, before going into J2EE... I would like to build my foundation in Java Programming first. Can you kindly assist me? Thank u!
  13. porkymin

    Useful java links?

    Hi all, I am new to Java programming. Would like to seek for recommendation to learn Java language from useful websites & good books in shortest time possible.
  14. porkymin

    What scripting language can be used to upload files in lotus notes

    Hi pmonett, I would to use JavaScript to do the file uploading. Are there any sample source codes that i can understand on how to go about doing it? Yes, i am trying to offer a file-storage area for corporate users to upload files from their local drive to a share drive on the server. By the...
  15. porkymin

    What scripting language can be used to upload files in lotus notes

    Hi all, I am trying to write a script in lotus notes so as to enable users to upload files into a share folder in the server. What kind of scripting language must I use? Is it possible for users to upload files using lotus notes? Any kind help is greatly appreciated. Regards, porkymin
  16. porkymin

    amp.exe-Entry point not found

    Hi all, I have recently installed a LabVIEW runtime engine version 7.0 on my pc which is running on Winnt 4.0 Workstation. After which I have tried to run the LabVIEW program amp.exe but I encountered this error. amp.exe-Entry Point Not Found "The procedure entry point GetCVT windowshandler...

Part and Inventory Search

Back
Top