Topic: Any java programmers among us?
mybigboy01's photo
Tue 11/05/13 06:24 PM
Just wondering if anyone out there is a java aficionado that could help me figure out a code!

no photo
Fri 11/08/13 04:24 PM
You might as well post the code here, along with your question, and just see if anyone answers.

If I come back here I will help you.

Mirage4279's photo
Sat 11/09/13 05:03 PM
I have been programming in Java for the past 5 years or so... what did you want to know?

bwhy26's photo
Tue 11/19/13 11:41 PM
am a computer science student and i need someone who can teach me java programm

no photo
Wed 11/20/13 01:15 PM

am a computer science student and i need someone who can teach me java programm


Post your questions here and we'll help you.

no photo
Fri 11/29/13 05:14 AM
Also a java student,did u get someone who can help? Pls refer. Thanks inadvance

no photo
Tue 12/03/13 07:16 PM
bwhy and hunadi,

Maybe! Why don't you start with some specific questions and see what we can help you with?

Mirage4279's photo
Sat 12/07/13 05:02 PM
yeah actually i just ordered a new keyboard and cpu so that i could practice servlets and server pages.. both in java which you will get around to in all likelihood will get around to those if you stick with it.... it helps to know things from the jdk... string buffer, string tokenizer, data structures (The Collections) also does not hurt to know advanced front end stuff and some simple database stuff upto blobs and clobs...

no photo
Sun 12/29/13 01:21 PM
I studied some java in high school. I use it sometimes just solving real life problems for fun. using blueJ.

Mirage4279's photo
Tue 12/31/13 03:30 PM
hey trade...

do you do servlets and server pages by chance?

no photo
Wed 01/01/14 12:19 AM

hey trade...

do you do servlets and server pages by chance?


I wrote a program (first in python, rewrote in java) that scraped one site, digested the data, and created reports in html to be served by the actual server. I don't think it counts as a servlet, as it didn't interact with the client.


Mirage4279's photo
Sun 01/05/14 01:44 PM


hey trade...

do you do servlets and server pages by chance?


I wrote a program (first in python, rewrote in java) that scraped one site, digested the data, and created reports in html to be served by the actual server. I don't think it counts as a servlet, as it didn't interact with the client.




I see you should it's not too terribly difficult especially if you understand the CGI variables .. assuming you have a clue since your programming from a server.. but I guess that is not necessarily true


The two outer methods that you deal with are doPost and doGet ... it also depends on the editor your using... like NetBeans places a call to processRequest in both get and post methods so all request ultimatly end up at processRequest which anyone can do if you prefer it that way...

I am in the middle of designing a new web-site... ill show it to you when I am finished... need to learn blobs and clobs and quickly so that I can attach photos to the discussion forums as the one this one has... also needed to kn ow how to crop a photo in the event that it is not the right size or dimension for the set display which is very likely... anyways these two things are easy to learn it can just be difficult to know where to find them....