Hi,
I want to create web application with real-time updated charts.
So client specifies parameters and continuously receives some
some data. As it's possible to have different clients with...
Type: Posts; User: zhyr; Keyword(s):
Hi,
I want to create web application with real-time updated charts.
So client specifies parameters and continuously receives some
some data. As it's possible to have different clients with...
Hi,
I have next structure:
@Component
public abstract class HuginJob extends QuartzJobBean {...}
Hi,
I need to map request like
domain.com/path/params=key1:val1,val2;key2=val3
I've used @PathVariable for "params=" keyword, but strange,
it was taking only part
"params=key1:val1,val2"...
Thank you very much! It helped.
<bean id="statisticResource" class="org.springframework.core.io.ClassPathResource">
<constructor-arg value="classpath:file-in-myjar.xml"/>
</bean>
:-(...
I've corrected structure in first post.
And done as you advised - file-in-myjar.xml is directly in myjar.jar:
<bean id="statisticResource" ...
Hi,
I've got project Web1 with -config.xml file:
<bean id="statisticResource" class="org.springframework.core.io.FileSystemResource">
<constructor-arg value="file-in-myjar.xml"/>...
Hi, I'm trying to
write aspect for org.slf4j.Logger methods.
Here are files:
Main class:
public class ProcessorRunner {