I tried figuring the information flow in dsapce ( i.e. how dspace webapps
are communicating with database). I looked for search form(in home.jsp file
in webapps/jspui folder) which has in its action tag something like
this *<form action="<%= request.getContextPath() %>/simple-search"
method="get">
*..

request.getContextPath() translates to "/jspui" . But jspui folder in
webapps does not have any "simple search" file. So where is form actually
sending search field data ?

I want to check how (using jdbc connectors or something else) dsapce web
interface is accessing database, so that i may use same technique to access
database content for my timeline.

If there is some other approach to this please tell.



On Fri, Apr 19, 2013 at 8:16 PM, Mark H. Wood <[email protected]> wrote:

> On Fri, Apr 19, 2013 at 08:00:28PM +0530, Nishant Goyal wrote:
> > I have created a timeline view GUI to show contents submitted in various
> > communities sorted as per the timestamp. But i am not able to access any
> > metadata table of dsapce. I am a beginner in dspace but have some idea of
> > java and jsp files. i am running version 1.8.2 on windows. Please help
> !!!
>
> Well, "not able to access" could mean a number of things.
>
> Step by step, giving specific commands and messages:
>
> o  What did you try?
> o  What did you expect?
> o  What happened instead?
>
> --
> Mark H. Wood, Lead System Programmer   [email protected]
> Machines should not be friendly.  Machines should be obedient.
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Nishant Goyal
IIT MANDI
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to