New Project: CMS Software in Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nicola Muratori

    New Project: CMS Software in Java

    I'm programming a simple CMS middleware using Struts/Axis/Hibernate,
    for easily generating and publishing dynamic content using HTTP and
    Web Services.

    Now I'm planning to publish it into sourceforge as a open source
    project.

    does anybody wants to help me?

    I can give any explanation about it.

    byez
    Nicola
  • Metnetsky

    #2
    Re: New Project: CMS Software in Java

    On Tue, 01 Jul 2003 03:31:04 -0700, Nicola Muratori wrote:
    [color=blue]
    > I'm programming a simple CMS middleware using Struts/Axis/Hibernate, for
    > easily generating and publishing dynamic content using HTTP and Web
    > Services.
    >
    > Now I'm planning to publish it into sourceforge as a open source
    > project.
    >
    > does anybody wants to help me?
    >
    > I can give any explanation about it.
    >
    > byez
    > Nicola[/color]

    I would be interested in hearing more as I was contemplating doing
    something similar.

    ~ Matthew

    Comment

    • Nicola Muratori

      #3
      Re: New Project: CMS Software in Java

      > I would be interested in hearing more as I was contemplating doing[color=blue]
      > something similar.
      >
      > ~ Matthew[/color]


      well, i'm currently studying the requirements for a software like
      this. my goal is not to build an application but a framework. this
      means that the result will be a set of classes for building a schema,
      for storing/retrieving objects from/to the schema, and automatically
      publish web services relatives to schema. this will meets some
      requirements:

      - generation of hibernate hbm file, wsdl file and java classes (maybe
      using hibernate tools)
      - versioning
      - user authorization & authentication
      - localization
      - transparent persistence an db-indipendence

      in future it will planned:

      - layout management
      - searching
      - communication between web services to sharing content


      intended audience will be java developer; they will use this framework
      to build distributed applications like web sites and distributed data
      repositories.

      what about your ideas?

      Nicola

      Comment

      • Metnetsky

        #4
        Re: New Project: CMS Software in Java

        On Wed, 02 Jul 2003 01:13:39 -0700, Nicola Muratori wrote:
        [color=blue][color=green]
        >> I would be interested in hearing more as I was contemplating doing
        >> something similar.
        >>
        >> ~ Matthew[/color]
        >
        >
        > well, i'm currently studying the requirements for a software like this.
        > my goal is not to build an application but a framework. this means that
        > the result will be a set of classes for building a schema, for
        > storing/retrieving objects from/to the schema, and automatically publish
        > web services relatives to schema. this will meets some requirements:
        >
        > - generation of hibernate hbm file, wsdl file and java classes (maybe
        > using hibernate tools)
        > - versioning
        > - user authorization & authentication - localization
        > - transparent persistence an db-indipendence
        >
        > in future it will planned:
        >
        > - layout management
        > - searching
        > - communication between web services to sharing content
        >
        >
        > intended audience will be java developer; they will use this framework
        > to build distributed applications like web sites and distributed data
        > repositories.
        >
        > what about your ideas?
        >
        > Nicola[/color]

        Sounds like a good idea, with lots of work, which I'm up for. Have you
        taken a look at 'Java Community Process'? One of their projects is a
        specification in progress for CMS development. It's not quite finished,
        but I'd suggest following it.



        Let me know what you think. I am interested.

        ~ Matthew

        Comment

        • Nicola Muratori

          #5
          Re: New Project: CMS Software in Java

          thanks for the link. it seems to be exactly what i'm think for..

          i don't think that this project need so much work, because it will
          be structured in a plugin achitecture and many features will be
          implemented in future. it will use
          a lot of code generation tools and 3rd part APIs. in one day i've
          done a 'core' propotype with some real functionality to test
          some principles.

          i hope that we could collaborate to share ideas on it, my
          vision of this project is totally open and i will publish it
          into a source repository site like sourceforge or freashmeat.

          sharing ideas and work time will produce a stronger code.
          you don't think so?

          Nicola
          [color=blue]
          >
          > Sounds like a good idea, with lots of work, which I'm up for. Have you
          > taken a look at 'Java Community Process'? One of their projects is a
          > specification in progress for CMS development. It's not quite finished,
          > but I'd suggest following it.
          >
          > http://www.jcp.org/en/home/index
          >
          > Let me know what you think. I am interested.
          >
          > ~ Matthew[/color]

          Comment

          • Metnetsky

            #6
            Re: New Project: CMS Software in Java

            On Fri, 04 Jul 2003 00:47:14 -0700, Nicola Muratori wrote:
            [color=blue]
            > thanks for the link. it seems to be exactly what i'm think for..
            >
            > i don't think that this project need so much work, because it will be
            > structured in a plugin achitecture and many features will be implemented
            > in future. it will use
            > a lot of code generation tools and 3rd part APIs. in one day i've done a
            > 'core' propotype with some real functionality to test some principles.
            >
            > i hope that we could collaborate to share ideas on it, my vision of this
            > project is totally open and i will publish it into a source repository
            > site like sourceforge or freashmeat.
            >
            > sharing ideas and work time will produce a stronger code. you don't
            > think so?
            >
            > Nicola
            >
            >[color=green]
            >> Sounds like a good idea, with lots of work, which I'm up for. Have you
            >> taken a look at 'Java Community Process'? One of their projects is a
            >> specification in progress for CMS development. It's not quite
            >> finished, but I'd suggest following it.
            >>
            >> http://www.jcp.org/en/home/index
            >>
            >> Let me know what you think. I am interested.
            >>
            >> ~ Matthew[/color][/color]

            Completely agreed, let me know when you've got something posted so I can
            check out exactly where you are going.

            Comment

            Working...