uPortal IRC Logs-2007-01-25
[06:53:40 CST(-0600)] * EricDalquist (n=dalquist@adsl-76-208-71-84.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[09:28:42 CST(-0600)] <lescour> tuomaz, are you using eclipse?
[10:12:01 CST(-0600)] <Tuomaz> lescour: yes
[10:12:25 CST(-0600)] <Tuomaz> I'm developing portlets with Eclipse and Spring Framework.
[11:57:57 CST(-0600)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[12:13:11 CST(-0600)] * lescour (n=JBouncer@adsl-38-10-98.tulsaconnect.com) has joined ##uportal
[12:15:13 CST(-0600)] <lescour> how do you arrange your projects when working on uportal portlets? do you have the main uportal in a separate project and individual portlet projects?
[13:04:55 CST(-0600)] <EricDalquist> yes
[13:05:13 CST(-0600)] <EricDalquist> since portlets don't use any uPortal APIs I develop them as seperate projects
[13:05:27 CST(-0600)] <EricDalquist> then have a running uPortal instance that I deploy them to for testing
[13:09:43 CST(-0600)] <lescour> what about channels eric? i have been doing them as separate projects too
[13:10:18 CST(-0600)] <lescour> but even when i add uportal main as a required project
[13:10:42 CST(-0600)] <lescour> i still have to explicitly add libs, and it junks up the navigation view
[13:10:53 CST(-0600)] <lescour> package explorer view, i mean
[13:11:18 CST(-0600)] <EricDalquist> that I can't help much with
[13:11:24 CST(-0600)] <EricDalquist> I don't do any channel development
[13:16:47 CST(-0600)] <lescour> np.
[13:17:06 CST(-0600)] <lescour> fyi: i'm michael. we met at the jasig austin conference
[14:16:10 CST(-0600)] <Tuomaz> lescour: I also have separate projects for each portlet
[15:09:26 CST(-0600)] <lescour> how do you handle the libs?
[15:10:11 CST(-0600)] <Tuomaz> lescour: I put together the needed libs for each portlet and have that in my eclipse project.
[15:10:32 CST(-0600)] <Tuomaz> that is probably not the best path...
[15:10:36 CST(-0600)] <Tuomaz> but it works for now