Results 1 to 6 of 6
- 07-08-2014, 02:30 PM #1
Member
- Join Date
- Jul 2014
- Posts
- 2
- Rep Power
- 0
can you help me understanding what that program does ?
hello; i'm working on an old application wich i'm asked to improve.
i don't understand what this program does exactly??, i'm a begginer at java J2EE developing.
the code is enclosed attachement : code.txt
plzzz help to understand what does this program if there's a way to improve it, if there's tutorials or articls wich can help me understanding this code ??
- 07-08-2014, 02:32 PM #2
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: can you help me understanding what that program does ?
Its a servlet that does things and stuff with XML. Its not a program and its not even the complete source.
"Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
- 07-08-2014, 02:36 PM #3
Re: can you help me understanding what that program does ?
I know this looks scary: file:\\\\\\C:\\edi\\genericNew.xsl
"It's not fixed until you stop calling the problem weird and you understand what was wrong." - gimbal2™ © 2013
- 07-08-2014, 03:01 PM #4
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: can you help me understanding what that program does ?
Didn't even spot that. So its code produced by some student who had no architectural vision to realize that hard-coding OS-specific absolute paths in code, especially in a component of a web application, is basically as wrong as you can make it.
"Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
- 07-08-2014, 03:04 PM #5
Member
- Join Date
- Jul 2014
- Posts
- 2
- Rep Power
- 0
Re: can you help me understanding what that program does ?
thank you for your answer, i know it's a servlet , what i want to know
is the " stuff" that does with xml files, this is the part of the source don't understand.
does this servlet an xml validation for the file ??
- 07-08-2014, 03:07 PM #6
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Similar Threads
-
I want to develop a this type of program in core java im not understanding how to sta
By nikhilbalkhande in forum New To JavaReplies: 9Last Post: 07-09-2014, 09:56 AM -
Help understanding how program works!
By zzzarf in forum New To JavaReplies: 8Last Post: 12-07-2012, 07:19 AM -
Letter counter program. having trouble understanding it.
By silverglade in forum New To JavaReplies: 17Last Post: 05-21-2011, 02:06 PM -
Help on understanding a program
By newbie225 in forum New To JavaReplies: 1Last Post: 11-10-2009, 01:53 AM -
I have trouble understanding this program!
By PureAwesomeness in forum New To JavaReplies: 1Last Post: 03-16-2009, 06:34 AM
Bookmarks