[Building Sakai] Blackboard 6+ import from archive file

Charles Hedrick hedrick at rutgers.edu
Thu Oct 30 06:34:56 PDT 2014


I have committed to adding the BB importers to common. We use them at Rutgers. However the intent is just to get the old code working as it used to. I probably won’t have time to add functionality. This is part of an update to change Common Cartridge import to call the Lessons Common Cartridge loader. The old code isn’t being updated to new versions of the spec, and didnt import all types of object anyway.


> On Oct 28, 2014, at 11:23 AM, Robert Long <rlong at unicon.net> wrote:
> 
> Sam,
> 
> Thanks. I have it "working". It does import some content, but very limited. I guess my question was geared more toward the translator implementations. For example, the Bb6DiscussionBoardTranslator. It only has stubbed-out methods implemented from IMSResourceTranslator:
> 
> public class Bb6DiscussionBoardTranslator implements IMSResourceTranslator {
> 
> 	public String getTypeName() {
> 		return "resource/x-bb-discussionboard";
> 	}
> 
> 	public boolean processResourceChildren() {
> 		// TODO Auto-generated method stub
> 		return false;
> 	}
> 
> 	public Importable translate(Node resourceNode, Document descriptor,
> 			String contextPath, String archiveBasePath) {
> 		// TODO Auto-generated method stub
> 		return null;
> 	}
> }
> 
> Most of the translators are like this, which means they do essentially nothing. Has anyone done any further work getting these implemented?
> 
> Thanks,
> Bob
> 
> ----
> Robert Long
> Software Engineer
> Technical Account Manager - Sakai
> Unicon, Inc.
> 
> ----
> M.A., Instructional Technology
> Saginaw Valley State University
> 
>> On Oct 28, 2014, at 10:22, Sam Ottenhoff <ottenhoff at longsight.com <mailto:ottenhoff at longsight.com>> wrote:
>> 
>> Yes, I think I've had it working.  Items to check
>> 
>> 1) where are your JARs being deployed?  I believe they should be deployed to components/import-pack/
>> 
>> 2) Please share your components.xml from components/import-pack/
>> 
>> 
>> 
>> On Tue, Oct 28, 2014 at 10:07 AM, Robert Long <rlong at unicon.net <mailto:rlong at unicon.net>> wrote:
>> All,
>> 
>> Has anyone been successful in implementing the Blackboard 6 import parser in Sakai 10?
>> 
>> https://source.sakaiproject.org/contrib/migration/trunk/import-parsers/blackboard_6/ <https://source.sakaiproject.org/contrib/migration/trunk/import-parsers/blackboard_6/>
>> 
>> I have been able to get it to build, deploy, and run in Sakai 10, but it doesn't seem to do much on the side of importing. Mainly just some resources, announcements, and some Samigo tests and question pools. I know that there really wasn't much functionality to begin with, just curious if anyone has worked with the code above?
>> 
>> Any help would be appreciated!
>> 
>> --Bob
>> 
>> ----
>> Robert Long
>> Software Engineer
>> Technical Account Manager - Sakai
>> Unicon, Inc.
>> 
>> ----
>> M.A., Instructional Technology
>> Saginaw Valley State University
>> 
>> 
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org <mailto:sakai-dev at collab.sakaiproject.org>
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev <http://collab.sakaiproject.org/mailman/listinfo/sakai-dev>
>> 
>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org <mailto:sakai-dev-unsubscribe at collab.sakaiproject.org> with a subject of "unsubscribe"
>> 
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20141030/f4509cde/attachment.html 


More information about the sakai-dev mailing list