Search Results

Showing results 1 to 40 of 436
Search took 0.03 seconds.
Search: Posts Made By: jwenting ; Forum: JSP and child forums
Forum: JSP Sep 12th, 2008
Replies: 3
Views: 2,536
Posted By jwenting
no company gives a rookie a project to run on his own.
no company gives anyone a project with no specs except "we want an online examination system".
no company would give that rookie a deadline of...
Forum: JSP Sep 11th, 2008
Replies: 3
Solved: javabean error
Views: 812
Posted By jwenting
What does this have to do with JSP anyway?
Forum: JSP Sep 10th, 2008
Replies: 17
Views: 4,347
Posted By jwenting
what'd you expect from an Indian site by homework kiddos for homework kiddos?

I usually recommend them to homework kiddos, provides a good laugh to see them trashing about ;)
Forum: JSP Sep 6th, 2008
Replies: 7
Views: 1,561
Posted By jwenting
So you come in here months later, create an account, and start flaming people?

If you'd looked carefully you'd have seen there was no question asked at all, fool.
Forum: JSP Sep 6th, 2008
Replies: 3
Views: 2,080
Posted By jwenting
of course you can have multiple forms. It's quite common in fact.
Of course each form stands on its own, don't expect values from one form to be submitted as part of a request generated when...
Forum: JSP Sep 4th, 2008
Replies: 3
Views: 1,019
Posted By jwenting
Servlet filters always run on the server.
They can provide services that have to run before the web application processes the request, like authentication.
A filter can intercept the requests,...
Forum: JSP Sep 4th, 2008
Replies: 2
Views: 1,020
Posted By jwenting
you can't. You can't mix text and binary content and JSP are designed for text.
While they can output binary content, they're not meant to do so and I'm not going to tell you how to do a bad thing...
Forum: JSP Sep 4th, 2008
Replies: 1
Views: 665
Posted By jwenting
this has nothing to do with JSP.
Forum: JSP Sep 4th, 2008
Replies: 1
Views: 758
Posted By jwenting
you don't want to do that. It's not what JSP should be used for.
Forum: JSP Sep 2nd, 2008
Replies: 2
Views: 1,257
Posted By jwenting
says it all. Toplink can't find the jdbc driver for the database you're telling it to use.
Supply the driver and you'll get another error (or it might even work if everything else is correct).
Forum: JSP Sep 2nd, 2008
Replies: 21
Views: 19,396
Posted By jwenting
nah. We use them to make fun of the kiddos instead ;)
Forum: JSP Sep 2nd, 2008
Replies: 1
Views: 553
Posted By jwenting
and what have you done so far?
That's a very simple problem, should take a reasonably intelligent person with a bit of knowledge about the technologies involved no more than a few hours to implement.
Forum: JSP Sep 2nd, 2008
Replies: 1
Views: 650
Posted By jwenting
no. That's not the way to use JSP so we're not going to help you do it.
We're not going to do what you want anyway, which is to give you a fully working application.

