Re: Data::Dumper for java
- From: ed.peschko@xxxxxxxxx
- Date: Mon, 6 Apr 2009 13:35:46 -0700 (PDT)
I'm unfamiliar with Perl and it's libraries, so I have to ask -- what
would you do with such a thing?
Avoid having to write toString() functions for all of your modules,
sprinkle your code with printlns without needing to worry about
implementation, get good defaults for printing out structures like
List<String>..
For debugging, my debugger shows me all I need, with out any work
whatsoever on my part. I haven't looked into logging utilities but the
default ones do take an object as a parameter. This might just invoke
toString() however. Then there's Serialization and XMLEncoder/Decoder,
which might be consdiered "stadardized" forms also.
yes, if you can get that ability inside of jdb, let me know. And I
don't have access to x11 on the place where I need to run the code, so
if you know how to run code on a server, serialize input and output
via an ssh shell, and get the output into an intellij/eclipse IDE, I'd
love to know that too. Use an IDE is great as long as you have access
to an IDE.
Ed
.
- Follow-Ups:
- Re: Data::Dumper for java
- From: cbossens73
- Re: Data::Dumper for java
- From: Mark Space
- Re: Data::Dumper for java
- From: Patricia Shanahan
- Re: Data::Dumper for java
- References:
- Data::Dumper for java
- From: horos11
- Re: Data::Dumper for java
- From: Mark Space
- Data::Dumper for java
- Prev by Date: Re: How do i install Advanced Imaging ImageIO on MAC OS X?
- Next by Date: Re: Data::Dumper for java
- Previous by thread: Re: Data::Dumper for java
- Next by thread: Re: Data::Dumper for java
- Index(es):
Relevant Pages
|