The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Sneak Peek – Compiere's New Web Architecture

  1. 2007-11-09 19:36:14 UTC

    As many of you know, Compiere is working on a next-generation Web Architecture. Today we are providing a sneak peek at the forthcoming technology on the Compiere web site at: http://www.compiere.com/products/product-demos/index.php.

    This is a rather ambitious project offering multiple benefits. Compiere users gain a modern, interactive and feature-rich Compiere client that provides easy and secure access from a web browser. IT administrators benefit from not having to install or administer client software on every desktop.

    We want to know what you think. Please share your comments regarding the Web Architecture demo to this thread. Thanks!

    Bill Freedman
    Compiere, Inc.
  2. 2007-11-09 19:58:36 UTC
    Hi Mr. Freedman,

    i'm going to break my promise not to post in this forums, but i just wanted to write that the demo looks good!

    Good job!


    Kind regards,
    Trifon
  3. 2007-11-10 01:23:33 UTC
    Hi Bill,
    Yes, it looks good. Congrats!

    Trifon,
    U beat me to it :-)

    red1
  4. 2007-11-10 01:34:44 UTC
    Like OpenBravo / Better than OpenBravo ?

    Where is ERP Kenel <Accounting : Account Auto Determincation Mappping for DocType?>

    Still direct assign Account-combination,,,Accounting Engine only check baseDocType ?

    Pretty ? Okay <<Web new face >>

    Health ? Great <<ERP Kenel mapping >>

    Wish Compiere Pretty and Health
  5. 2007-11-11 19:16:39 UTC
    The recorded demo look good. Anywhere I can get a copy to try ? ...Robin
  6. 2007-11-18 16:45:07 UTC
    The Compiere 3.0 product is currently in Beta testing with Compiere Partners and subscription customers. Production availability is scheduled for early December. In a few weeks we plan to host a demo version on the Compiere web site so that you can play with the software without needing to download and install it.
    Don @ Compiere
  7. 2007-11-19 10:29:37 UTC
    Great. Looking forward to it.
  8. 2007-11-20 10:23:02 UTC
    Will this Compiere Professional Edition still be open source?

    I think the WEB UI is available for paid subscribers, isn't it?
  9. 2007-11-20 12:59:21 UTC
    I understand all existing open source remains open source. However the New Web Architecture is licenced, so only avaliable to subscribers. How this will affect open source users in the future is unclear. I'd suggest this puts into question Compieres commitment to continuing to be an open source provider. What does anyone else think?
  10. 2007-11-22 09:00:11 UTC
    Hi jonobaac,

    Thanks for checking our the Web Architecture sneak peek. You are correct
    in your assertion that "all existing open source remains open source."

    But there is more. Compiere continues to be a steadfast developer of
    open source ERP and CRM solutions. In fact, we've invested more
    resources in development and testing of open source software in 2007
    than at any time in our history.

    It is no secret to followers of this forum that Compiere is pursuing a
    dual licensing strategy. We are committed to providing the finest ERP
    and CRM solution available via an open source license--just as we've
    done for nearly seven years. At the same time, we are expanding our
    product line-up and services to better address the needs of mid-sized
    and larger companies.

    We are not the first successful open source company to expand its
    product line. Compiere aspires to follow in the footsteps of open source
    leaders like Red Hat, MySQL and SugarCRM, to name a few.

    All of us at Compiere are working hard to get an innovative and high
    quality open source release to you as quickly as we can. The complete
    details of our expanded product line-up will be unveiled along with the
    software releases--just as quickly as we can.

    Thanks for your continuing support.

    Bill Freedman
    Compiere, Inc.
  11. 2007-11-24 22:40:02 UTC
    Hi, Bill... Congratulations for the new interface, it's a great improvement !

    I have a question... Compiere is ready for DB2 ?
  12. 2007-11-27 11:01:51 UTC
    I'm currently evaluating this product for a large implementation in Australia, and number one requirement is to have a full blown product web driven.
    If it turns i need to talk to sales or other company's rep to find out how to enable web component I would not bother myself doing it.
    ...cause I have expertise to evaluate the product myself and make a conclusion.
    vi
  13. 2009-08-01 06:38:21 UTC
    hi all

    i have used the below code in my Compiere Application for printing IReport.

    Its working fine for first 4 or 5 prints , but after that , if i click Print Button ....my application goes into hange state and Database Connection get Lost resulting in throwing @NoDBConnection@ exception .

    i tried relpacing my Database to Oracle 10 G from Oracle Xe edition , but Stil the same problem persists .

    this problem only coming in case of jasper ireport Prnting , other wise Application is running fine with perfect Database Conncetivity .

    Please Suggest the possible way out to this problem ?

    is Something went wrong in my code ? or some other problem ?

    With Regards

    Himanshu Walia

    protected String doIt() throws Exception {
    path =getpath.path("Jasper.properties");
    str = Getpath.ReadProp(path, "Okaya.jasper");
    t.put("C_ORDER_ID", c_order_id);
    JasperPrint prnt = JasperFillManager.fillReport(str, t, CConnection.get().createConnection(false, 8));

    JRViewerProvider viewerLauncher = ReportStarter.getReportViewerProvider();

    viewerLauncher.openViewer(prnt, "Dispatch Advice");
    }


    Full Exception trace after 4-5 Prints

    -----------> DB.dumpBorrowers: Connection[0]=oracle.jdbc.driver.LogicalConnection@bb6d85 borrowed from: [13]
    java.lang.Throwable
    at org.compiere.util.DB.getCachedConnection(DB.java:1825)
    at org.compiere.util.Trx.<init>(Trx.java:66)
    at org.compiere.util.Trx.get(Trx.java:46)
    at org.compiere.process.SvrProcess.startProcess(SvrProcess.java:87)
    at org.compiere.apps.ProcessCtl.startProcess(ProcessCtl.java:488)
    at org.compiere.apps.ProcessCtl.run(ProcessCtl.java:256)

    -----------> DB.dumpBorrowers: Connections remaining: 1 [13]
    -----------> iR_Okaya.startProcess: DB.getCachedConnection() - @NoDBConnection@ [13]
    java.lang.UnsupportedOperationException: DB.getCachedConnection() - @NoDBConnection@
    at org.compiere.util.DB.getCachedConnection(DB.java:1828)
    at org.compiere.util.CPreparedStatement.<init>(CPreparedStatement.java:82)
    at org.compiere.util.DB.executeUpdate(DB.java:577)
    at org.compiere.util.DB.executeUpdate(DB.java:502)
    at org.compiere.process.SvrProcess.lock(SvrProcess.java:408)
    at org.compiere.process.SvrProcess.startProcess(SvrProcess.java:93)
    at org.compiere.apps.ProcessCtl.startProcess(ProcessCtl.java:488)
    at org.compiere.apps.ProcessCtl.run(ProcessCtl.java:256)

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.