You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(157) |
Nov
(159) |
Dec
(172) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(67) |
Feb
(72) |
Mar
(87) |
Apr
(69) |
May
(116) |
Jun
(112) |
Jul
(213) |
Aug
(245) |
Sep
(15) |
Oct
(17) |
Nov
(12) |
Dec
(54) |
2002 |
Jan
(22) |
Feb
(62) |
Mar
(10) |
Apr
(7) |
May
(25) |
Jun
(9) |
Jul
(8) |
Aug
(4) |
Sep
(8) |
Oct
|
Nov
|
Dec
(1) |
2003 |
Jan
(16) |
Feb
(8) |
Mar
(26) |
Apr
(34) |
May
(39) |
Jun
(27) |
Jul
(35) |
Aug
(3) |
Sep
(2) |
Oct
(2) |
Nov
(14) |
Dec
(4) |
2004 |
Jan
(1) |
Feb
(1) |
Mar
(11) |
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
2005 |
Jan
|
Feb
(3) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(1) |
2006 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(2) |
2009 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefan R. <ste...@go...> - 2018-06-08 13:31:01
|
Hey folks. I'm one of the core developers of the original JOS project. I'm doing it again. This time it's real. Computers have advanced, Java native libraries have advanced (we can now embed Chrome and VLC into Java windows), Java has advanced (I made a dialect of it with important improvements called "JavaX"), and the JVM has advanced into stability & speed. Also, Microsoft is strongly out of favor these days, so it is TIME FOR A NEW OPERATING SYSTEM! My Java OS WORKS RIGHT NOW as a guest inside Windows, Linux or Mac OS. Link: http://BotCompany.de Screenshot: https://botcompany.de/1004590/raw/1101306 Testers & devs wanted NOW!! All the best, Stefan -- Stefan Reich BotCompany.de |
From: Gilbert H. <gc...@mi...> - 2014-01-05 15:37:18
|
Dear Denny, Thank you for expressing an interest in JOS, a Java-based operating system. You're asking the same question that has been asked since the project was established in 1997. Every so often, someone would ask this question. Surprisingly, we would get a wide variety of opinions about what the right answer should be. In 1997, the JOS Project was way ahead of its time. The software industry hadn't yet produced and established any of the standard APIs an operating system would need, such as OSGi and JAF, EL and JNDI, Pack200 and Isolate, and even java.io.Console. We proposed a Console interface in 1997! The industry hadn't yet matured to the point where programming languages other than "Java" were accepted to run on an off-the-shelf JVM, such as Groovy and Scala, Jython and Ceylon. We embraced from the very beginning that non-Java programming languages can be used along side Java in a Java-based operating system. As you may have heard from Avery Regier, the project *never* produced working code. Avery points to the fact that we never had a widely successful Java-based kernel officially called "JOS" and adopted as the official Java-based operating system. He's right. We've never had a successful pure Java-based kernel. We might point to the fact that we could never agree on which architecture had the best chance of commercial and technical success. In fact, we've never had a consensus about how to go about building the best Java-based anything. I have a very different opinion. The JOS Project produced working code. I can point to JEPS, Amairgin HTTP server, JJOS, kissme, teaseme and, even as Avery points out, JNode. One of the most widely known Java-based operating systems is called Android. But there are others, like JIKES OS. There was two from Sun Microsystems, one called JavaOS. I have been actively contributing to the JOS Project from 1997 thru 2013. So, forgive me for being a little annoyed and concerned when someone says that it's dead. Why is JOS dead? The project is dead because everyone believes that it is dead. Everyone believes that its dead because there is little effort put into maintaining the super-project web site. Everyone believes that it is dead because there is no new release of working code. No new release is planned. In 1997, JOS was a difficult, if not impossible, ambitious and forward-looking project. We enthusiastically agreed that an operating system could be built from Java technology, and should be. This fact has never changed. I believe this more today than I did in 1997. 1. Android. This is a commercially successful Java-based operating system. It uses the Transitional Architecture because it uses a modified Linux kernel and low-level device drivers written in C/C++. It is not quite the pure Ultimate Architecture that we would have liked. We strongly recommended a package loader, a package-oriented class loader, instead of a class loader to many reasons, such as saving memory at runtime. Android adopts this strategy. As we predicted, Android developers continue to struggle with the mixed model that combines C/C++ and Java programming languages. 2. JNode. This is an experimental, proof-of-concept project for a Java-based operating system. It uses the Ultimate Architecture. The Java Virtual Machine/Kernel is written in the Java programming language. Unfortunately, it suffers from a non-modular and non-preemptive multitasking internal model. 3. JJOS. This is an experimental, proof-of-concept project for a Java-based operating system. It doesn't quite use the Ultimate Architecture. The Java Virtual Machine/Kernel is written in C/C++. It suffers from non-preemptive multitasking internal model. And yet, it proves that device drivers can be written in the Java programming language. 4. CjOS. We're currently migrating from a very large monolithic Java class library to OSGi. Today, you can run CjOS inside any OSGi container, such as Equinox, Eclipse, IBM WebSphere Application Server. Of course, this is my favorite project. It is following the strategy of Linux. Development of Linux tool almost two decades. The last piece added to Linux was a kernel. The last thing we're adding to CjOS is a kernel. JOS is dead. And yet, its research still stands. It's still true and relevant. It should be the first thing to study before trying to build a Java-based operating system of your own. Thanks again, On Jan 3, 2014, at 4:29 PM, Denny wrote: > Is jos dead, and if so why? On the official page it looks like nothing happened since 2006... > > -- > Denny <den...@gm...> > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > jos-general mailing list > jos...@li... > https://lists.sourceforge.net/lists/listinfo/jos-general |
From: Regier A. J <Reg...@Jo...> - 2014-01-04 03:34:57
|
Yes, JOS is dead. It really was stillborn, since it produced no working code. That's also the reason why it stopped. Jnode.org produced some working code and is the closest thing out there to an OSS Java OS. Or Android. Take your pick. Avery Regier > On Jan 3, 2014, at 4:29 PM, "Denny" <den...@gm...> wrote: > > Is jos dead, and if so why? On the official page it looks like nothing happened since 2006... > > -- > Denny <den...@gm...> > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > jos-general mailing list > jos...@li... > https://lists.sourceforge.net/lists/listinfo/jos-general |
From: Denny <den...@gm...> - 2014-01-03 22:29:47
|
Is jos dead, and if so why? On the official page it looks like nothing happened since 2006... -- Denny <den...@gm...> |
From: Gilbert C. H. II <gc...@mi...> - 2010-05-24 21:07:27
|
Dear Members, Please notice the changes to the public web site for the JOS Project. 1. Pages for the JOS Project are now maintained in the JOS CVS at sourceforge.net. 2. The default page for the project, http://jos.sourceforge.net/ , is the main page for the project--not the main page for the wiki. This page is no longer available at http://cjos.sourceforge.net/archive/ . 3. The Info section moved from http://cjos.sourceforge.net/archive/news/index.html to http://jos.sourceforge.net/news.html . 4. The constitution moved from http://cjos.sourceforge.net/archive/constitution.html to http://jos.sourceforge.net/constitution.html . 5. The policy book moved from http://cjos.sourceforge.net/archive/policybook.html to http://jos.sourceforge.net/policybook.html . 6. The DevZone section moved from http://cjos.sourceforge.net/archive/dev/index.html to http://jos.sourceforge.net/dev.html . 7. All of the JOS Wiki pages at http://jos.sourceforge.net/html/ have been updated. The header reflects the above changes. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2010-02-26 19:23:08
|
Dear Members, IBM has just announced a new product called "WebSphere Application Server Hypervisor Edition". What is this exactly? They started with an off-the-shelf copy of Linux. They added enough code required for administration. They have removed all of the unnecessary native tools. http://www-01.ibm.com/software/webservers/appserv/hypervisor/ All of this is packaged on virtual disks for deployment with VMware ESX. In this product, they added IBM JDK 5. They added WebSphere, their flagship application server. They optimized components to boost the performance of WebSphere. WebSphere is based upon OSGi, a module system for Java. The administration "console" for the operating system is an off-the-shelf browser on a separate machine. The local console is a character based user interface. This reduces the complexity of the system, reduces the amount of disk space and memory required. By definition, this is a "Transitional Java-based Operating System". Mostly, the product is built from existing components. A separate kernel project was not required. A separate JDK effort was not required. A separate WebSphere project was not required. A separate OSGi project was not required. A separate API effort was not required. Do you think this goes far enough? Or, is there a real need for a Java-only operating system? The following proposal for a "Transitional Java-based Operating System" was posted on this list in 1998. It went something like this: 1. Start with an off-the-shelf copy of the free license and open source Linux operating system. 2. Add Java programs, libraries, frameworks required for administration. Remember the policy that "everything that can be written in Java should be written in Java." 3. Remove all of the unnecessary native tools. We were excited by the potential for such an operating system. We were excited about applying Java technologies to the operating system puzzle. From the first day, the JOS Project has been collaborating on a Java-based operating system. We have always agreed that our goal was worthwhile and important to the software industry. I am not an employee of IBM. I am not a business partner. I am a software architect and technical writer. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2009-01-14 16:15:50
|
As of January 2009, JOS is an incomplete specification for an operating system called Java Operating System. It recommends existing APIs where possible. Other parts of JOS are now available for immediate download. Most of the JOS-related components can be downloaded and installed on any operating system. On the other hand, a kernel, such as JJOS, cannot run simultaneously on Linux, OS/X and Windows without virtual machine technology, such as VMWare Player. For more information, see also * <http://jos.sourceforge.net/view//WhatIsJOS>http://jos.sourceforge.net/view//WhatIsJOS Thanks, At 03:17 PM 1/6/2009, prathaben Kanagasingham wrote: >My understanding of JOS is that it is an operating system called >Java Operating System. Is that correct? How would I go about >obtaining this operating system. I thought I could just download a >package and install it on my computer. Is there a direct link you >can send me where I can download JOS? |
From: Gilbert C. H. II <gc...@mi...> - 2009-01-06 17:38:18
|
Please try the download link again. If the link still does not work, please give me the location of the page that contains the broken link. Thanks, At 07:10 PM 12/31/2008, you wrote: >Have you had a chance to fix this? > > > >----- Original Message ---- >From: Gilbert Carl Herschberger II <gc...@mi...> >To: jos...@li... >Cc: prathaben Kanagasingham <pra...@ya...> >Sent: Wednesday, December 24, 2008 10:44:27 AM >Subject: Re: [jos-general] Dwonload link for JOS > >Thank you very much for writing to us. We appreciate it when you let >us know that our website is broken. We were not aware that the >download link does not work. I'll assign this request to myself and >work on it until it is fixed. I will keep you informed of its status. > >Thanks again, > >At 10:41 AM 12/23/2008, you wrote: > >I'm looking for JOS download link. The link on sourceforge site > >doesn't work. Can someone help me with this? > > > >Thanks, > > > >PK > > > |
From: Gilbert C. H. II <gc...@mi...> - 2009-01-06 17:35:37
|
Please test our website. Requests for JOS wiki pages should be redirected through the JOS Project website. Let X be the name of any article (or topic) in the wiki. An incoming request /view//X redirects to /html/X.html We use .htaccess to instruct Apache HTTP Service to send a redirect back to the browser. Here is a copy of our .htaccess file. ----- .htaccess ----- RewriteEngine On RewriteBase / # RewriteRule ^view/(.*)/(.*)$ view.php?topic=$2&web=$1 [L] RewriteRule ^view/(.*)$ http://jos.sourceforge.net/html/$1.html [L] RewriteRule ^view/(.*)/(.*)$ http://jos.sourceforge.net/html/$2.html [L] ---------- Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-12-24 15:44:33
|
Thank you very much for writing to us. We appreciate it when you let us know that our website is broken. We were not aware that the download link does not work. I'll assign this request to myself and work on it until it is fixed. I will keep you informed of its status. Thanks again, At 10:41 AM 12/23/2008, you wrote: >I'm looking for JOS download link. The link on sourceforge site >doesn't work. Can someone help me with this? > >Thanks, > >PK |
From: prathaben K. <pra...@ya...> - 2008-12-23 15:41:37
|
I'm looking for JOS download link. The link on sourceforge site doesn't work. Can someone help me with this? Thanks, PK |
From: Gilbert C. H. II <gc...@mi...> - 2008-10-14 15:46:44
|
Apache Geronimo GSHELL provides a Command API. (It should not be confused with our own rheise.gshell.) Anyone interested in working with a Command API should take another look at GSHELL. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-10-14 15:44:58
|
JNode is Java New Operating System Design Effort ( http://www.jnode.org/ ). Anyone interested in a Java-based operating system should take another look at JNode. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-10-14 15:37:25
|
This release of Package Audit (cjos-packageaudit) adds support for 1. Easily replacing the packageaudit-scan program with a custom program. For more information, see also http://cjos.sourceforge.net/html/PackageAuditPages.html . For a look at Package Audit running on the Internet, see also http://www.gchii.org/packageaudit/ . Thanks, |
From: Robert F. <ro...@27...> - 2008-06-18 19:30:10
|
Hi Gilbert I just added this person as a developer if he still needs it. You are correct though about the permanent nature of internet activity, it's almost impossible to remove the traces. I wouldn't add him as a admin, I didn't even know I was one. Eight years is a long time since working on, and it's got to be a few years since I last looked at this mailing list. Robert On Fri, May 16, 2008 at 03:01:58PM -0400, Gilbert Carl Herschberger II wrote: > A former member of the JOS Project has requested to become an > administrator of the JOS Project--in order to remove his personal > information from HTML pages and Java source code. So far, I have done > what I can to remove his personal information on his behalf. > > It does not make sense to me to grant administrator access to someone > who has left the project. > > I am but one administrator of the JOS Project at sourceforge.net. I > am not going to grant administrator privileges to another person, no > matter how insistent they might be. > > We have very limited capability to remove personal information from > mailing list archives. We have no known capability of removing > personal information from RPMs which have already been distributed. > We "remove" information by publishing a new release of an RPM. > > The jos-general list itself is archived. Everything sent to the list > is a "permantent" record. How do we remove information that was > unintended to be part of the mailing list archive? I do not know. > > How should we handle this matter? > > Thanks, > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > jos-general mailing list > jos...@li... > https://lists.sourceforge.net/lists/listinfo/jos-general |
From: Gilbert C. H. II <gc...@mi...> - 2008-06-10 13:56:04
|
When committing to CjOS CVS on sourceforge.net, I get the following error. What should I do? Your help is appreciated, *** cvs ci -m "Adding cjos-packageaudit package." -l "/packageaudit-eclipse/src/gchii/tools/packageaudit2a/PackageAuditHttpAntTask.java" cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. cvs [commit aborted]: received abort signal The server reported an error while performing the "cvs commit" command. (took 0:00.485) Error: packageaudit-eclipse: cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. Error: packageaudit-eclipse: cvs [commit aborted]: received abort signal *** |
From: Gilbert C. H. II <gc...@mi...> - 2008-05-16 19:02:28
|
A former member of the JOS Project has requested to become an administrator of the JOS Project--in order to remove his personal information from HTML pages and Java source code. So far, I have done what I can to remove his personal information on his behalf. It does not make sense to me to grant administrator access to someone who has left the project. I am but one administrator of the JOS Project at sourceforge.net. I am not going to grant administrator privileges to another person, no matter how insistent they might be. We have very limited capability to remove personal information from mailing list archives. We have no known capability of removing personal information from RPMs which have already been distributed. We "remove" information by publishing a new release of an RPM. The jos-general list itself is archived. Everything sent to the list is a "permantent" record. How do we remove information that was unintended to be part of the mailing list archive? I do not know. How should we handle this matter? Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-04-16 15:11:56
|
Attention administrators of the JOS Project: Should we turn on the wiki service? Should we import articles from the original JOS Wiki? A wiki service is now offered at sourceforge.net. A. It is possible to start with a clean wiki and include existing articles by reference. B. It may be possible to convert the JOS Wiki from HTML to this wiki service. Once again, this would enable us to maintain articles contributed to the JOS Wiki. Thanks to sourceforge.net for providing the infrastructure to develop a Java-based operating system! And thank you for your kind attention to this matter. |
From: Gilbert C. H. II <gc...@mi...> - 2008-03-07 21:33:06
|
"Release Frame" generates Ant scripts and RPM specifications. It is an x-framework, built upon XVCL Processor (http://fxvcl.sourceforge.net/) and XML Bind (http://cjos.sourceforge.net/html/CjosLibrary.html). The XVCL Processor 2.07 (1h) is extended with the xmlproperty command. This command uses XML Bind to load and parse an XML document into a model, something borrowed from Christian Heller's book, "Cybernetics Oriented Programming (CYBOP) - An Investigation on the Applicability of Inter-Disciplinary Concepts" (Tux Tax). Many thanks Chrisian Heller! The CjOS Project is switching to Release Frame for its upcoming release of CjOS 1.0-34. Benefit. For the first time in a long time, I feel like I have caught up on my work. After designing and testing the Release Frame x-framework with the CjOS Project, I turned my attention to a much neglected project called RandDos. I saved much time and complexity by describing the jar to be distributed in distribution.xml and XVCL Processor writes all of the Ant scripts and RPM specifications for me. How it works. The distribution.xml file contains the knowledge (what we want to release). The XVCL Processor uses an x-framework called "Release Frame" to read the distribution.xml document as a model and generate Ant scripts and RPM specifications. For each jar, there is a source edition, a binary edition, a no-source RPM and target RPMs (-ant, -javadoc and -websource). In Karl Fogel's book, "Producing Open Source Software" (O'Reilly), he identifies the minimum requirements of a release. A product built by the "Release Frame" x-framework meets many of these requirements. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-02-04 19:15:52
|
Release 1.0-33 of CjOS is now available for Linux/RPM. It is compatible with JPackage.Org. For more information, see also http://cjos.sourceforge.net/html/CjosLibrary.html . Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2008-02-04 18:53:32
|
I am pleased to announce http://www.gchii.org/ , a new website for the JOS Technical Edition and yum-compatible CjOS RPM Repository. I invite your feedback. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2007-11-30 18:53:07
|
I am writing primarily because our code on your site is out-of-date. Could you please describe your update/refresh policy? I am a maintainer on the CjOS Project at sourceforge.net. I am pleased to see that our open source code is available on your website. It seems that a snapshot of CjOS CVS was obtained in 2004. How often should our source code be refreshed? To be of value to the community, it seems reasonable to refresh more often than once every three years. Your website could be an important resource for our project. With your cooperation in this matter, I would like to mention your site on our homepage. I am also using the XML Varient Configuration Language (XVCL) from the FXVCL Project at sourceforge.net. Stanislaw Jarzabek and others maintain the FXVCL Project. In his book, "Effective Software Maintenance and Evolution - A Reuse-Based Approach", Stanislaw Jarzabek presents compelling evidence for the use of a query language for source code. A highly productive programmer needs a tool to query existing source code. He goes on to describe a product much like yours. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2007-10-26 13:13:28
|
How do we maintain a very large class library? The CjOS Project maintains a very large class library. For more information, see also http://cjos.sourceforge.net/html/CjosSummary.html . Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2007-09-04 13:07:17
|
XML Variant Configuration Language (XVCL) is equivalent to a general purpose pre-processor for artifacts and source code, such as C, C++, Java, HTML, JSP, XML, and more. It is maintained at http://fxvcl.sourceforge.net/ . Version 3.2.1 of the XVCL Processor is now available for download. Currently, we use XVCL Processor 2.07 to generate Java source code for a few packages of the CjOS Project. And we are evaluating XVCL Processor 3.2.1 for use with Apache Ant. We are also evaluating XVCL Workbench 3.2.1, a plug-in for Eclipse 3.1 or higher. Thanks, |
From: Gilbert C. H. II <gc...@mi...> - 2007-04-05 18:34:25
|
The jnode project has built a Java-based operating system. Check out its homepage. http://www.jnode.org/ Thanks, |