Skip to main content

Home/ Coders/ Contents contributed and discussions participated by Fabien Cadet

Contents contributed and discussions participated by Fabien Cadet

Fabien Cadet

[Q&A] BPMN's advantages over other modeling methods ? - BPM Research Forums, 2006-08-13 - 1 views

  • On the other hand, BPMN has been designed with the aim of being a notation for high-level modeling.
  • BPMN models are not intended to be directly executed. They need to be refined (e.g. into BPEL processes) prior to execution.
  • At the most, BPMN might be used to generate "templates of BPEL code" that developers will have to refine to obtain a running implementation.
  • ...1 more annotation...
  • In fact, one could safely bet that a lot of people will define BPMN models for the pure purpose of documenting business processes, and not for the purpose of developing software. Many BPMN models will never be executed or lead to any piece of software. They'll just be used as part of a methodology for business improvement.
Fabien Cadet

Duck typing - Wikipedia [en] - 0 views

  • When I see a bird that walks like a duck and swims like a duck and quacks like a duck, I call that bird a duck.
Fabien Cadet

Bonitasoft | Open Source Business Process Management (BPM) and Workflow Software - 2 views

  •  
    I shall give it another try may be. It's just that I'm now more or less distrustful (towards myself essentially) when you try to fill the gap between diagrams used for communication/documentation and those kind of ideally targeted at being executed.
Fabien Cadet

[video] InfoQ: Development at the Speed and Scale of Google, 2010-12-13 by Ashish Kumar - 4 views

  •  
    « Ashish Kumar presents how Google manages to keep the source code of all its projects, over 2000, in a single code trunk containing hundreds of millions of code lines, with more than 5,000 developers accessing the same repository. »
Fabien Cadet

Software Development is not Just Coding « CodeDependents, 2011-06-06 by Benja... - 15 views

  • Many developers approach any sort of planning with apprehension if not outright disgust.
  • Whatever it might be we need to move beyond the “all process is evil” mentality. Yes there will be meetings but you will shock yourself at how much faster you are in the end.
Fabien Cadet

WebKit Remote Debugging | Surfin' Safari - Blog Archive, 2011-05-09 - 6 views

  •  
    "As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user."
Fabien Cadet

node.js - 5 views

  •  
    « Node's goal is to provide an easy way to build scalable network programs. In the "hello world" web server example above, many client connections can be handled concurrently. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when a new connection is made, and then it goes to sleep. If someone new connects, then it executes the callback. Each connection is only a small heap allocation. »
Fabien Cadet

Quote: John von Neumann "In mathematics, you don't..." - 79 views

quote mathematics CS
started by Fabien Cadet on 05 Mar 11 no follow-up yet
  • Fabien Cadet
     
    "In mathematics, you don't understand things. You just get used to them."

    -- John von Neumann
« First ‹ Previous 261 - 280 of 338 Next › Last »
Showing 20 items per page