Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Java Equivalent of Microsoft Share Point Server

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java Equivalent of Microsoft Share Point Server

    Hi,

    I have a query that is there any product developed in JAVA which does all what can be achieved by Microsoft Share Point Server.

    Please reply.



    Thanks,
    Tarun


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java Equivalent of Microsoft Share Point Server

    What does Microsoft Share Point Server do?

    Also, I moved this thread to a more appropriate forum where it will get more attention.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Java Equivalent of Microsoft Share Point Server

    Microsoft SharePoint - Wikipedia, the free encyclopedia

    I still don't know either.

    Any of the majorcorps will have something similar. You could ask IBM, Google or Oracle. Why do you want Java? You won't have access to the source code of something like this. Are you looking for an open source project?

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Java Equivalent of Microsoft Share Point Server

    Fundamentally, sharepoint is software to facilitate collaboration...to make it sound less like a commercial: basically an advanced file share where files can be dropped to share with others, and company-wide updates can be made on many different levels (from management on down). Personally not a huge fan of it, but it does accomplish some things that without would be ugly to do

    I'm with sean - why java? I don't know of an open source solution. A commercial alternative might be Jive Software - I know some of there software is written in java.

Similar Threads

  1. Microsoft Office Communicator through java
    By balaji in forum Java Theory & Questions
    Replies: 1
    Last Post: September 22nd, 2010, 01:36 PM
  2. Java equivalent of Python’s struct.pack?
    By thiruvadi.e in forum Java SE APIs
    Replies: 2
    Last Post: July 14th, 2010, 03:09 AM
  3. Replies: 6
    Last Post: August 30th, 2009, 04:31 AM
  4. How to share variable values amongst different classes?
    By igniteflow in forum Object Oriented Programming
    Replies: 8
    Last Post: August 20th, 2009, 08:53 AM