Oleg%20Burlaca - PowerPoint PPT Presentation

About This Presentation
Title:

Oleg%20Burlaca

Description:

Defining the problem. Action & Event mechanism. Server side ... Adjusting the Problem Statement ... behind the scenes activity. Before: After: ' !--#BEGIN ... – PowerPoint PPT presentation

Number of Views:31
Avg rating:3.0/5.0
Slides: 13
Provided by: olegbu
Category:
Tags: 20burlaca | oleg

less

Transcript and Presenter's Notes

Title: Oleg%20Burlaca


1
Tying NeoSite CMS and server side services
  • Oleg Burlaca
  • Institute of Mathematics and Computer Science

cms.neonet.md
2
Agenda
  • NeoSite intro
  • Defining the problem
  • Action Event mechanism
  • Server side implementation
  • Conclusions

cms.neonet.md
3
CMS Definition
Software that enables one to add and/or
manipulate content on a Web site.
Webopedia.com
CMS Purpose
Enhanced integration and automatization of
processes that contribute to efficient
dissemination of information on the Internet
4
cms.neonet.md
NeoSite
Toolbars defined in XML docs
Search Panel
Content Tree
Monitoring Error logs
Search Results
Template Tree
Opened entities and tasks
FTP Activity
HTTP Activity
5
The problem
How to endow the client application with unique,
project specific facilities without modifying it ?
Erroneous guess
Trying to incorporate wise and rich
functionality that will cover all possible
issues will give us a very sophisticated, yet
powerful solution, that will collapse under its
own weight over time.
6
Suggestion
Separate common and unique features, and provide
means for connecting them.
Adjusting the Problem Statement
How to build a lightweight, generic client
application that acts as a framework that ensures
easy integration of custom functionality ?
The Solution
Integrate an Event-Driven Framework into client
application.
7
Entity types
Project specific entity types
Content Tree
Entity type definition (XML document)
8
Entity events
lteventsgt ltOnCreategt lte type"sql"gt
INSERT INTO site_en_related
VALUES (id, 444, 10, 1) lt/egt lte
type"http"gt ltparamsgt
lturlgt http//neonet.md/cgi/build.cgi lt/urlgt
ltprmsgt idid lt/prmsgt
lturgentgt 0 lt/urgentgt ltmethodgt get
lt/methodgt lt/paramsgt lt/egt
lt/OnCreategt ltOnCloseAfterCreate ... gt
ltOnOpen ... gt ltOnRelateNode ... gt lt/eventsgt
9
Task automation
behind the scenes activity
Before
send item content to search engine
edit item
save item
After
10
Server-side logic
get the folder for uploading
Client
Server
OnGetUploadDir
apache handler
User want to add a file to a node
http//neonet.md/ftp/get_upload_dir/? id106
Process Template ftp/get_upload_dir
'lt!--BEGIN--gt' IF (crumb.0 'elections' and
crumb.size gt 3) '/i/elections/' _
crumb.slice(1, 2).join('') _ '/' ELSE '/i/'
_ crumb.join('/') _ '/' END 'lt!--END--gt'
FTP plugin uploads the file in specified folder
/i/elections/docs/node_filename
11
Future work
The desktop application should become a thin
client, by transfering the logic to the
server-side.
Enhance NeoSites integration capabilites.
12
Conclusions
Applications can no longer exist as standalone
entities, but instead must share information with
other information systems.
Open standards and application integration are a
logical fit since open standards aid in solving
the application integration problem, accounting
for the differences in formats and interfaces
through common mechanisms that everyone can
understand.
cms.neonet.md
More about NeoSite
Write a Comment
User Comments (0)
About PowerShow.com