toluju

1,055
Reputation
84 views

Registered User

Name toluju
Member for 1 year
Seen 4 hours ago
Website
Location Dallas, TX, US
Age 25
Moo
2d
comment Objective reasons for using Python or Ruby for a new REST Web API
If you're looking for something equivalent to Heroku for Python, I'd say that Google App Engine is a good bet.
2d
answered Objective reasons for using Python or Ruby for a new REST Web API
2d
asked Parsing string interpolation in ANTLR
Dec
3
asked Hudson build defaults
Nov
20
answered Java static reflection on subclasses
Nov
20
answered Java coding practice, runtime exceptions and this scenario
Nov
20
comment When NOT to use the static keyword in Java?
Right, that's what I was trying to outline in the first paragraph - static methods that don't alter any state outside of their parameters are usually fine, but static methods that manage state can be troublesome. So I guess as a quick rule of thumb for deciding when to write a static method, you should see if any state will be affected by the method.
Nov
20
answered How to get full REST request body using Jersey?
Nov
19
answered When NOT to use the static keyword in Java?
Nov
19
answered hadoop- determine if a file is being written to
Nov
6
awarded  Nice Answer
Oct
30
comment Dynamic Pie Charts
Confirmed working as needed, thanks!
Oct
30
comment Dynamic Pie Charts
Thanks for the link to ChartPanel and ChartMouseEvent, those may be just what I'm looking for.
Oct
29
asked Dynamic Pie Charts
Oct
23
comment SOAP or REST
HEAD, OPTIONS, and TRACE are all methods that inquire about server meta-information rather than about the content at the URL itself. As such they are of marginal use for REST-style applications. I stand corrected in as far a specification. The main specification of significance to REST is the HTTP spec itself.
Oct
20
revised SOAP or REST
Forgot POST
Oct
20
comment SOAP or REST
Sorry, I forgot to mention POST. OPTIONS (and HEAD) is not considered part of the REST specification, however.
Sep
17
awarded  Yearling
Aug
4
accepted Generation Xpath expression in runtime
Aug
4
asked Multi-part gzip file random access (in Java)
Jul
30
accepted javascript - Want to access the contents of another domain with ajax?
Jul
27
answered ant, jar files, and Class-Path oh my
Jul
23
accepted Is it possible to switch Class versions at runtime with Java??
Jul
23
accepted Randomly accessing a compressed file without using ZipFile (since ZipFile has a major bug).
Jul
23
answered How to create an object from a string in Java (how to eval a string)?
Jul
22
answered Is it possible to switch Class versions at runtime with Java??
Jul
22
comment Randomly accessing a compressed file without using ZipFile (since ZipFile has a major bug).
It doesn't? commons.apache.org/compress/apidocs/…
Jul
22
answered Randomly accessing a compressed file without using ZipFile (since ZipFile has a major bug).
Jul
21
comment Should one call .close() on HttpServletResponse.getOutputStream()/.getWriter() ?
This is correct. One thing to note is that in some cases you may need to flush the stream, and that is perfectly permissible.
Jul
21
answered Generation Xpath expression in runtime
Jul
21
answered java embedded database w/ ability to store as one file
Jul
21
comment Java Package Introspection
Added a javadoc header for a better explanation. :)
Jul
21
revised Java Package Introspection
comments, fixed a a small bug
Jul
21
answered getting data in and out of hadoop
Jul
21
answered Java Package Introspection
Jul
19
answered Non-ajax GET/POST using jQuery (plugin?)
Jul
19
answered [jquery] .click function not working for me
Jul
19
answered javascript - Want to access the contents of another domain with ajax?
Jul
17
comment Parsing wikimedia markup - are EBNF-based parsers poorly suited?
Perfect, this was the answer I was looking for. Thanks!
Jul
15
revised Parsing wikimedia markup - are EBNF-based parsers poorly suited?
added 806 characters in body
Jul
9
answered Looking for Java Map implementation that supports getKeysForValue
Jul
9
answered Example code archive using maven
Jul
9
answered Augmenting instead of overriding Maven configuration.
Jul
9
answered for loop to interate over enum in Java?
Jul
7
asked Parsing wikimedia markup - are EBNF-based parsers poorly suited?
Jun
22
answered Best Way to Gracefully Shutdown a Java Command Line Program
Jun
22
awarded  Commentator
Jun
22
comment Best Way to Gracefully Shutdown a Java Command Line Program
Why is sending the kill signal not an option? As mentioned in answers below, you can catch and handle the kill signal gracefully with shutdown hooks.
Jun
19
answered IE8 vs Firefox and Google Chrome
Jun
11
answered Autocomplete server-side implementation