672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 8 Messages: 8 Messages: 8 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

InfoGlue CMS/Portal 2.0 Final Released

Posted by: Mattias Bogeblad on September 05, 2005 DIGG
InfoGlue 2.0 has been released. With this release, InfoGlue has taken the step from being only a good CMS to now being a Portal/CMS hybrid. Many aspects of the system has been improved but JSR168 and performance have been two major focus areas.

This release contains many bugfixes and also features a lot of new functionality and performance improvements.

What do you think - is the direction that InfoGlue has taken towards the portal/cms hybrid a good direction? Should we focus more on other areas?

Threaded replies

·  InfoGlue CMS/Portal 2.0 Final Released by Mattias Bogeblad on Mon Sep 05 03:39:39 EDT 2005
  ·  Version and workflow support? by vishal puri on Tue Sep 06 10:21:02 EDT 2005
    ·  Version and workflow support? by Mattias Bogeblad on Tue Sep 06 17:05:55 EDT 2005
  ·  unix installation? by Christian Sell on Tue Sep 06 12:16:03 EDT 2005
    ·  correction by Christian Sell on Tue Sep 06 14:12:05 EDT 2005
      ·  Installer by Mattias Bogeblad on Tue Sep 06 17:00:43 EDT 2005
  ·  InfoGlue CMS/Portal 2.0 Final Released by apoorv durga on Thu Sep 08 03:10:43 EDT 2005
  ·  Problems install info glue by Dan Clovis on Fri Dec 09 05:50:04 EST 2005
  ·  Are modules available by Tim Wiffen on Wed Feb 01 05:44:10 EST 2006
  Message #183642 Post reply Post reply Post reply Go to top Go to top Go to top

Version and workflow support?

Posted by: vishal puri on September 06, 2005 in response to Message #183545
Does InfoGlue support versioning and Workflow out of the Box. Where Can I see the demo of the latest version.

  Message #183670 Post reply Post reply Post reply Go to top Go to top Go to top

unix installation?

Posted by: Christian Sell on September 06, 2005 in response to Message #183545
Hello,

I looked on your developer site in the documentation section, and did not find instructions on how to install on a (non-GUI) unix server. Also, I really dont not want to let some script/installer manipulate my configuration files and server directories - I'd rather get a war file that I can deploy using the standard J2EE tools/procedures. Is there anything available in that way? do you support other servlet engines besides tomcat?

thanks,
christian

  Message #183686 Post reply Post reply Post reply Go to top Go to top Go to top

correction

Posted by: Christian Sell on September 06, 2005 in response to Message #183670
well, I need to correct myself: there is mentioning of a unix install script. But my other comment still stands: an install script is not an option for me, I want to do the server configuration myself. Is there an documentation to that end that I missed?

thanks,
christian

  Message #183716 Post reply Post reply Post reply Go to top Go to top Go to top

Installer

Posted by: Mattias Bogeblad on September 06, 2005 in response to Message #183686
The Installer does not manipulate any server configs or anything - it only creates the webapps and context-configs to go with them. If you don't want to use it you can allways deploy the wars in the installer and start editing all settings files by hand and use the sql-files in the installer to create the database etc. Not a way I would recommend but it's not to hard.

Perhaps a new deploy-procedure can be incorporated in the next release. We have thought about it.

Regards
Mattias Bogeblad

  Message #183717 Post reply Post reply Post reply Go to top Go to top Go to top

Version and workflow support?

Posted by: Mattias Bogeblad on September 06, 2005 in response to Message #183642
Yes - InfoGlue supports versioning and a publication workflow out of the box. If you wish to add custom workflows it is supported but not graphical. We use OSWorkflow as the workflow-engine and you build a workflow by creating a xml as described by OSWorkflow. An graphical editor for workflows may come in the next version if users require it.

Regards
Mattias Bogeblad

  Message #183950 Post reply Post reply Post reply Go to top Go to top Go to top

InfoGlue CMS/Portal 2.0 Final Released

Posted by: apoorv durga on September 08, 2005 in response to Message #183545
What do you think - is the direction that InfoGlue has taken towards the portal/cms hybrid a good direction? Should we focus more on other areas?

I think portal as a stand-alone product does not make too much sense. Portal offerings are increasingly getting merged with infrastructure and application servers. From that perspective, I think it is a good move to offer portal features along with CMS.

Is there a list of portal features which are being supported bu InfoGlue? Are there any sample portlets bundled?
Do you support an architecture in which CMS is on a different set of machines and content is actually published to a portal running on physically different machines?


/a
http://apoorv.info

  Message #193301 Post reply Post reply Post reply Go to top Go to top Go to top

Problems install info glue

Posted by: Dan Clovis on December 09, 2005 in response to Message #183545
Hi,

My System: FC4, running as "root" to install.

This is the first time I'm installing infoglue, having a bit of trouble, it seems as if the installer hadn't installed a subset of files under tomcat/webapps, and as a result, it throws File not found exception. Any help is much appreciated.

Thanks in advance

Dan

Complete Installation

It's now time to complete the installation
by copying the codebase to the webcontainer.

 Please press enter to complete the installation.


*****************************************
* The connect phaze starts *
*****************************************
Loading JDBC driver com.mysql.jdbc.Driver

Connecting to database on jdbc:mysql://localhost:3306/infoglue
Connected...
Previous version of database:2.0
Creating castor db-file
Done setting up database
About to install cms package to /usr/tomcat/webapps//infoglueCMS
An exception occurred:/usr/tomcat/webapps/infoglueCMS/WEB-INF/classes/org/infoglue/cms/entities/management/ContentTypeAttributeParameter.class (No such file or directory)
java.io.FileNotFoundException: /usr/tomcat/webapps/infoglueCMS/WEB-INF/classes/org/infoglue/cms/entities/management/ContentTypeAttributeParameter.class (No such file or directory)
   at gnu.java.nio.channels.FileChannelImpl.open(java.lang.String, int) (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.nio.channels.FileChannelImpl.FileChannelImpl(java.lang.String, int) (/usr/lib/libgcj.so.6.0.0)
   at java.io.FileOutputStream.FileOutputStream(java.io.File, boolean) (/usr/lib/libgcj.so.6.0.0)
   at java.io.FileOutputStream.FileOutputStream(java.lang.String, boolean) (/usr/lib/libgcj.so.6.0.0)
   at java.io.FileOutputStream.FileOutputStream(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
   at org.infoglue.cmsinstaller.InstallationCommander.unzipCMSWarFile() (Unknown Source)
   at org.infoglue.cmsinstaller.InstallationCommander.installFiles(java.lang.String) (Unknown Source)
   at org.infoglue.cmsinstaller.InfoGlueCommandLineInstaller.finishInstallation() (Unknown Source)
   at org.infoglue.cmsinstaller.InfoGlueCommandLineInstaller.showFinishDialog() (Unknown Source)
   at org.infoglue.cmsinstaller.InfoGlueCommandLineInstaller.main(java.lang.String[]) (Unknown Source)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

Complete Installation

It's now time to complete the installation
by copying the codebase to the webcontainer.

 Please press enter to complete the installation.

  Message #198925 Post reply Post reply Post reply Go to top Go to top Go to top

Are modules available

Posted by: Tim Wiffen on February 01, 2006 in response to Message #183545
Are there any plug-in modules available for InfoGlue to add additional features and if so can anyone tell me a good source for these.

Tim
---------
EPiX

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Free Book: Jakarta-Struts Live

Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map