Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    5,854

    Sticky: Hi, I just tried your sample app but it looks...

    Hi,

    I just tried your sample app but it looks like the kindle fire was not able to recognize as a tablet. Is this a bug or isnt included yet on the latest release?
  2. Spring 3.0 integrating the latest Spring Mobile

    is it possible to add Spring Mobile 1.1.0.M2 RELEASED to my spring 3.0 xml based config?
  3. Replies
    1
    Views
    2,292

    TC Server apr-ssl template

    Hi All,

    I'm trying to create an instance using the TC Server apr-ssl template in solaris but I got this issue below. is there any thing i'm missing. All related ...
  4. Replies
    0
    Views
    1,042

    TC Server Spring Edition VS Resin

    Hi,

    I need some info regarding TC Server vs Resin. Is there any benchmark before we move to TC Server?

    So if it’s between Resin and TC, how do you decide?
  5. Replies
    6
    Views
    2,217

    I agree with Marten, you should change the...

    I agree with Marten, you should change the mapping. I'll just put your com.mycompany.myapp then it's up to you the change it.



    <url-pattern>/home/*</url-pattern> might be ...
  6. Replies
    6
    Views
    2,217

    Try this might work.

    Try this might work.


    <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
    xmlns: p="http://www.springframework.org/schema/p"...
  7. Replies
    3
    Views
    4,093

    I had faced the same issue before but now it's...

    I had faced the same issue before but now it's working fine. Please try this below.

    @RequestMapping(value = "/{pathURL}", method = RequestMethod.POST)
    public String...
  8. Replies
    4
    Views
    1,376

    That would be a great idea, retry failed chunks...

    That would be a great idea, retry failed chunks is more effecient way.

    Thank you Dave.
  9. Replies
    4
    Views
    1,376

    Thank you Dave for the quick response. I've...

    Thank you Dave for the quick response.

    I've used SQLLoader direct and execute using shell scripts to achieve that goal.
    ...
  10. Replies
    4
    Views
    1,376

    Insert 100 Millions of Records

    is there any way to improve the performance while inserting 100 millions of records in one table ( I'm using ORACLE)?

    Scenario:

    I have a table A that contains millions of records.

    Current...
  11. Excellent Job by Christophe. Very nice example. ...

    Excellent Job by Christophe. Very nice example.


    Cheers!
  12. Hi, Take a look at this blog. This might be...

    Hi,

    Take a look at this blog. This might be helpful.

    http://blog.springsource.com/2007/01/23/dynamic-datasource-routing/
  13. Replies
    5
    Views
    4,762

    Try Spring modules, Ajax add-ons. Thanks

    Try Spring modules, Ajax add-ons.

    Thanks
  14. Replies
    2
    Views
    1,612

    If you are using Spring Web MVC you...

    If you are using Spring Web MVC

    you can implement in this way.

    1. create an AbstractPDFView as a ModelView : re org.springframework.web.servlet.view.document.AbstractPDFView;
    ...
  15. Replies
    6
    Views
    1,391

    Why don't you try using Spring Web MVC -...

    Why don't you try using Spring Web MVC - Hibernate and Spring Framework.

    if you are planning to use AJAX action in the future. Springmodules will do.

    Just a suggestion! Since this is your...
  16. Replies
    3
    Views
    1,172

    Rich Client Platform developed by Spring. It's a...

    Rich Client Platform developed by Spring. It's a combination of Spring Framework and GUI -(SWT) standard.


    Thanks
  17. You can create your own handler:

    You can create your own handler:

    <aop:advisor pointcut="execution(* com.your.logger.*(..))"
    advice-ref="loggerAdvice" />


    <!-- Advice classes -->
    <bean id="loggerAdvice"...
  18. You have to do it in Old way. From the...

    You have to do it in Old way. From the implementation itself. Singleton! Even using AOP doesn't make any help on this. Do not make things complicated.

    Thanks
Results 1 to 18 of 18