Do your own research, and...
Forum: JSP Aug 19th, 2008
Replies: 5
Views: 760
Posted By jwenting
and no, we're not going to do your homework for you.
Forum: JSP Aug 16th, 2008
Replies: 5
Views: 2,945
Posted By jwenting
and what does this have to do with JSP?
Or haven't you gotten the hint yet that you should never use Java code in JSP?
And the message that you should never put binary content in a JSP outputstream?
Forum: JSP Aug 16th, 2008
Replies: 5
Views: 760
Posted By jwenting
and then there's the use of the JDBC/ODBC bridge driver which is also a recipe for disaster.
And the bad "Title" tag in the html (browsers won't generally complain, but it's not correct).
Forum: JSP Jul 9th, 2008
Replies: 4
Views: 4,961
Posted By jwenting
what's missing is a good spanking of you for even attempting to do such a thing using JSP.
Forum: JSP Jul 9th, 2008
Replies: 4
Views: 1,066
Posted By jwenting
but what the heck does this have to do with JSP?
DSN is an ODBC concept, and has no relation to Java whatsoever.
It's also an utterly outdated concept for for example .NET.
Forum: JSP Jul 8th, 2008
Replies: 7
Views: 1,561
Posted By jwenting
and of course you should not do anything except displaying the results from a JSP.
Forum: JSP Jul 8th, 2008
Replies: 1
Views: 783
Posted By jwenting
don't do such things from JSP.
Forum: JSP Jul 8th, 2008
Replies: 1
Views: 1,031
Posted By jwenting
not urgent. Come back in a few years.
Forum: JSP Jul 8th, 2008
Replies: 1
Views: 1,164
Posted By jwenting
Forum: JSP Jun 28th, 2008
Replies: 3
Views: 2,070
Posted By jwenting
if you're using tempfiles you shouldn't care where they are as they're temporary anyway.
Forum: JSP Jun 28th, 2008
Replies: 4
Views: 4,961
Posted By jwenting
Forum: JSP Jun 26th, 2008
Replies: 2
Views: 1,814
Posted By jwenting
no, we're not going to tell you how to do that.
Forum: JSP Jun 25th, 2008
Replies: 1
Views: 697
Posted By jwenting
no, we're not going to help you with such rubbish.
Scriptlets are NOT to be used.
Database access from JSPs is NOT to be used.
Code tags MUST be used.
Forum: JSP Jun 24th, 2008
Replies: 1
Views: 1,369
Posted By jwenting
Forum: JSP Jun 24th, 2008
Replies: 1
Views: 769
Posted By jwenting
there are no simple strut applications.
Forum: JSP Jun 24th, 2008
Replies: 1
Views: 829
Posted By jwenting
no, we're not going to do your work for you.
If you're too lazy to do a bit of research or too stupid to understand what some simple tutorials tell you, you shouldn't have that job (or be signed up...
Forum: JSP Jun 22nd, 2008
Replies: 5
Views: 2,317
Posted By jwenting
the problem in this case is not with Eclipse, nor (if it works outside of Eclipse) with your application, but with you.
You don't understand how to use Eclipse, and you blame Eclipse for that rather...
Forum: JSP Jun 22nd, 2008
Replies: 3
Views: 899
Posted By jwenting
if it says it doesn't exist, it doesn't exist. So you're missing those classes or don't have them in the right place.
NEVER try to second-guess error messages, they're correct (if sometimes a bit...
Forum: JSP Jun 21st, 2008
Replies: 1
Views: 1,214
Posted By jwenting
you can, but you don't want to.
It's not what JSP are meant to be used for.
Forum: JSP Jun 21st, 2008
Replies: 1
Views: 923
Posted By jwenting
that has nothing whatsoever to do with JSP. It's clientside functionality which means it's probably Javascript.

and how do you think we could help you (even had you asked in the right place?)...
Forum: JSP Jun 21st, 2008
Replies: 7
Views: 2,910
Posted By jwenting
no. that's defined by the browser. Most likely IE is just faster than is FF (wouldn't surprise me, it is faster in my experience) so it's getting a response and processing it before it gets a chance...
Forum: JSP Jun 21st, 2008
Replies: 5
Views: 2,317
Posted By jwenting
Do NOT use scriptlets in JSP.
And learn something about Java in general before trying JSP.

Lastly, don't blame Eclipse and the server for your incompetence. Blame yourself for not understanding...
Forum: JSP Jun 19th, 2008
Replies: 4
Views: 1,605
Posted By jwenting
You didn't post any "codes", you asked for people to provide you some...
Forum: JSP Jun 19th, 2008
Replies: 4
Views: 1,099
Posted By jwenting
that's one bad JSP. Scriptlets, no proper headers, etc. etc.
Forum: JSP Jun 19th, 2008
Replies: 3
Views: 11,944
Posted By jwenting
well, ANY version of Oracle released in the last decade has JDBC drivers.
Using the bridge driver is ALWAYS wrong! ALWAYS!

And so is doing database access from JSP.
Forum: JSP Jun 19th, 2008
Replies: 5
Views: 937
Posted By jwenting
You can't, period.
What you MIGHT be able to do (but not with a properly configured webserver) is to generate (using a servlet) a list of files that can be downloaded, and another servlet that gets...
Forum: JSP Jun 18th, 2008
Replies: 1
Views: 763
Posted By jwenting
you're wrong to ask that here for starters.
Showing results 1 to 40 of 436

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC