For studying Catalyst [closed] - perl

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to study catalyst MVC freamwork for perl but I don't have any idea about
catalyst or MVC freamwork so. from where I have to start..?? can you suggest me a book for that related topics which best.

The Catalyst::Manual distribution contains complete and thorough documentation for Catalyst, including a lengthy tutorial and a cookbook.

The Definitive Guide to Catalyst is an extremely good book, and covers Model-View-Controller design quite well. The official Tutorial is also very worthwhile for coming to grips with Catalyst.

Related

Are there MVC/JPA tutorials without using Spring? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
this is my first post here.
I am searching for some examples or tutorials for web application using JPA and MVC. All the tutorials and examples that I found so far are related using Spring. I am new on using JPA/MVC and I am finding a little difficult to understand how Spring works. Can anyone recommend me a good tutorial or a simple example without Spring?
For what's it worth, the concept 'clicked' for me through this book. A bit dated now, but the basics stay the same. Other than that you can just as well find a bunch of simple tutorials and presentation if you search for something like 'java servlets basic mvc tutorial'
Watch this videos its easy to understand : http://m.youtube.com/user/koushks?gl=US&hl=en&client=mv-google

What is the best framework for developing facebook applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I saw some frameworks and wanted to know which one is the best.
Raw PHP, .net, Java...? Another?
I would answer this question with another question:
Which is the language or framework
you are more comfortable with?
But if that does not answer your question, and you prefer to try some other language/framework to develop Facebook apps, I believe the best you can do is take a look at the Facebook developer site and check which SDK they offer.
You're going to get a lot of different answers here. Depending on what people prefer to use, they'll say it's the best.As long as you can get what you want done, go with what you know.

Good practices for building web application that can later have and mobile(Android/iPhone) version [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
can you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.
I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.
I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

Advanced iPhone Programming Books [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Are there any advanced iPhone Programming Books? I don't want an introduction in Objective C, Cocoa Touch or UIKit, but a comprehensive collection of best practices.
If you're willing to look beyond books, the videos for my Advanced iPhone Development course are available for free on iTunes U. I describe what I've found to work best for me when dealing with various iOS frameworks and concepts. I also list many more advanced references for each topic in my course notes for the class.
Erica Sadun's Cookbook might be what you're looking for. But it's not too advanced, also helpful for beginners.

Please recommend a complete guide/book on MVVM for silverlight [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Although there are many MVVM for silverlight demo app/article online, but all of them are very simple and not cover mvvm with depth and extension for LOB app.
I am looking for a complete MVVM book/demo in depth related to such as WCF Ria Services, Command, etc.
Take a look at Advanced MVVM by Josh Smith.
Advanced MVVM is a good book about basic MVVM concepts, but it does not address the issues for LOB apps. Keep looking.
For beginners : Take a look at the following article on MVVM basics