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?
Type: Posts; User: Interface101; Keyword(s):
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?
is it possible to add Spring Mobile 1.1.0.M2 RELEASED to my spring 3.0 xml based config?
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 ...
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?
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 ...
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"...
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...
That would be a great idea, retry failed chunks is more effecient way.
Thank you Dave.
Thank you Dave for the quick response.
I've used SQLLoader direct and execute using shell scripts to achieve that goal.
...
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...
Excellent Job by Christophe. Very nice example.
Cheers!
Hi,
Take a look at this blog. This might be helpful.
http://blog.springsource.com/2007/01/23/dynamic-datasource-routing/
Try Spring modules, Ajax add-ons.
Thanks
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;
...
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...
Rich Client Platform developed by Spring. It's a combination of Spring Framework and GUI -(SWT) standard.
Thanks
You can create your own handler:
<aop:advisor pointcut="execution(* com.your.logger.*(..))"
advice-ref="loggerAdvice" />
<!-- Advice classes -->
<bean id="loggerAdvice"...
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