PDA

View Full Version : New to springs-help needed urgently



help_eachother
Jun 22nd, 2006, 06:54 AM
Hii Frnds


This is my first post in spring Forums.
Frnds i am switching over form struts framework to spring.
Can anyone tell me how can i configure spring with eclipse.
Is it possible to configure weblogic workshop with spring.
Plz guide me , as i am very confused right now.

Spring Guy
Jun 22nd, 2006, 08:25 AM
Hii Frnds


This is my first post in spring Forums.
Frnds i am switching over form struts framework to spring.
Can anyone tell me how can i configure spring with eclipse.
Is it possible to configure weblogic workshop with spring.
Plz guide me , as i am very confused right now.

I hope when you mean configuring Spring with eclipse, you mean configuring spring ide with eclipse. Please refer to this website (http://springide.org/project/wiki/SpringideInstall)
Also, you can use this link to follow configuration guide (http://springide.org/project/wiki/SpringideGuide)
if you're using eclipse, i am not suer why you'r using one more ide...anyway i don't think there is any, AFAIK

help_eachother
Jun 22nd, 2006, 11:33 PM
Hiii

I have eclipse Version: 3.0.2.
Can i run spring on this version.

Actually , i want to deploy the application developed in spring on weblogic.
So tht is why i preferebly want to use Weblogic workshop as my ID

I hope i am clear

Torsten Juergeleit
Jun 24th, 2006, 05:42 PM
I have eclipse Version: 3.0.2.
Can i run spring on this version.
No, please refer to Spring IDE's installation guide (http://springide.org/project/wiki/SpringideInstall#RequiredSoftware) for a list of required software.


Actually , i want to deploy the application developed in spring on weblogic.
So tht is why i preferebly want to use Weblogic workshop as my ID
You should use BEA WebLogic Studio (http://bea.com/framework.jsp?CNT=index.htm&FP=/content/products/workshop/studio) instead. WebLogic Studio 3.1 includes Spring IDE 1.3 with all it's requirements (GEF, WST, ...).

Torsten

suryad
Jul 15th, 2006, 01:28 PM
Hi Torsten,

First time poster, and a Spring newbie to boot...isn't it possible to not use the Weblogic Studio and still be able to deploy into a BEA server? If I am not mistaken there is a section when you create a Dynamic Web Project through Eclipse where you are asked what server you would like to deploy it to...and there you can select from quite a substantial list of servers. All you have to do is point to the server installation on your machine and load up the required .jar file isn't it?

Thanks!