Blogs RSS
Forums RSS
DaniWeb Home
>
Forums
>
Search Forums
Search Results
•
•
•
•
Showing results 1 to 40 of 284
Search took
0.02
seconds.
Posts Made By:
stephen84s
Refine this Search
Save these search results for 24 hours
Page 1 of 8
1
2
3
>
Last
»
Forum:
Java
21 Hours Ago
Replies:
5
Hash Table
Views:
188
Posted By
stephen84s
Re: Hash Table
<EDIT> Ignore please ............. mixed my tabs again :@
Forum:
JSP
23 Hours Ago
Replies:
1
Reading the mail ids from other websites.
Views:
104
Posted By
stephen84s
Re: Reading the mail ids from other websites.
So that you can Spam them .... Nice try.
Forum:
Java
23 Hours Ago
Replies:
5
Modifying a file.
Views:
135
Posted By
stephen84s
Re: Modifying a file.
Just a thought, instead of writing each object after serializing one by one to the file, why don't you just serialize the entire ArrayList and write it to a file.
And when you need to add any data...
Forum:
JSP
23 Hours Ago
Replies:
6
error showin "no data found"
Views:
358
Posted By
stephen84s
Re: error showin "no data found"
No I dont, because this guy is not the first one who has posted this query, and from our experience with other people in the past if you give them the "QUICKFIX" like you have, they simply disregard...
Forum:
JSP
1 Day Ago
Replies:
6
error showin "no data found"
Views:
358
Posted By
stephen84s
Re: error showin "no data found"
A physician gives you the medication you need not the one you want. Similarly I knew exactly what the thread starter wanted, but he actually needed someone to show him how to code JSPs first like...
Forum:
Geeks' Lounge
6 Days Ago
Replies:
14
Laid off :(
Views:
402
Posted By
stephen84s
Re: Laid off :(
Same situation here, can always consider teaching CS an option :D .
Forum:
JSP
6 Days Ago
Replies:
2
how to authenticate the users without login and password
Views:
114
Posted By
stephen84s
Re: how to authenticate the users without login and password
Simple don't perform any authentication, since you want anyone and everyone to be able to access the page !!!
Forum:
Java
8 Days Ago
Replies:
3
coding assistance
Views:
113
Posted By
stephen84s
Re: coding assistance
@stultuske
I think you misunderstood him, with the above question he wants to test our OOP skills :twisted:
Forum:
JSP
8 Days Ago
Replies:
2
Form -> jsp
Views:
179
Posted By
stephen84s
Re: Form -> jsp
Well you need to use the request object in JSP to retrieve form data.
The request.getParameter("<element-name>"), should get you the values of the respective elements in your form.
Forum:
JSP
11 Days Ago
Replies:
5
How to check password of a jsp/html with the password of Database(mysql)
Views:
352
Posted By
stephen84s
Re: How to check password of a jsp/html with the password of Database(mysql)
Yeah, sure the code is already available here (http://www.daniweb.com/forums/announcement9-2.html)
Forum:
JSP
11 Days Ago
Replies:
2
null pointerexception error
Views:
188
Posted By
stephen84s
Re: null pointerexception error
Do not connect to databases directly from within a JSP.
Please check out this (http://www.daniweb.com/forums/thread141776.html) tutorial for how exactly your web application code must be...
Forum:
Java
12 Days Ago
Replies:
1
SLF4J
Views:
124
Posted By
stephen84s
Re: SLF4J
Are you sure you have used the combination of slf4j-api.jar+slf4j-simple.jar correctly ??
Forum:
Java
13 Days Ago
Replies:
6
Java FTP Server
Views:
382
Posted By
stephen84s
Re: Java FTP Server
Well heres one I had come across a while ago : JeFTPd (https://launchpad.net/jeftpd) (Java Embeddable FTP Server).
I think it appears to be what you are looking for, but it is still in experimental...
Forum:
JSP
13 Days Ago
Replies:
3
What is the best JSP/Servlet container?
Views:
204
Posted By
stephen84s
Re: What is the best JSP/Servlet container?
You need to explain what you plan to do first, we cannot just blindly recommend one over the other without knowing what you plan to do with it.
And honestly speaking you need to learn how to ask...
Forum:
Java
14 Days Ago
Replies:
10
inter JVM method calls
Views:
2,108
Posted By
stephen84s
Re: inter JVM method calls
This thread is more than a year old, most probably the thread starter has already solved this problem.
Forum:
JSP
14 Days Ago
Replies:
9
JSP connection to database
Views:
22,782
Posted By
stephen84s
Re: JSP connection to database
That query would belong to the Javascript forum (*I guess*), But you have to show us the relevant piece of code, So that we can point out where you are going wrong.
If you still would like to get...
Forum:
Java
14 Days Ago
Replies:
3
Help me!
Views:
270
Posted By
stephen84s
Re: Help me!
Sounds more like an School/College Assignment question . . . which almost every other book in Java answers, but you do not want to take the effort reading it.
Forum:
Java
14 Days Ago
Replies:
2
kk
Views:
120
Posted By
stephen84s
Re: kk
This is ridiculous.
Creating a new thread just for ... the sake of creating it !!!
Took me little effort to stop short from giving you a RED.
Forum:
JSP
15 Days Ago
Replies:
9
JSP connection to database
Views:
22,782
Posted By
stephen84s
Re: JSP connection to database
First thing Amrita is DO NOT CONNECT DIRECTLY TO A DATABASE FROM A JSP.
It is a bad practice to do so. It looks like you are still just studying JSPs, so from the start itself learn how to correctly...
Forum:
JSP
16 Days Ago
Replies:
1
i have some questiions
Views:
170
Posted By
stephen84s
Re: i have some questiions
The Tomcat (http://tomcat.apache.org/) web server is what you will need to run JSPs and Servlets (for starters at least). It also comes bundled with quiet a few sample applications which you can...
Forum:
Java
16 Days Ago
Replies:
8
JLabel in GUI
Views:
183
Posted By
stephen84s
Re: JLabel in GUI
I tried your code by running it (with a few changes like extending JFrame instead of JPanel, adding a main to make it run as a stand alone), and it worked.
Its converting the temperature correctly...
Forum:
Java
17 Days Ago
Replies:
2
GUI
Views:
140
Posted By
stephen84s
Re: GUI
Your button "output" doesn't work cause you haven't added an ActionListener for it like your JTextField
Also you have just one JButton object named "output" and you are first initializing here...
Forum:
JSP
18 Days Ago
Replies:
5
how to make exe file for jsp project
Views:
1,924
Posted By
stephen84s
Re: how to make exe file for jsp project
Already masijade mentioned in his first post that even compiled java classes can be decompiled, So any point in mentioning this ????
You should also read replies of other posters (not to mention...
Forum:
JSP
19 Days Ago
Replies:
1
how to update data in mysql database using jsp
Views:
340
Posted By
stephen84s
Re: how to update data in mysql database using jsp
Do not connect to a database directly from within a JSP Page.
Look at this (http://www.daniweb.com/forums/thread141776.html) thread for more information.
Forum:
Java
20 Days Ago
Replies:
5
java to c++ conversion
Views:
183
Posted By
stephen84s
Re: java to c++ conversion
I think Netbeans can do that, I have used it to generate class diagrams from code a few times.
Sounds like you trying to copy someone else's work !!!
Forum:
Java
21 Days Ago
Replies:
22
Mouse listener
Views:
601
Posted By
stephen84s
Re: Mouse listener
@complexcodes
Seems like you are confused in using CODE tags use [ CODE=java] and [ /CODE ] (without the spaces between CODE and brackets)to cover your java code.
Forum:
Java
21 Days Ago
Replies:
19
Help for creating IDE
Views:
448
Posted By
stephen84s
Re: Help for creating IDE
This (http://wiki.netbeans.org/WorkingWithNetBeansSources) link should help you in getting NetBeans IDE sources and explain how to work with them.
A C Compiler would be an external application, so...
Forum:
JSP
21 Days Ago
Replies:
2
how to get day, month and year
Views:
379
Posted By
stephen84s
Re: how to get day, month and year
Ever tried the getDate() (http://java.sun.com/javase/6/docs/api/java/sql/ResultSet.html#getDate(int)) method of ResultSet (http://java.sun.com/javase/6/docs/api/java/sql/ResultSet.html), It would...
Forum:
Java
26 Days Ago
Replies:
4
AWT or Swing?
Views:
168
Posted By
stephen84s
Re: AWT or Swing?
Well some of the conditions which could influence you use whether AWT or Swing are:-
Eye Candy, Swing really gives you a lot more features when it comes to Eye candy, you can change the look and...
Forum:
ASP
Oct 16th, 2008
Replies:
2
<form action.....> trouble !!!!
Views:
518
Posted By
stephen84s
Re: <form action.....> trouble !!!!
Try creating a hidden field in your form with the name "tid" and assign it the value you wish it to hold and then set the action field of the form to only http://localhost/rentry.asp .
Forum:
JSP
Oct 16th, 2008
Replies:
6
error showin "no data found"
Views:
358
Posted By
stephen84s
Re: error showin "no data found"
Do not perform database connectivity from a JSP directly.
Read this (http://www.daniweb.com/forums/thread141776.html) thread first and learn from it on how to organize you web applications, Then ask...
Forum:
JSP
Oct 16th, 2008
Replies:
4
how to connect jsp page with acess databse
Views:
572
Posted By
stephen84s
Re: how to connect jsp page with acess databse
Hijacking someone else's thread like this is considered rude, I see you have already started your own thread, have some patience and wait for replies there.
Forum:
Java
Oct 16th, 2008
Replies:
7
Traversing a text file into string, int, and special symbols
Views:
594
Posted By
stephen84s
Re: Traversing a text file into string, int, and special symbols
But the real question is why do you want to limit yourself to what you have already learned and not go a step ahead of the rest.
As far applications of regular expressions to your problem domain go,...
Forum:
JSP
Oct 15th, 2008
Replies:
4
how to connect jsp page with acess databse
Views:
572
Posted By
stephen84s
Re: how to connect jsp page with acess databse
Do not connect to a database directly from within a JSP. JSPs are only for display purposes, your main business logic / database connectivity etc should be performed in Java code which you will...
Forum:
Java
Oct 15th, 2008
Replies:
7
Traversing a text file into string, int, and special symbols
Views:
594
Posted By
stephen84s
Re: Traversing a text file into string, int, and special symbols
Thats exactly the reason why Ezzaral suggested using Regular Expressions.
If you would have simply googled for "Regular Expressions in Java...
Forum:
Java
Oct 15th, 2008
Replies:
1
classes in java
Views:
167
Posted By
stephen84s
Re: classes in java
Amazing I found the exact problem solved right here (http://www.daniweb.com/forums/announcement9-2.html) and then you may look here (http://java.sun.com/docs/books/tutorial/java/javaOO/classes.html)...
Forum:
JSP
Oct 15th, 2008
Replies:
1
Project suggestion
Views:
332
Posted By
stephen84s
Re: Project suggestion
Well for that we need to know your skills , what are you good at, which domain are you looking for a project in etc... Also there are quite a few threads with similar topics, have you searched...
Forum:
Java
Oct 15th, 2008
Replies:
6
How to extract Java applet class file?
Views:
286
Posted By
stephen84s
Re: How to extract Java applet class file?
Hmmm........ So you wish to extract the code of this applet and show of to others as your own.
I do not think any one will be too enthusiastic to help you on that !!!
Forum:
Java
Oct 11th, 2008
Replies:
7
develop a project for you for free
Views:
291
Posted By
stephen84s
Re: develop a project for you for free
Did you read this forum : http://www.daniweb.com/forums/forum72.html, you could check if anyone there wants someone on a per project basis like as an intern or something
Forum:
JSP
Oct 6th, 2008
Replies:
2
How to display Database records in JSP
Views:
661
Posted By
stephen84s
Re: How to display Database records in JSP
Shameless self promotion :P
Showing results 1 to 40 of 284
Page 1 of 8
1
2
3
>
Last
»
Forum Highlights
Today's Posts
All Forums
Unanswered Threads
All Forums
Forums
|
Blogs
|
Tutorials
|
Code Snippets
|
Whitepapers
|
RSS Feeds
|
Advertising
All times are GMT -4. The time now is
7:02 am
.
Newsletter Archive
-
Sitemap
-
Privacy Statement
-
Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC