Search:

Type: Posts; User: zhyr; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,452

    continuous server-client interraction

    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...
  2. Autowire class which extends non-container class

    Hi,

    I have next structure:



    @Component
    public abstract class HuginJob extends QuartzJobBean {...}
  3. Thread: Request Mapping

    by zhyr
    Replies
    0
    Views
    333

    Request Mapping

    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"...
  4. Thank you very much! It helped.

    Thank you very much! It helped.
  5. View Post

    <bean id="statisticResource" class="org.springframework.core.io.ClassPathResource">
    <constructor-arg value="classpath:file-in-myjar.xml"/>
    </bean>

    :-(...
  6. I've corrected structure in first post. And done...

    I've corrected structure in first post.
    And done as you advised - file-in-myjar.xml is directly in myjar.jar:



    <bean id="statisticResource" ...
  7. java.io.FileNotFoundException: class path resource cannot be resolved to URL ...

    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"/>...
  8. Replies
    0
    Views
    463

    newbie: AOP question - 2

    Hi, I'm trying to
    write aspect for org.slf4j.Logger methods.
    Here are files:


    Main class:


    public class ProcessorRunner {
Results 1 to 8 of 8