Skip to content

l3-team/Lille3PhotoEsupMonDossierWebV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Java class client for use with RefPhoto

Pre-requisites :

Installation :

  • just copy the file Lille3Photo.java in folder : src/org/esupportail/mondossierweb/web/photo
  • then configure the file properties/monDossierWeb/monDossierWeb.xml, simple adjust the url tokenurl and imageurl :
...
        <!-- Bean Photo pour Lille3 (inspiré de Nancy2) -->
        <bean id="photo"
        class="org.esupportail.mondossierweb.web.photo.Lille3Photo"
        scope="session">
                <property name="tokenurl">
                        <value>https://refphotos.univ.fr/tokenEtu/add/</value>
                </property>
                <property name="imageurl">
                        <value>https://refphotos.univ.fr/image/</value>
                </property>
        </bean>
...

Have fun!

About

Java class Photo client for Refphoto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages