hmmm That looks very easy to follow. I will give that a shot Dave. Thanks
----- Original Message ---- From: Dave <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, November 5, 2007 10:50:08 AM Subject: Re: migration from blojsom On 11/5/07, Angel Vera <[EMAIL PROTECTED]> wrote: > I was thinking on creating a java tool that would connect to the blojsom > database and insert the data into the roller database. Unfortunately, I don't > understand (yet) what is the minimum required data for the table > "weblogentry" so that it will not break jRoller. My idea is to migrate the > entries only (without categories), disallow comments on those entries, but > have the correct posting date and time. Instead of creating the Roller data via SQL, I recommend you use the "Roller API" which is made up of a set of Java classes "POJOs" and some Java interfaces "Managers." You can find a set of examples that illustrate how to call the Roller API from Groovy here: http://tinyurl.com/2l2no4. If you don't want to mess with Groovy, the Java code will be pretty similar. - Dave
