jwenting 1,905 duckman Team Colleague

study hard.
Were you able to get a job in nursing without training? No.
So why should you expect to get on in IT without training?
Or do you think we're all unskilled labourers who can do anything we do without learning it first?

jwenting 1,905 duckman Team Colleague

you don't do that.

jwenting 1,905 duckman Team Colleague

synchronise on the counter

jwenting 1,905 duckman Team Colleague

And the money machine is already working. There's going to be a "new" version released soon, which will be identical except it's 6 minutes longer.
And no doubt the crowds will once again flock to the cinemas and DVD stores to buy that one too even though they already have the original.

jwenting 1,905 duckman Team Colleague

You can't do that, period.
The output of an http request is ALWAYS a single content type, you can NOT mix text and binary content in a single response.
You're going to have to have a JSP contain a link to an image, which might be a servlet that produces that image as a separate request.

jwenting 1,905 duckman Team Colleague

They can get licenses, if they wanted to bother.
But most of your part of the world is awash with your attitude that you shouldn't have to pay for things so they use all pirated software and stolen documents.

jwenting 1,905 duckman Team Colleague

no need for anyone to steal your idea, there are only a few hundred such games online already.

jwenting 1,905 duckman Team Colleague

Of course the creation of any high level programming language from scratch (including presumably compilers etc.) is a far from trivial task which is unlikely to be something a single person can achieve successfully in a few months time.

jwenting 1,905 duckman Team Colleague

you went wrong in not using code tags.
You went wrong in writing C++ code when you're supposed to make a Java program.

jwenting 1,905 duckman Team Colleague

however you tell it to...

jwenting 1,905 duckman Team Colleague

There is no webasite that's going to give you the design of a specific kind of system like that.
And there are TONS of resources available about all the possible technologies you could employ, if you bother to look for them and think just a little bit about what you're going to need.

Don't expect iow there to be some sort of "how to create a telecom billing system in 24 hours" type of book or website.

jwenting 1,905 duckman Team Colleague

of course calling Access a database is stretching the term quite a bit.

jwenting 1,905 duckman Team Colleague

I think he's first have to get some lessons to understand and write English before attempting Java...

jwenting 1,905 duckman Team Colleague

I just want to have a program for my project but I cant create a program with this problem.

tough luck. It's your homework, you do it.
If you can't, you deserve to fail and hopefully learn to next year do your homework, pay attention in class, and study rather than laze on the couch while watching Disney Channel or playing with your XBox.

jwenting 1,905 duckman Team Colleague

1) download jdk
2) download jdk documentation
3) install both
4) study the Java tutorial until you can complete your assignment

jwenting 1,905 duckman Team Colleague

Not going to happen.
Not only are you trying to run an executable on an operating system it wasn't created for but you're trying to run one from a web application which any well secured server would block from happening.

And then you're trying to capture the output of the executable (hopefully not some graphical user interface you're trying to be screenscraping, which would be even worse) and somehow show that (I suppose in real time) to a client via a web browser.

Not going to happen.

And that's got nothing to do with JSP, everything with it being a web application.

jwenting 1,905 duckman Team Colleague

Remember that Strings are immutable.
What you're doing is creating a new String where "this" is replaced with "that" and then immediately you throw that String away, leaving the old one in the array.

What you are looking for is something like

array[i] = array[i].replaceAll("this", "that");
squigworm commented: Very Very Helpful !!!! +1
jwenting 1,905 duckman Team Colleague

no

jwenting 1,905 duckman Team Colleague

So you want full design documentation for such a system for free that we spent months developing with many people?
Exactly the same thing as asking for the complete source code.

Go do your own work, or tell your boss that you're incompetent and were hired under false premises and should be instantly terminated.
If you do that you MIGHT prevent the lawsuits for damages that would otherwise surely follow and haunt you for years to come.

jwenting 1,905 duckman Team Colleague

the easiest way into telecoms is to take a job with a callcenter as a telemarketing terrorist (oops, drone, oops, person).
Of course the entire world will hate you, but you will be working in telecoms.

jwenting 1,905 duckman Team Colleague

not urgent

jwenting 1,905 duckman Team Colleague

Or are you perchance just another crummy link spammer drawn here by the site policy to encourage spammers?

jwenting 1,905 duckman Team Colleague

Or one that took a group of dozens several years to build at the cost of many millions?

jwenting 1,905 duckman Team Colleague

Why do you want to use try catch and finally block here? Do you have any user defined exception classes for this purpose?

idiot. It's a homework kiddo assignment. It's teacher told it to do it like that, and you of course are too stupid to comprehend that.

