ComparaGRID Feeds
Pussycat Updates: + Good news! The renderlet updating and polling ...
Rev 1847 - davey (8 file(s) modified)Pussycat Updates:
+ Good news! The renderlet updating and polling system finally works :)
+ Will move onto making more renderlets and tesing interactivity in the coming
weeks, but at least I can start writing papers and talks.
+ Good news! The renderlet updating and polling system finally works :)
+ Will move onto making more renderlets and tesing interactivity in the coming
weeks, but at least I can start writing papers and talks.
Categories: ComparaGRID Feeds
Pussycat Updates: + Renderlet framework issues still ongoing - a great ...
Rev 1846 - davey (10 file(s) modified)Pussycat Updates:
+ Renderlet framework issues still ongoing - a great deal is working, but not
all.
+ Cannot check for relevant renderlets because of generic types not being
instantiated at renderlet.init(). renderedObject and selection variables are
usually null until that renderlet itself is the propogator of a selection, not
at the end of an update event.
+ Renderlet framework issues still ongoing - a great deal is working, but not
all.
+ Cannot check for relevant renderlets because of generic types not being
instantiated at renderlet.init(). renderedObject and selection variables are
usually null until that renderlet itself is the propogator of a selection, not
at the end of an update event.
Categories: ComparaGRID Feeds
Added hxt_hacked_new, which should be much more efficient than hxt_hacked.
Rev 1845 - nmrp3 (4696 file(s) modified)Added hxt_hacked_new, which should be much more efficient than hxt_hacked.
Categories: ComparaGRID Feeds
Pussycat Updates: + More work on renderlet framework + Added a LoadedOntologyListRenderlet ...
Rev 1844 - davey (9 file(s) modified)Pussycat Updates:
+ More work on renderlet framework
+ Added a LoadedOntologyListRenderlet to handle grabbing a list of loaded
ontologies from the session. We need an initial "entry point" renderlet to
propgate all other renderlet requests through, and this renderlet is going to provide this
for the time being.
+ More work on renderlet framework
+ Added a LoadedOntologyListRenderlet to handle grabbing a list of loaded
ontologies from the session. We need an initial "entry point" renderlet to
propgate all other renderlet requests through, and this renderlet is going to provide this
for the time being.
Categories: ComparaGRID Feeds
maven-renderlet-plugin: aplugin to build new renderlet artifacts using a command ...
Rev 1843 - tburdett (10 file(s) modified)maven-renderlet-plugin: aplugin to build new renderlet artifacts using a command like mvn renderlet:create...
Categories: ComparaGRID Feeds
maven-archetype-renderlet: a maven archetype for building new renderlet template artifacts.
Rev 1842 - tburdett (14 file(s) modified)maven-archetype-renderlet: a maven archetype for building new renderlet template artifacts.
Categories: ComparaGRID Feeds
Pussycat Updates: + Addition of a LoadedOntologyListRenderlet
Rev 1841 - davey (14 file(s) modified)Pussycat Updates:
+ Addition of a LoadedOntologyListRenderlet
+ Addition of a LoadedOntologyListRenderlet
Categories: ComparaGRID Feeds
Pussycat Updates: + Pussycat now loads a new tab when a ...
Rev 1840 - davey (11 file(s) modified)Pussycat Updates:
+ Pussycat now loads a new tab when a new ontology is loaded (and will
eventually update all ontology-rendering renderlets when additional ontologies
are loaded or activated)
+ Pussycat now loads a new tab when a new ontology is loaded (and will
eventually update all ontology-rendering renderlets when additional ontologies
are loaded or activated)
Categories: ComparaGRID Feeds
Pussycat Updates: + Hacky fix for the polling updater. I've ...
Rev 1839 - davey (2 file(s) modified)Pussycat Updates:
+ Hacky fix for the polling updater. I've swapped it out for a standard
javascript setTimeout instead. Works now! :D
+ Hacky fix for the polling updater. I've swapped it out for a standard
javascript setTimeout instead. Works now! :D
Categories: ComparaGRID Feeds
Pussycat Updates: + Final changes to renderlet framework. It now ...
Rev 1838 - davey (4 file(s) modified)Pussycat Updates:
+ Final changes to renderlet framework. It now works as intended, as far as the
periodical updater poll system that checks that the renderlet in question has
returned its html. The updater doesn't seem to want to stop :D
+ Final changes to renderlet framework. It now works as intended, as far as the
periodical updater poll system that checks that the renderlet in question has
returned its html. The updater doesn't seem to want to stop :D
Categories: ComparaGRID Feeds
Pussycat updates: Renderlets should get rendered in parallel threads now, whenever ...
Rev 1837 - tburdett (5 file(s) modified)Pussycat updates:
Renderlets should get rendered in parallel threads now, whenever the container is notified that a renderlet needs rerendering. Made NexusWiring an enum nistead of a class. Fixed void return type of container.add() in the Servlet, and added a print status whenever new renderlets are ready. Updated Renderlet interface with new return types.
Renderlets should get rendered in parallel threads now, whenever the container is notified that a renderlet needs rerendering. Made NexusWiring an enum nistead of a class. Fixed void return type of container.add() in the Servlet, and added a print status whenever new renderlets are ready. Updated Renderlet interface with new return types.
Categories: ComparaGRID Feeds
Pussycat Updates: + Nearly finished the whole Renderlet framework and implementation. ...
Rev 1836 - davey (11 file(s) modified)Pussycat Updates:
+ Nearly finished the whole Renderlet framework and implementation. Just got to
work out the ajax stuff (perhaps some x-mixed-replace server push?) and the
per renderlet object lookups
+ Nearly finished the whole Renderlet framework and implementation. Just got to
work out the ajax stuff (perhaps some x-mixed-replace server push?) and the
per renderlet object lookups
Categories: ComparaGRID Feeds
Pussycat Updates: + Don't create default draggable box when layout is ...
Rev 1835 - davey (2 file(s) modified)Pussycat Updates:
+ Don't create default draggable box when layout is selected.
+ Don't check for metagenome publishers (it's down)
+ Don't create default draggable box when layout is selected.
+ Don't check for metagenome publishers (it's down)
Categories: ComparaGRID Feeds
Pussycat Updates: + Renderlet stuff nearly works now :D
Rev 1834 - davey (2 file(s) modified)Pussycat Updates:
+ Renderlet stuff nearly works now :D
+ Renderlet stuff nearly works now :D
Categories: ComparaGRID Feeds
Usecase: removed jars for SubmitQuery and MergeOntologies - these were ...
Rev 1833 - tburdett (3 file(s) modified)Usecase: removed jars for SubmitQuery and MergeOntologies - these were added by mistake and exist at http://www.ebi.ac.uk/~tburdett/comparagrid. Added new ensembl schema ontology.
Categories: ComparaGRID Feeds
Pussycat Updates: + More changes to PussycatRenderlet stuff
Rev 1832 - davey (11 file(s) modified)Pussycat Updates:
+ More changes to PussycatRenderlet stuff
+ More changes to PussycatRenderlet stuff
Categories: ComparaGRID Feeds
SubmitQuery: updates to make sure SubmitQuery uses latest version of ...
Rev 1831 - tburdett (2 file(s) modified)SubmitQuery: updates to make sure SubmitQuery uses latest version of fluxion-service-client (0.3.3-SNAPSHOT).
Categories: ComparaGRID Feeds
OWLChunkinator - updates to make sure everything works ok, added ...
Rev 1830 - tburdett (2 file(s) modified)OWLChunkinator - updates to make sure everything works ok, added customizable commnad line option for number of axioms.
Categories: ComparaGRID Feeds
Pussycat Updates: + Moved PussycatRenderlet to new module (it depends on ...
Rev 1829 - davey (3 file(s) modified)Pussycat Updates:
+ Moved PussycatRenderlet to new module (it depends on pussycat-session-manager)
+ Moved PussycatRenderlet to new module (it depends on pussycat-session-manager)
Categories: ComparaGRID Feeds
Pussycat Updates: + Adding in pussycat-renderlet module for PussycatRenderlet class
Rev 1828 - davey (12 file(s) modified)Pussycat Updates:
+ Adding in pussycat-renderlet module for PussycatRenderlet class
+ Adding in pussycat-renderlet module for PussycatRenderlet class
Categories: ComparaGRID Feeds
