• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Framework

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to Spring frame work.

Please let me know about the architecture of Spring, means Where I've to keep xml file and how to add spring jar file in eclipse, and also for the database connectivity too.


looking for the positive answers.
 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can chk this link

Spring introduction

you can also post your doubt here.
right now only introduction is available, rest of the articles on spring is coming up in 2-3 days. so keep checking it.
 
Amardeep Salkar
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Harshit Rastogi:
you can chk this link

Spring introduction

you can also post your doubt here.
right now only introduction is available, rest of the articles on spring is coming up in 2-3 days. so keep checking it.



Thanks for the corporating me/ help.
 
Amardeep Salkar
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amardeep Salkar:


Thanks for the corporating me/ help.



I want to know the Architecture of the Spring. and its flow.
also what are the jar file do i needed. I'm using eclipse IDE

Amardeep
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a SCJP forum. Please discuss in the appropriate forum and you are bound to get better answers.

As for Spring and its applications, you need to determine what you want to use Spring for. DI , Web, AOP, JDBC, JMS, Service remoting, spring supports all of these and can help in a variety of other areas.
 
Harshit Rastogi
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amardeep Salkar:


I want to know the Architecture of the Spring. and its flow.
also what are the jar file do i needed. I'm using eclipse IDE

Amardeep


If you referred the link , then the digram show is the layered architecture.
Also for spring you need spring.jar which you can get from 'springframework.org'
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you post a question on JavaRanch, please carefully choose one forum.

This question does not have anything to do with the SCJP exam, so it does not belong in the SCJP forum. I will move this to a more appropriate forum.
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, there is a spring IDE plugin for eclipse which might be helpful for you
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best resource I found is the original reference documentation.
http://static.springframework.org/spring/docs/2.5.x/reference/
 
That new kid is a freak. Show him this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic