I didn't know about all of that stuff too before starting my project, just basic in java & javascript. I started with jsp (basic learning like you), and mooved to angularjs. It depends on your javascript knowledges. But with basic anderstanding of javascript, it took me 1 days to anderstand angularjs and be able to begin. - Jersey web service is as easy as servlet MVC for jsp. Many tutorial to begin rapidly. - pa4rdf is great & easy to use (congrat&thanks to his author BTW) (look at this http://pa4rdf.sourceforge.net/examples/concreteClassSubject.html) - spring security can be aded at the end of the project then later...
I would do it again, without dubt. It depends on your project. I have heard about http://graphityhq.com/, but I admit not to understand much about that 2015-08-28 15:28 GMT+02:00 kumar rohit <[email protected]>: > Thank you Nicolas. Do you think learning all these tools will be better for > me? I mean as I have already some basic understanding of JENA,JSP, and > SPARQL. so learning pa4rdf, jersey, spring and angularjs tools will not be > time consuming? > > On Fri, Aug 28, 2015 at 1:01 PM, Nicolas Paris <[email protected]> > wrote: > > > tutorial angularjs : http://www.w3schools.com/angular/ > > pa4rdf : http://pa4rdf.sourceforge.net/index.html > > jersey/angularjs example : > > https://github.com/rkazarin/sample-jersey-webapp > > springsecurity example : > > https://github.com/philipsorst/angular-rest-springsecurity > > about one page css I use bootstrap template > > https://almsaeedstudio.com/themes/AdminLTE/index2.html > > > > > > > > > > > > > > 2015-08-28 13:20 GMT+02:00 kumar rohit <[email protected]>: > > > > > Thank you Nicolas can you send me some literature about it just to > start > > > with? Also the other tools you mentioned, if you have some tutorials > for > > > beginners? > > > regards > > > > > > On Fri, Aug 28, 2015 at 12:14 PM, Nicolas Paris <[email protected]> > > > wrote: > > > > > > > Hello, > > > > > > > > I am building such website and after some testing I use : > > > > - backend : jersey rest service with jena behind, with pa4rdf to map > > java > > > > object as TDB triple > > > > - frontend : angularjs that talks with rest services > > > > - security with spring security > > > > > > > > If you just started jsp, you can moove on angularjs, it's works > similar > > > > (with templates & balises ) but saves time & looks modern. > > > > > > > > > > > > 2015-08-28 12:52 GMT+02:00 Jean-Marc Vanel <[email protected] > >: > > > > > > > > > You may try my semantic_forms; > > > > > this is both a generic semantic web navigation and annotation > > > > application, > > > > > and a framework to build business apps. > > > > > > > > > > It leverages on Jena TDB, Play! Framework and Scala. > > > > > > > > > > > > https://github.com/jmvanel/semantic_forms/tree/master/scala/forms_play > > > > > > > > > > > > > > > > > > > > 2015-08-28 12:46 GMT+02:00 kumar rohit <[email protected]>: > > > > > > > > > > > Hello I want to build a simple website of "online result" using > > > > semantic > > > > > > web. I have started learning JSP, but not sure how can we make it > > > > > semantic > > > > > > using JSP? > > > > > > How can we use Jena code inside my website to make it semantic? > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Jean-Marc Vanel > > > > > Déductions SARL - Consulting, services, training, > > > > > Rule-based programming, Semantic Web > > > > > http://deductions-software.com/ > > > > > +33 (0)6 89 16 29 52 > > > > > Twitter: @jmvanel , @jmvanel_fr ; chat: irc:// > > > irc.freenode.net#eulergui > > > > > > > > > > > > > > >
