cancel
Showing results for 
Search instead for 
Did you mean: 

Jibe framework

daniel_gradecak
Confirmed Champ
Confirmed Champ
After a lot of hard working time we are glad to announce the first release of our Jibe framework, which is a complete UI framework for Alfresco, based on the JavaScript ExtJS library.
Jibe is highly configurable and embraces the re-usability of UI components, which are configured via the Alfresco XML configuration. Those components are all configured on the server side and thus
there is no need to write any JavaScript if the components are already written.

Our aim is to enable an easier UI development with Alfresco and especially in the Business Process Management (BPM) area, where our target are the developers and a rapid development process. Jibe is deployed as any Alfresco AMP and is also modular. The first release comes with the Jibe core framework and a Repository browser module.

If you are interested to test it you can get it from SourceForge (https://sourceforge.net/projects/jibeframework/) and check the installation instruction on http://icodix.com/
The Alfresco repository supported in this release is the 2.2 enterprise version.

We kindly invite you to test it and to give us your feedback.
25 REPLIES 25

rafaelscg
Champ on-the-rise
Champ on-the-rise
Thanks Daniel!
This is a great Framework.

cyberheap
Champ in-the-making
Champ in-the-making
Hi!

Just wnated to ask if the preview feature is enabled/implemented in Jibe 3.0 RC2?

daniel_gradecak
Confirmed Champ
Confirmed Champ
hi,

that feature is not tested anymore in our "content manager/repo browser" demo application.
If there would be some interests we could wok on that.

I would recommend to use directly our (Jibe) forum for such questions.

netlog
Champ in-the-making
Champ in-the-making
the core framework is not a final application and when installing, one should also install the Repository Browser module, which is our reference application and a fully capable and extendable Alfresco UI interface.

kmi
Champ in-the-making
Champ in-the-making
Hi, Daniel!

Help me, please.

I'm want to integrate Jibe with Alfresco 3.3. I'm checking out code from svn to Eclipse, following manual from http://code.google.com/p/jibeframework/wiki/GettingStarted. After that I'm deploying files into Alfresco.

After deploying Jibe core Alfresco started successfully, but linking to the http://localhost:8080/alfresco/service/jibe returned an following error:

Web Script Status 404 - Not Found 

The Web Script /alfresco/service/jibe has responded with a status of 404 - Not Found.

404 Description: Requested resource is not available.
 
Message: 10150001 Script url /jibe does not map to a Web Script.
  
Exception: org.springframework.extensions.webscripts.WebScriptException - 10150001 Script url /jibe does not map to a Web Script.
  
org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:116)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
java.lang.Thread.run(Thread.java:619)
  
Server: Community v3.3.0 (g 2860) schema 4 100
Time: 15.11.2010 14:54:29

And then I deploying content manager, Alfresco didn't started with java error:

ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'LuceneFullTextSearchIndexer' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'luceneFullTextSearchIndexer' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'luceneFullTextSearchIndexer' defined in class path resource [alfresco/core-services-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.jibeframework.contentmanager.dataprovider.DocumentNodeGridProvider] for bean with name 'scopedTarget.repoSearchResultsGrid.dataProvider' defined in file [C:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\org.jibeframework.contentmanager\context\data-providers-context.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: GridDataProvider
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) … and more

What can I do for resolve this troubles?

dhalupa
Champ on-the-rise
Champ on-the-rise
Hi,

content manager is broken at the moment and documentation is outdated since I have been working on the integration with Spring MVC and Spring EL for condition expressions which introduced some rather significant changes.

I'm on the time pressure at the moment, but hopefully will manage to fix the content manager and docs next month.

Kind regards,

Denis

kmi
Champ in-the-making
Champ in-the-making
Thanks!

Best regards,

Maxim

kmi
Champ in-the-making
Champ in-the-making
Hi,

content manager is broken at the moment and documentation is outdated since I have been working on the integration with Spring MVC and Spring EL for condition expressions which introduced some rather significant changes.

I'm on the time pressure at the moment, but hopefully will manage to fix the content manager and docs next month.

Kind regards,

Denis

Hi, Denis!

What's news?

Maxim

dhalupa
Champ on-the-rise
Champ on-the-rise
Nope, no news yet.. I will make an announcement on the forum when docs are updated

Kind regards,

Denis

kmi
Champ in-the-making
Champ in-the-making
Nope, no news yet.. I will make an announcement on the forum when docs are updated

Kind regards,

Denis

Hi, Denis!

When to new Jibe it is possible to get access?

Maxim