I've used WebLogic's split development structure with EJBs successfully in the past:

http://edocs.bea.com/wls/docs90/prog...litcreate.html

Now I'd like to use it for an app that does not have any EJBs, and I'm running into a few problems.

There's a link to an article by Rod et. al. that shows how to use Spring with WebLogic's split development structure, but the example is their MedRec app that uses EJBs:

http://dev2dev.bea.com/pub/a/2005/09...er.html?page=1

Anybody have any experience with using WebLogic's split development structure and Ant build without EBJs? Is it possible, or should I go back to rolling my own Ant build? Thanks.