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

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

Related

Spring framework [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 9 years ago.
I want to learn SPRING framework (JAVA). I know core java, servlets, JSP, JDBC. Now, i want to learn SPRING framework.
Can anyone guide me, like from where to start etc.
I have no idea about SPRING framework and i do not even where to execute this framework. I did JSP, servlets etc. on Eclipse (Europa).
Please someone guide me on this.
for beginners these sites are preferable:
tutorials point
rose india
java2s
dzone
you can get hundrades of videos in youtube.
tutorials point is the best choice to freshers.
we have many ebooks on spring,just go for googling. pick a book which is understandable
to your standard.
All the best..

Regarding tutorials on GWT [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 9 years ago.
I am working on a new project , in which the GUI part is built on top of GWT(Google window toolkit),as I have to make few changes in GUI part , Please advise me some viedeo tutorials for GUI , although I am going through http://www.mkyong.com/google-app-engine/google-app-engine-hello-world-example-using-eclipse/
but please advise some best tutorials specially the viedeo one.Thanks in advance
also please advise google web toolkit and google app engine are they two different independent things.
Here you can start with tutorial of helloworld..
And then have a look at Architecture building with GWT
Finally with Remote procedure calls (hitting backend).
And finally your second Question GWT with App engine
And I'm suggesting to have a look at GWT showcase and as well as code samples.
And the best GWT examples site roughian

For studying Catalyst [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 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.

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.

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