• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

plz help me on this..

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi e'body,

You guys have to help me on this; google could not get me to anywhere

I am presently working on a project (created by somebody else) and i get into some new things
* Struts
* Log4j
* Castor
* Hibernate
(all together immersed in one project)
my gosh.. confuses me pretty much; but liking to learn all the stuff..

one thing i came across is classes (like EnvironmentManager) from

which i have deduced is from " etsutils.jar "

I get totally lost on where this jar file is from, so that I can look over some documentation about these classes and I just could not trace..
i need to look over javadoc for this jar file...
I am definite it is from some open source stuff...
it makes no sense to me, on what it is doing without any documentation...!!

If anybody has come across the above mentioned package OR jar file, you can definitely help me..

I really appreciate your help in this matter;
thx guys
 
Ranch Hand
Posts: 823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prashant Kakani,

Hibernate packages all start with net.sf.hibernate
Castor packages all start org.exolab.castor
Log4J packages all start org.apache.log4j
Struts packages all start org.apache.struts

Conclusion: it's something else.

I've no idea what and, as you say, a quick search of the web bears no fruit. I guess it's some third party API written by the owners of the ets.com domain (no website). Is it definitely not just a part of your app? I hope you have the javadoc and/or the source!

Jules
 
JulianInactive KennedyInactive
Ranch Hand
Posts: 823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Strangely these guys own the domain ... nice site but ... where did you get that code from...???!!!

Jules
 
Jack Daniel
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Jack Daniel
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Julian,

Thanks for your reply; but i neither have the source code nor the javadoc; I have a " etsutils.jar " JAR file, which has the classes;
I will try to see if I can catch hold of the programmer who wrote the code for this project; he is working in another company now...

If not possible, jump on to some de-compiler and see, if it helps..
(DJ Java DeCompiler is pretty good)

 
Is that a spider in your hair? Here, threaten it with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic