text stringlengths 1 654k |
|---|
[0126] As may be seen in FIG. 20, the generated bar graph 110 includes a title 2002 identifying the current day, as well as two bars 2004 and 2006 representing the number of packages shipped and packages delivered, respectively, on that day. Other conventional bar graph features familiar to those skilled in the art als... |
[0127] The bar graph 110 may be displayed within the same JSP™ 46 as the line graph 60. Advantageously, the application data shown in the bar graph 110 of FIG. 20 is consistent with the application data appearing within the line graph 60 of FIG. 12 (e.g. the number represented by the bar 2004 and the data point 1218 ar... |
[0128] Advantageously, the addition of the bar graph 110 in the manner described above introduces a new application data monitoring mechanism into the computing system 10, with only the provision of a new transform 102, the addition of a TDP 100 (which may be a duplicate of TDP 36), and the addition of a bar graph widg... |
[0129] A further alternative embodiment of the computing system is illustrated in FIG. 21. FIG. 21 illustrates a data flow diagram 2100 showing data flow between software components in the alternative embodiment. As may be seen in FIG. 21, in the present alternative embodiment the application 32, data collector 34, tra... |
[0130] Operation of the system illustrated in FIG. 21 is much the same as the operation of the first-described embodiment shown in FIGS. 14A and 14B, albeit simplified. Upon initialization, instantiation of the DC 120 rather than the DC 34 is performed at 1402. Calls 1404, 1406 and 1408 do not occur due to the absence ... |
[0131] Upon the occurrence of a browser refresh, none of calls 1452, 1454, 1456 or 1458 of FIG. 14B occur due to the lack of a TDP 36. Rather, the Java™ Servlet Engine directly calls the update( ) method of the data collector 120. This causes the DC 120 to update itself through internal examination of native format app... |
[0132] It will be appreciated that the alternative embodiment illustrated in FIG. 21 does not strictly adhere to the MVC paradigm in view of the fact that the Model and Controller components are not separate (both are embodied by the data collector 120). However, the embodiment is nevertheless advantageous in that re-u... |
[0133] As will be appreciated by those skilled in the art, modifications to the above-described embodiment can be made without departing from the essence of the invention. For example, it is not necessary for the application 32 and the HTTP server application 40 to be physically co-located on a single server 26. Rather... |
[0134] In another alternative, the distinct presentation-centric schemata to which the presentation-centric data instances 56, 92 and 104 conform may be replaced by a single common schema that is sufficiently flexible to be capable of describing data for different types of graphical display mechanisms, rather than bein... |
[0135] Event notification between the application 32 and the DC 34 is not necessarily implemented using event queues and event notification. Alternative embodiments may employ other event notification techniques, such as other Java™ Message Service (JMS) event publishing implementations or Java™ event listeners for exa... |
[0136] It will also be appreciated that refreshing of a JSP™ is not the only way to trigger data flow between the software components. Event-driven event notification from the DC to the TDP can trigger data flow. |
[0137] Fundamentally, it is not necessary for native-format application data to be received only from executing applications providing event notifications to data collector software components. Rather, native-format application data may be read directly from application data logs or database files. Indeed, native-forma... |
[0138] It will be appreciated that TDP 36 described above is a particular form of data provider which employs an external transform for transforming received data instances into generated data instances. Data providers of alternative embodiments need not utilize transforms to generate data instances. |
[0139] In alternative widget embodiments, the generateAndSerializeToFile( ) method 81 may be replaced or accompanied by methods which direct SVG code output to a specified string or byte array rather than a file. Moreover, alternative widget embodiments may generate displayable graphics in graphics formats other than S... |
[0140] It will also be appreciated that the DC 34, TDP 36 and line graph widget 38 are not necessarily object oriented software objects. In alternative embodiments, they may be non-object oriented software entities, provided that they behave in the manner described herein. |
[0141] Finally, it is not necessarily for the application-data-centric and presentation-centric schemas used in conjunction with the described embodiments to be XML schemas. Other schema types, such as Standard Generalize Markup Language (SGML) Document Type Definitions (DTDs), may be used in alternative embodiments. |
[0142] Other modifications will be apparent to those skilled in the art and, therefore, the invention is defined in the claims. |
≡ Menu |
RAD |
Wolf Frameworks is a USA/India PaaS company started in 2006 as a pure play cloud computing platform. They have a front end (AJAX) using XML to communicate to a .NET backend on C#. They have about 3,000 plus people designing software using the platform and have about 13 plus solution providers covering 7 countries. They... |
Last week I posted Focusing on decisions to improve the software end product and I decided that this week’s posts would be a series of follow-ups on how decision management can and should impact software development. Today on how it should impact/be a part of Agile, tomorrow on Model-Drive Engineering and Thursday on D... |
RAD with rules |
I saw this post on Better Projects and it reminded me of days spent writing a RAD methodology for Ernst and Young. RAD, or Rapid Application Development, uses prototyping and lots of short iterations to keep a development project on track. The post has a nice graphic showing the cycles within cycles used in the [...] |
[bug-notifications] [nrpe 0004635]: NRPE package fails to install if /opt/csw/etc/init.d doesn't already exist |
Mantis Bug Tracker noreply at opencsw.org |
Thu Feb 3 16:28:42 CET 2011 |
A NOTE has been added to this issue. |
====================================================================== |
https://www.opencsw.org/mantis/view.php?id=4635 |
====================================================================== |
Reported By: andybotting |
Assigned To: bwalton |
====================================================================== |
Project: nrpe |
Issue ID: 4635 |
Category: packaging |
Reproducibility: always |
Severity: minor |
Priority: normal |
Status: assigned |
====================================================================== |
Date Submitted: 2010-12-16 12:15 CET |
Last Modified: 2011-02-03 16:28 CET |
====================================================================== |
Summary: NRPE package fails to install if /opt/csw/etc/init.d |
doesn't already exist |
Description: |
I've been installing NRPE by Puppet, and found that it was failing. |
Package doesn't complete post-install because it barfs, trying to put a |
file in /etc/opt/csw/init.d. |
I just pre-create this directory to get around the problem. |
====================================================================== |
---------------------------------------------------------------------- |
(0008774) bonivart (developer) - 2011-02-03 16:28 |
ERROR: type should be string, got " https://www.opencsw.org/mantis/view.php?id=4635#c8774 " |
---------------------------------------------------------------------- |
This is the old issue with /etc/opt/csw/init.d not being created by |
CSWcswclassutils any more. The sample file moved to |
/opt/csw/etc/init.d/csw.smf.sample on Phil's request which broke several |
packages including this one. |
Since Ben is now maintainer of CSWcas-initsmf I'm transferring this bug to |
him since that's where this should be fixed so it works for all packages |
trying to put files in /etc/opt/csw/init.d. Please create that path, maybe |
put the sample there too is the best solution. |
More information about the bug-notifications mailing list |
Casino online game – A full guarantee of fun and safety |
If you have actually bet online after that you understand just exactly how enjoyable online casino video games can be, whether you win or lose. Nonetheless, winning in on-line casinos is among the best sensations on the planet! If you are wanting to enhance your casino game method to make sure that you can beat the odd... |
agen casino online |
Craps is one of the most preferred agen casino online. In craps, players bet on the outcome of the rolling of 2 dice. You can pick to bet on a variety of points such as the particular roll, a variety of possible rolls, whether the rolling gamer will win as well as more. The best strategy for winning at craps is to lear... |
Blackjack wagering online is also popular. In blackjack it is essential to recognize when to strike and also when to remain. If the dealer’s cards total 16 or less after that he has to strike. When the supplier shows a card that makes it likely that he will bust it is a god suggestion to stay with any kind of hand over... |
Superlift Suspension Dealers in Laurens County, GA |
Find a local Superlift suspension lift kit dealer in Laurens County, GA for the best discounts on suspension kits, lift kits, shocks, installation, replacement parts, warranty service and repair. Whether you are looking for lift kits, leveling kits, or steering components and shocks, your local Superlift dealer can off... |
Simply click on one of the Laurens County, GA dealer listings below to get more details about that authorized Superlift suspension kit dealer. If you do not see the Laurens County, GA store location you were looking for please click our Dealer Locator and then enter your Zip Code to see a list of Superlift lift kit dea... |
Superlift Dealers US |
Cities in Laurens county |
Showing results for Authorized Superlift Dealers by nearest city |
More About Laurens County, GA |
Superlift Products at Dealers in Laurens County, GA |
1 Dealer in Laurens County, GA |
Showing results Authorized Superlift Dealers by nearest city. |
Frank Helton Accessories |
× |
Loading Events |
« All Events |
Mostly Kosher |
Mon, December 23 @ 7:00 pm |
A Gypsy-Rock Chanukah Celebration |
Acclaimed klezmer gypsy-rock band, Mostly Kosher can be described as a musical feast that explodes into a global food-fight of jazz, Latin, rock, and folk. Join them for the beginning of Chanukah as they radically reconstruct Judaic and American cultural music with ravishing klezmer beats and arresting Yiddish refrains... |
Led by frontman Leeav Sofer, one of Jewish Journal’s “30 under 30” most accomplished professionals in the Los Angeles Jewish diaspora, Mostly Kosher includes the talented violinist Janice Mautner Markham, drummer Eric Hagstrom, bassist Adam Levy, trombonist Mike King, and Will Brahm on guitar, with guest artists Aníbal... |
The band has appeared extensively on Southern California stages including a television appearance at Dorothy Chandler Pavilion. They recently became the first Jewish music ensemble to perform during holiday celebrations at Disney Parks in both California and Florida. The first track off their acclaimed self-titled debu... |
“Music that enriches your soul and awakens your spirit.” – LA Weekly |
“A world-beat cabaret which swings high and low from ecstasy to longing.” – fRoots Magazine |
“Guaranteed audiences young and old alike will leave feeling uplifted.” – Valley Scene |
Buy Tickets |
Details |
Date: |
Mon, December 23 |
Time: |
7:00 pm |
Event Categories: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.