MyBatis / Play 2.0 - ibatis

is anyone already using myBatis with play 2.0?
Where is a good entry-point to initialize myBatis and read the config-file?
thx

Yes, there is a complete example here: http://www.fdmtech.org/2012/03/a-better-example-of-play-framework-2-0-with-mybatis-for-scala-beta/
The source code is at github too: https://github.com/mnesarco/play2-mybatis-scala-better-sample

Related

quarkus supports batch implementation (JSR352)

Is Quarkus supports batch implementation like (JSR352). I tried to search few examples and i couldnt find much.
Thanks in advance.
The same question is already posted. Its in the road map of Quarkus. Currently its not yet implemented.
Is Java EE Batch (JSR 352) going to be part of quarkus?

How to use XMLRPC in Joomla 3.X

I am lost with this and I need help. A point where start. I have been reading other stackoverflow questions but they are all about Joomla 1.5 whose XMLRPC is deprecated. i am working with Joomla! 3.45
I have also read this but it does not explain a thing about how to deal with the request. I have download the example at the end of the page but when I try to install it and see how it works, I get a JInstaller: :Install: Can't find Joomla XML setup file expection.
Could somebody help me? Thanks
Search extensions.joomla.org there is an an extension already for this. you can read the PHP code for that

Enabling ExtJS code completion with IntelliJ IDEA

How do I enable auto-complete/code completion feature of IntelliJ IDEA to work with ExtJS javascript library?
Thanks
This could probably be closed as a dup of this question:
Add ExtJS code assist to IntellijIDEA
The answer is here:
http://blogs.jetbrains.com/webide/2010/11/working-with-javascript-libraries-in-phpstorm-webstorm/
do you have the extjs javascript files in your project? I find that when I do Intellij is somewhat good at getting methods, but it doesn't always get all the available methods. I thinks its just a gotcha of dynamic languages -- an IDE can't know all the methods available because some are available only at runtime...

cakephp 1.2 good simple authetication sample

I was trying several authentication samples for cakephp 1.2 but didn't find any flawless piece of code. Can you suggest me some code?
Thank you
I've always used the example in the Cookbook, it's simple, straight forward and works.
I have used DarkAuth in the past (http://bakery.cakephp.org/articles/view/darkauth-another-way) and found it pretty straightforward to implement.

Is there a tutorial for using cakephp and uploadify?

Does anyone have a good tutorial implementing cakephp and uploadify?
Have you seen this one: http://phpdev.ro/how-to-use-uploadify-with-cakephp.html
I've also created a CakePHP plugin for Uploadify. I guess it's still kinda beta, but it seems to work for my needs. It's also open-source, so it can be a good starting point for you if it doesn't 100% suit your needs.
http://www.am05.com/2011/01/06/using-uploadify-in-cakephp
The url for that tutorial has changed.
The correct url is http://phpdev.ro/how-to-use-uploadify-with-cakephp.html

Resources