5,727 Posted Topics

Member Avatar for silvert122

Didn't get an answer instantly and decided to just post your question again, did you? That's not going to make you friends, you know. Now noone will bother to look at your question and try to help.

Member Avatar for peter_budo
0
123
Member Avatar for achiman

instead of the for loop, use a while loop like [code] while (e.hasMoreElements()) { DataOutputStream dout = (DataOutputStream)e.nextElement(); try { dout.writeUTF( message ); } catch( IOException ie ) { System.out.println( ie ); } } [/code] Might not solve all your problems, but would be a step in the right direction.

Member Avatar for jwenting
0
171
Member Avatar for freddyvf
Member Avatar for Aisha25
Member Avatar for celyst

the usebean tag just tells the page to use a bean of that class. It's a variable declaration, nothing else. When using JSTL you don't need it. It's an outdated concept designed to be used with JSP tag libraries predating JSTL.

Member Avatar for celyst
0
538
Member Avatar for holard

[QUOTE=holard;1151457]All what we notice is that the desktop can't be log on to at this particular time.[/QUOTE] That's what you see, as an end user. Ask your DBA and sysadmin people, they have almost certainly locked the application during that time. Probably for a backup or whatever.

Member Avatar for jwenting
0
83
Member Avatar for The Dude

There is a difference between high end and low end systems, but at some point you get diminishing returns. So while there's a definite difference between $10 and $100 headphones, the difference between $100 and $100 headphones is a lot smaller.

Member Avatar for PedroStephano
0
92
Member Avatar for rohit_var

look harder, if you are "unable to find information" on that you're not looking hard enough. I've several books sitting right here that have all that information for example, books that I know are still in print to this day, books with enlightening and rather obvious titles like "Java network …

Member Avatar for jwenting
0
81
Member Avatar for invisal

by simply installing a decent commercially available virus scanner. Problem solved for a fraction of the cost of writing your own.

Member Avatar for strmstn
0
133
Member Avatar for coolguy0201

too late now anyway, another homework kiddo rightfully failed their assignment. Time for celebration!

Member Avatar for jwenting
0
101
Member Avatar for beanboy
Member Avatar for jwenting
0
97
Member Avatar for bibiki
Member Avatar for squarey

[url]http://www.wotsit.org[/url] has file format information for hundreds if not thousands of formats.

Member Avatar for squarey
0
77
Member Avatar for anfeerpt

I do know how to do it, I also known it's been known for a decade that it shouldn't be done. Do as peter said, and use a proper mvc architecture.

Member Avatar for jwenting
0
44
Member Avatar for emilo35

the class changed, therefore any old serialised instances are now incompatible with the new class structure.

Member Avatar for emilo35
0
185
Member Avatar for solomon_13000
Member Avatar for dippy78

Define the wsdl to have a data structure that contains a collection of records. btw, whether you use notbeans or not is utterly irrelevant.

Member Avatar for peter_budo
0
145
Member Avatar for csfriends

And most of that university research would be funded by those companies or government departments and the results heavily classified and not made publicly available for a combination of national security and economical reasons. It's not urgent anyway, apparently neither is it to OP or he'd have done more than …

Member Avatar for peter_budo
-1
179
Member Avatar for ceyesuma

correct. You're calling a method on your object instance before that instance has been fully initialised. In the call to super you can pass only constructor arguments and static method calls, not instance members and methods.

Member Avatar for ceyesuma
0
192
Member Avatar for sblass92

The best data structure to use depends on how you're going to use it. Some have fast insertion but slow retrieval, others may have slow insert but fast retrieval. Then again, retrieval speed will be different depending on whether you're doing sequential or random acccess of elements.

Member Avatar for sblass92
0
135
Member Avatar for mahdi68

[QUOTE=mahdi68;1148294]how con i do this ???[/QUOTE] By reading a few tutorials...

Member Avatar for mahdi68
0
98
Member Avatar for sharathk60
Member Avatar for ting89_sam

Rest assured, whatever you come up with will not be enough to get a passing score.

Member Avatar for jwenting
0
163
Member Avatar for huvz
Member Avatar for Stefano Mtangoo

First rule: don't do it unless you're using inner classes Second rule: see first rule Third rule: if you insist, read the JLS for what's allowed and what's not.

Member Avatar for kvprajapati
0
139
Member Avatar for merrycit
Member Avatar for ashkash

there's a very nice Point2D class that might be just what you're looking for.

