On Sat, Sep 5, 2015 at 1:37 PM, kumar rohit <[email protected]> wrote: > My question is almost about Jena.. Developing Ontology in Protege and > import that file to Jena using read() method is used as stand alone > program. How can we use Jena if we have to develop Web application using > Jena and Protege ontology. > If JSP is used, then how can we use Jena code inside JSP?
Never put complex code in a JSP. Write plain old java code that presents your JSP pages with a nice simple API, and call Java code from there. > > On Sat, Sep 5, 2015 at 10:41 AM, buehmann < > [email protected]> wrote: > >> @Kumar: >> You question is totally impossible to answer. What is the purpose of your >> question? >> >> All the things you mentioned can be used for different things, which to >> choose and how to combine is totally free and depends on the particular >> use-case. How can somebody else tell you what in your planned application >> is needed? >> >> By the way, this is a JENA mailing list, supposed to discuss particular >> questions around Apache JENA. Your questions is better placed at general >> discussion platforms like StackOverflow or the semantic version of it. >> >> Lorenz >> >> >> On 04.09.2015 22:01, kumar rohit wrote: >> >>> I could not understand it, what is it and its purpose? How it replace >>> tools >>> like JSP and Java? >>> >>> On Fri, Sep 4, 2015 at 4:19 PM, Adrian Walker <[email protected]> >>> wrote: >>> >>> Kumar, >>>> >>>> You may be interested in the advanced semantics in the Executable English >>>> system -- >>>> >>>> www.reengineeringllc.com/internet_business_logic_in_a_nutshell.pdf >>>> >>>> -- Adrian >>>> >>>> Executable Open English / Internet Business Logic >>>> Online at www.reengineeringllc.com >>>> Nothing to download, shared use is free, and there are no advertisements >>>> >>>> >>>> On Fri, Sep 4, 2015 at 12:44 AM, kumar rohit <[email protected]> >>>> wrote: >>>> >>>> BEA Workshop IDE, JSP, Jena TDB, Spring and Sparql... These tools are >>>>> sufficient to build a Semantic Web application? >>>>> Is there any need for another tool or technology ? Please guide me. >>>>> >>>>> >>
