All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by jstl with all dependencies

Search JAR files by class name

weblab-portlet from group org.ow2.weblab.portlets (version 1.2.2)

This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Group: org.ow2.weblab.portlets Artifact: weblab-portlet
Show all versions Show documentation Show source 
 

0 downloads
Artifact weblab-portlet
Group org.ow2.weblab.portlets
Version 1.2.2
Last update 10. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

beigesoft-webcrud from group org.beigesoft (version 1.1.8)

This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL. It renders forms and lists of any entity according XML settings (Beige-Settings). Database logic is handled by Beige-ORM. It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured. Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar, slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR. Beigesoft-Accounting-Web extends it into very complex business application.

Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!

search-portlet from group org.ow2.weblab.portlets (version 1.2-RC1)

Group: org.ow2.weblab.portlets Artifact: search-portlet
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact search-portlet
Group org.ow2.weblab.portlets
Version 1.2-RC1
Last update 11. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies rdf-helper-jena-selection, rdf-helper-jena, commons-lang3, commons-logging,
There are maybe transitive dependencies!

weblab-facet from group org.ow2.weblab.portlets (version 1.3.1)

Group: org.ow2.weblab.portlets Artifact: weblab-facet
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact weblab-facet
Group org.ow2.weblab.portlets
Version 1.3.1
Last update 19. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rdf-helper-jena-selection, rdf-helper-jena, bean-helper-spring,
There are maybe transitive dependencies!

parent from group org.ow2.weblab.portlets (version 1.2.2)

This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Group: org.ow2.weblab.portlets Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.ow2.weblab.portlets
Version 1.2.2
Last update 10. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

struts-el from group struts (version 1.2.9)

This subproject is an extension of the Struts tag library. Each JSP custom tag in this library is a subclass of an associated tag in the Struts tag library. One difference is that this tag library does not use "rtexprvalues", it uses the expression evaluation engine in the Jakarta Taglibs implementation of the JSP Standard Tag Library (version 1.0) to evaluate attribute values. In addition, some of the Struts tags were not ported to this library, as it was determined that their functionality was entirely supplied by the JSTL. These particular Struts tags, and the reason for their non-porting will be described in the documentation for this library. In order to fully understand the correct utilization of this library, you must understand the use and operation of the Struts tag library, and the use and operation of the JavaServer Pages Standard Tag Library (hereafter called the "JSTL"), along with the expression language (sometimes called the "EL") used for evaluating attribute values.

Group: struts Artifact: struts-el
Show all versions Show source 
 

1 downloads
Artifact struts-el
Group struts
Version 1.2.9
Last update 23. March 2006
Organization not specified
URL http://jakarta.apache.org/
License not specified
Dependencies amount 4
Dependencies standard, jstl, struts, commons-logging,
There are maybe transitive dependencies!

struts from group struts (version 1.2.9)

The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.

Group: struts Artifact: struts
Show all versions Show source 
 

366 downloads
Artifact struts
Group struts
Version 1.2.9
Last update 23. March 2006
Organization The Apache Software Foundation
URL http://struts.apache.org/
License not specified
Dependencies amount 8
Dependencies commons-beanutils, commons-digester, commons-fileupload, commons-logging, commons-validator, oro, antlr, xalan,
There are maybe transitive dependencies!



Page 6 from 6 (items total 57)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy