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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by refulgent

  1. refulgent

    clobber the classpath?

    Thanks!!! It worked!!
  2. refulgent

    clobber the classpath?

    Hi guys, Whenever I try to compile and run simple hello world program, it compiles fine but when i rty to run it it gives me this error: Exception in thread "main" java.lang.NoClassDefFoundError However when I set my classpath to blank it compiles and runs fine. But the problem is...
  3. refulgent

    MVC design pattern question

    I decided to use Struts because it was the first implementation of the MVC pattern i found (I simply fell in love with the whole idea of MVC!) Are you saying there are other implementations out there? If yes where and which ones!? Also about my application: it seems like my app is what you call...
  4. refulgent

    MVC design pattern question

    Scrat Thanks for reply! I already started on working with struts and so far it seems to be exactly what i need. However I am not sure how to proceed with designing the whole thing yet and my friend was saying that struts are terrible and I shouldnt use them and simply use jsp and ejbs. Whats...
  5. refulgent

    MVC design pattern question

    Hi Everybody, I have an CGI (with Perl) app that became hard to support and modify over time. I did some research and came to the conclusion that it would be good to rewrite it using the oo Model VIew Controller design pattern. However I am not sure whether it will be easier to simulate MVC in...
  6. refulgent

    Form submitted by a script instead of a user

    Thanks man! It seems exactly what i was looking for
  7. refulgent

    Form submitted by a script instead of a user

    Hi Everyone, I am wondering if it is possible to write a script that will submit a form that it doesnt necesserily have control of. For examle if i want to do google search for apples, this script will submit the google form with a keyword 'apple' and show only results, instead of me going to...
  8. refulgent

    c++/cgi/oracle resource

    Sean, Yes,unfortunaterly i cannot use perl, the project requirements specification explicitly states that it has to be done in c++ (the server part for sure), I thought that doing client in c++ will make it easier...i already found how to do cgi with c++... However, the connectivity to my...
  9. refulgent

    c++/cgi/oracle resource

    Hi, I am about to create an application in c++ running under unix. It is going to be web based front end and database on the back end. I was wondering if anybody knows good tutorials/resources on the following two topics: 1. cgi with c++ 2. connectivity with oracle database in c++ Thank you...
  10. refulgent

    ldap question

    Hi Kridy, Thank you for reply! I got as far as retrieveing all of the information about the user when i enter his name I used printLDIF() for that...do you know how can i retrieve only the users mail id? (if user name is Jane Doe her mail id would be jdoe) Thanks, Kate
  11. refulgent

    ldap question

    Hi Guys, I am not sure i got the right forum..but my question is this.. I am looking for a code to retrieve user id from LDAP given that first name and last name are provided. Thank you in advance, kate
  12. refulgent

    Hi All, I am looking for the per

    Thanks Tracy! I will play experiment with it then. I appreciate your responce! K
  13. refulgent

    Hi All, I am looking for the per

    Hi Tracy, Name of my current file is the only thing returned by $0?? But how do i retrieve name of the file from which my current file is called? Is it possible at all to do without passing it manually to my current file...? Thanks a lot!!! Kate
  14. refulgent

    Hi All, I am looking for the per

    Hi Tracy, Thanks a lot! I will try to use caller...However could you please give me quick example how to use $0 .. just in case.. Many thanks, Kate
  15. refulgent

    Hi All, I am looking for the per

    Hi Guys, Thanks for the responces! My problem is this: I have two cgi (perl) files file1.cgi and file2.cgi that call another file, lets say test.cgi. In test.pl i wanted to do this: if it was called from file1.cgi{ ...do something... } if it was called from file2.cgi{ ..do something...

Part and Inventory Search

Back
Top