Skip to main content
Jan Żankowski's user avatar
Jan Żankowski's user avatar
Jan Żankowski's user avatar
Jan Żankowski
  • Member for 15 years
  • Last seen this week
  • Warsaw, Poland
432 votes
14 answers
199k views

How to auto-remove trailing whitespace in Eclipse?

25 votes
3 answers
20k views

Why do I not need @Autowired on @Bean methods in a Spring configuration class?

12 votes
3 answers
6k views

Is Apache Spark good for lots of small, fast computations and a few big, non-interactive ones?

11 votes
2 answers
3k views

Camel RabbitMQ consumer: what's the interaction between concurrentConsumers and threadPoolSize options?

9 votes
1 answer
1k views

WebDriver for Firefox: browser starts w/ empty page, hangs for 2 min, restarts, then test runs. Why?

8 votes
1 answer
13k views

WooCommerce: what's the difference between cart total and subtotal?

6 votes
2 answers
2k views

Can Messenger (lightweight alternative to AIDL) be used for cross-application communication?

6 votes
3 answers
6k views

How to safely finish an Activity in the onResume() method?

4 votes
3 answers
5k views

In an Android test, how to check that a View is shown?

4 votes
1 answer
2k views

Google Maps Geocoding API: How to get city/region names *consistently* in English or local language?

4 votes
1 answer
261 views

Can I limit scope of jQuery version I need using noConflict() if other scripts' loading order is unknown?

3 votes
1 answer
1k views

Laravel: why a registered service provider is not called when instantiating its provided class?

3 votes
1 answer
3k views

How to run an RPC server on Apache Spark?

3 votes
1 answer
380 views

PHP arrow / method call operator ("->") precedence

2 votes
1 answer
464 views

How to run parallel Aggregators in Spring Integration?

2 votes
1 answer
239 views

Using Spring Integration and AMQP, can I create Pub-Sub groups of Competing Consumers?

2 votes
1 answer
630 views

Camel XML routes: can I give a "uri" attribute in a <from> element the value of a Java constant?

1 vote
1 answer
359 views

JBoss Fuse Camel Route Editor: How to write multicast doing request-response fanout calls, and aggregating all responses into one message sent on?

1 vote
2 answers
1k views

How to detect PHP pfsockopen being closed by remote server?

1 vote
2 answers
122 views

When I set locks in JPA code, are they enforced in code or in DBMS?

1 vote
2 answers
1k views

When I set transaction isolation level in code, is it enforced in code or in DBMS?

1 vote
0 answers
141 views

If I set "incompatible" transaction isolation level and lock mode, which takes precedence?

1 vote
1 answer
1k views

Why Spring crashes with "No bean named .. is defined" when configuring RabbitMQ queues using a system property and SpEL?

1 vote
1 answer
69 views

How to easily access widely different subsets of fields of related objects/DB tables?

1 vote
2 answers
104 views

Using ORM, can I map a DB table with columns a, b, c to a class with a Map with keys a, b, c?

1 vote
1 answer
1k views

Can I make a synchronous/blocking call via RabbitMQ using Spring Integration?

1 vote
0 answers
56 views

Does REST make sense for an event collecting API?

1 vote
0 answers
108 views

Why do PHP fatal errors display "PHP Warning" prompt?

1 vote
2 answers
1k views

How to deserialize a Laravel Eloquent model, i.e. reverse toArray(), attributesToArray() or toJson()?

0 votes
1 answer
290 views

In Stripe, which one is binding: the 'amount' on the Payment Element or the 'amount' on the PaymentIntent?