kvprajapati commented: Sorry jwent. My bad! I missed "I don't care" +9
jwenting 1,905 duckman Team Colleague

No, plagiarism is you USING the document as your own. Theft is you giving something you don't own to someone else -- sort of. It's definitely not plagiarism.

No, he wants me to plagiarise it by handing him part of the text to which he no doubt won't give attribution.
He assumes I'm going to steal that text for him so he doesn't have to.

jwenting 1,905 duckman Team Colleague

there is a real university in Phoenix, but I think there's also at least one diploma mill passing themselves off as that.

jwenting 1,905 duckman Team Colleague

and which shows the complete disconnect between what punters are taught in school and the real world...

jwenting 1,905 duckman Team Colleague

no, plagiarism is me handing you part of a text created by someone else.
It's also intellectual property theft.

Go buy your copy, see it as an investment in your future.

jwenting 1,905 duckman Team Colleague

of course it does, if that's really your command for the compiler you just cleared the classpath.

jwenting 1,905 duckman Team Colleague

in fact it's impossible to "validate an email address" using just a check of its content.
Not only does it inevitably yield a lot of false positives, it will also yield false negatives as noone ever takes into account all possible protocols and variants.

jwenting 1,905 duckman Team Colleague

no, but your political ideas match those of the site operators so according to them you're no conspiracy theorist (after all, if you were they'd be and conspiracy theorists never think they are conspiracy theorists).

jwenting 1,905 duckman Team Colleague

no, noone should plagiarise that document for you and commit intellectual property theft in the process.
If it's really for your "master's thesis" you should know you're not supposed to commit plagiarism and IP theft and that you're not supposed to do it.
You would also have a research budget available to you from which to draw funding, and almost certainly a university library containing documents like the one you're looking for.

jwenting 1,905 duckman Team Colleague

you should start with the Java tutorial, followed by the JEE tutorial.
That should teach you NOT to use JSP (or at least not only JSP), as well as keep you occupied for a while.

jwenting 1,905 duckman Team Colleague

because that attribute doesn't exist in the session :)

jwenting 1,905 duckman Team Colleague

validation rules are invalid, solution rejected.

jwenting 1,905 duckman Team Colleague

not urgent

jwenting 1,905 duckman Team Colleague

it's a conspiracy to make you think you're a conspiracy theorist when really you're not but well in touch with reality!

jwenting 1,905 duckman Team Colleague

on some forums it's I think standard practice to tell when you've added or subtracted reputation.

jwenting 1,905 duckman Team Colleague

wow, first time I think I've ever downvoted a thread 3 times

jonsca commented: Oh this one will resurface, no worries about that. Garbage posts beget garbage posts. +4
jwenting 1,905 duckman Team Colleague

do your own homework

jwenting 1,905 duckman Team Colleague

expecting others to do your homework so you can get a free entry into the profession is of course also an insult to everyone who ever worked hard to earn his job.

jwenting 1,905 duckman Team Colleague

sounds like a header the kid needs to write for its homework assignment for its "bank account program".

jwenting 1,905 duckman Team Colleague

Do you want all of Dave's threads to be closed?

if they turn into attacks against his position, attacks he can no longer defend himself against, would be a good idea.

jwenting 1,905 duckman Team Colleague

Another factor to consider is that almost all computers CONTROLLING botnets and almost all compromised webservers acting as sources for trojans and malware that infect Windows machines DO run Linux.

So Linux machines are the actual source of the problem, the Windows machines are victims as much as are the receivers of the spam.

jwenting 1,905 duckman Team Colleague

ask in a Javascript forum

jwenting 1,905 duckman Team Colleague

Can somebody tell me WTF is "type object pattern" ? :)

whatever the kid's teacher says it is, which will have been explained to it during its lessons (which it probably didn't pay attention in, but that's another story).

jwenting 1,905 duckman Team Colleague

no, you need a spanking.
You could have easily found or created that yourself in less time than it took you to wait for this answer if you'd put in any effort whatsoever.

jwenting 1,905 duckman Team Colleague

PHP ?

php would be a great example of not getting quality in something free...

jwenting 1,905 duckman Team Colleague

no, we're not going to help you

jwenting 1,905 duckman Team Colleague

Download and use it for personal use, no one is going to ask you to pay till you ask for support.

I can't see quality in anything that comes for free.:S

Wrong on both counts.
Oracle regularly sweeps the net for copies of its software in use in violation of license terms.
There are ways to detect Oracle application stacks, though especially application servers.

And there's a lot of free products that are quite good. Oracle XE for example is good, Firebird SQL is excellent, etc. etc.