ykaganovich

2,332
reputation
337 views

Registered User

name ykaganovich
member for 1 year
seen yesterday
website
location
age
Dec
11
revised Should I give up on deploying Rails under Windows?
added 209 characters in body
Dec
11
comment Should I give up on deploying Rails under Windows?
Yes, I need it to run as a service. I am using the latest version of mongrel_service, at least as far as gem update can tell
Dec
11
comment Should I give up on deploying Rails under Windows?
This is for production use. I develop on Windows as well, but I don't have problems with that so far, using WEBRick.
Dec
11
asked Should I give up on deploying Rails under Windows?
Dec
8
answered Java and Silverlight together forever
Nov
20
comment Disabling the close x in a JOptionPane
Why do you want to do that? JOptionPane should normally have a "Cancel" or "No" button. You should make hitting the close button behave consistently with those.
Nov
20
answered Java: .class file and java.lang.Class
Nov
19
answered please, how can i modify this code?
Nov
19
comment parsing notepad using java
what's a notepad file?
Nov
17
answered Is nested XMLHttpRequests with multiple closures a good idea?
Nov
16
answered What free or cheap tools I can use for website creation business?
Nov
16
answered How do I submit a form to JavaScript without the submit button?
Nov
12
answered Java Library and Class Path Problems
Nov
12
comment How can Java inline over virtual function boundaries?
+1 for answering the actual question
Nov
11
comment Interoperate between C# and Java using web services without a Java EE application server?
"This extension has been written not only to workaround the internal Sun HttpServer problem (forums.java.net/jive/message.jspa?messageID=130831/…) but also to allow tight integration of JAX-WS web services and servlets." Probably not really needed. But it's a single link that points to an embeddable servlet container and JAX-WS implementation you can use. I'm lazy :)
Nov
9
answered Interoperate between C# and Java using web services without a Java EE application server?
Nov
9
comment XML Diff and Merge
Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime.
Oct
30
comment Worst UI You’ve Ever Used
PostgreSQL installer FTW
Oct
24
comment Inexpensive CDN with Origin/Pull services?
Move to ServerFault?
Oct
23
comment [Ruby] Declaring instance variables iterating over a hash!!
Don't comment in answers, that's what comments are for
Oct
23
answered [Ruby] Declaring instance variables iterating over a hash!!
Oct
23
revised Open source alternative to JavaRebel?
added 1 characters in body
Oct
22
answered How to read XML Property value using Java
Oct
21
comment Ruby Sanitize Code … why is & sanitized …
Seems like a strange use case... do you sanitize things variable number of times? Otherwise, what's wrong with & if you know you will reverse it when you need it?
Oct
14
answered How to open an email client and automatically attach file in java
Oct
12
comment Advice needed: stay with Java team or move to C++ team?
I don't mean that he should forever stay one language. I mean that as an intermediate developer, staying with Java and mastering programming skills is a reasonable course of action.
Oct
8
revised Do something special first time around in a Ruby loop
formatting
Oct
8
accepted Do something special first time around in a Ruby loop
Oct
8
revised Python not a standardized language?
spelling
Oct
8
answered Do something special first time around in a Ruby loop
Oct
6
answered Advice needed: stay with Java team or move to C++ team?
Oct
5
answered Which is the standard Java crypto API?
Sep
28
answered What is happening to such distributed in-memory cloud databases as Hazelcast and Scalris if there is more Data to store than RAM in the cluster?
Sep
26
answered What’s the worst security hole you’ve ever seen?
Sep
25
comment What’s the worst security hole you’ve ever seen?
johnny.ihackstuff.com/ghdb
Sep
24
accepted Java JTree valueChanged Event before MouseEvent
Sep
24
revised Java JTree valueChanged Event before MouseEvent
added 527 characters in body
Sep
24
comment Java JTree valueChanged Event before MouseEvent
I think this should work. fireValueChanged will be called by JTree in response to selections. I don't think you should ever have to deal with MouseEvents explicitly.
Sep
24
revised Java JTree valueChanged Event before MouseEvent
added 582 characters in body
Sep
24
answered Java JTree valueChanged Event before MouseEvent
Sep
16
awarded  Yearling
Sep
11
accepted Run Java Application as a Service
Sep
10
answered MouseListener on JFrame
Sep
10
answered Run Java Application as a Service
Sep
10
answered Is Java guaranteed to inline string constants if they can be determined at compile time.
Sep
10
revised Java framework/tool for simple distributed computing problem
deleted 1 characters in body
Sep
10
comment parsing/scanning/tokenizing “raw XML”
Glad it worked out for you. For anyone else needing to extract BNF from the XML spec, it can be scraped from the XML version (currently at w3.org/TR/xml11/REC-xml11-20060816.xml). Search for <scrap lang="ebnf"> elements
Sep
9
accepted parsing/scanning/tokenizing “raw XML”
Sep
9
comment parsing/scanning/tokenizing “raw XML”
@Jason S wow that's the issue, ability to diff? Run the StAX processor once in "pass-through" mode to normalize it; then run it again with the programming logic. Then diff the outputs!
Sep
8
answered Should we store JRE in CVS/SVN?