|

Lycos.com
Diyatech provided design and development services to Lycos for parts of
their Lycos
Financial Feed System. Diyatech developed a summarization server and
various feed
parsers to be incorporated in the overall distributed feed management
system. Both
systems were developed in Java 2 on Solaris 7 platform. Summarization
server was a
multi-threaded socket server that provided news summarization to clients
through the
network. And, the output from the Financial feed parsers was fed into the
Financial feed
database for future queries and reports.
Router Story Parser
-
Designed and developed
an object oriented parser in Java
-
Used JLex for generating
lexical analysis code in Java (similar to Lex)
-
Used Java_Cup for generating
parser code in Java (similar to Yacc)
-
JAVA 1.2 was used and
all development done on Solaris 2.6
News Story Parser & BWire Story Parser
-
Designed and developed
an object oriented parser in Java
-
Used JLex for generating
lexical analysis code in Java (similar to Lex)
-
Used Java_Cup for generating
parser code in Java (similar to Yacc)
-
JAVA 1.2 was used and
all development done on Solaris 2.6
Multi-threaded Summarization Socket Server
-
Designed and developed
a multi-threaded socket server for text summarization.
-
Used Java Native Interface
(JNI) to call Verity summarization engine C-API.
-
Used Java socket support
for the server development
-
Developed a command-line
test client in Java and used client-side sockets in it
-
All development done
in JDK 1.2 on Solaris 2.6.
|