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...
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...
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...
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...
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...
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...
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...
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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.