Member Avatar for jwenting
0
61
Member Avatar for merse
Member Avatar for dusktreader
0
105
Member Avatar for -_-

well, first you don't use JSP for the actual emailing. You use servlets or EJB for that, the JSP are only the frontend (the screens) to display data and enable to user to interact with the system.

Member Avatar for jwenting
0
63
Member Avatar for dannyfang

Don't attach things, I won't open them. Most likely you didn't place the select inside an html form which would cause the value to not be passed in the request.

Member Avatar for peter_budo
-1
9K
Member Avatar for sharao

neither is "better", both have their place and will usually be employed together.

Member Avatar for jwenting
0
48
Member Avatar for arivu2020

good luck. Sounds like a fun little project. If you have specific questions rather than "do my work for me" do come back and ask for help.

Member Avatar for jwenting
0
78
Member Avatar for Waseem2010

Sounds like some Indian body shop, only interested in stuffing employees' resumees with tons and tons of buzzwords to make them seem competent.

Member Avatar for stultuske
0
86
Member Avatar for Ghost

you should NEVER EVER put classes or jars from the JDK installation in your classpath. It's not needed and can cause problems. You SHOULD put the current directory ('.') in there or else pass it as a classpath to the java compiler and runtime always. If you still get a …

Member Avatar for stultuske
0
2K
Member Avatar for acid13burn24

Do your own homework, kiddo. You can't understand things because you're too lazy to pay attention in class.

Member Avatar for stultuske
-2
105
Member Avatar for arnold777

That's some extremely shady business practices your employer wants to use. Automatically searching websites for semi-random phone numbers (and possibly other contact information) in order to blindly call people with marketing offers is no better than spambots searching usenet and forums for email addresses for their victim databases.

Member Avatar for jwenting
0
167
Member Avatar for PhiberOptik

Storing them inside a jar that's loaded by the application is most convenient. For maintenance reasons it's best this be a separate jar, so it can be delivered by different people once the project grows beyond the size of a single person and tasks get spread out (separate artists, coders, …

Member Avatar for jwenting
0
86
Member Avatar for ArtphotoasiA

The content involved was illegal under Italian law, so they were convicted of distributing illegal material. Same way a person hosting a website that distributes child porn can and should be held criminally liable for that. Whether in this case the content should have been illegal is another question, not …

Member Avatar for Lardmeister
0
189
Member Avatar for manikandan_dani

no, we're not going to help you put trojan horses and other nasties on peoples' computers, which is the only real reason to want to put things on computers without the knowledge of the users.

Member Avatar for jwenting
0
68
Member Avatar for linx311
Member Avatar for coloradoboy2

the moment you tell people your worst secret it's by definition no longer a secret...

Member Avatar for soccerjerseys
-5
140
Member Avatar for low1988

[QUOTE=gietbo;1146901]Can you share database for this bank ?[/QUOTE] No. Banks typically use Oracle and other high end commercial databases. Sharing those is piracy.

Member Avatar for jwenting
0
114
Member Avatar for jagsar2323

no. Not only will good projects not use just JSP, they're also intellectual property of banks and therefore noone's right to give away. And quite beyond that, we're NOT here to do your work for you and especially not here to give you private tutoring.

Member Avatar for gietbo
0
117
Member Avatar for ziaul1234

Written such a system, took about half a year for a 5 man team :) Of course that was slightly more powerful, robust, and flexible than your average homework assignment :)

Member Avatar for linx311
-2
459
Member Avatar for andreski

and anything that's easy AND popular won't pay much. After all, there's tons of people doing it and it's easy to learn so there's nothing special to it. What pays well are things that are hard to do yet in demand, as there will be few practitioners at a high …

Member Avatar for Salem
0
107
Member Avatar for jigar_cool

it's homework. Same question pops up on Sun's (and other) forums with clockwork regularity every few months (just about the length of an introductory Java course). Expect questions about printing a diamond of asterisks in a week or two, when the next group learns about loops.

Member Avatar for rizwanshaikh
0
207
Member Avatar for omeli

[QUOTE=kvass;1145471]...If you haven't ever touched a Java program, shouldn't you be starting with HelloWorld.java?[/QUOTE] Don't be silly! Everyone knows you should start straight with a big multitier enterprise application if you have no experience whatsoever!

Member Avatar for kvass
0
228
Member Avatar for waheed.hussain
Member Avatar for Jerreke

use the name of the property, not the name of the getter. So use RequestBySchedule, not getRequestBySchedule

Member Avatar for Jerreke
0
110
Member Avatar for shivnath

The End.