• 周六. 9 月 14th, 2024

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

what is JSF in JAVA? – Java From 5gw.org

King Wang

4 月 9, 2022

xmlns=”http://www.w3.org/1999/xhtml” dir=”ltr” lang=”en”>
what is JSF in JAVA? – Java
/**
* Bytes CSS
* Style: ‘bytes.answers’; Style ID: 18
*/
@import url(“/clientscript/vbulletin_css/style-12635a82-00018.css”);

 
 
470,370 Members | 1,542 Online

what is JSF in JAVA?

explain with simple words and with some realtime examples also.

thankQ in advance

Sep 16 ’14
#1

2 1155


(adsbygoogle = window.adsbygoogle || []).push({});

Frinavale

9,735
Expert Mod 8TB

JSF stands for JavaServer Faces.

And it is

…A Java specification for building component-based user interfaces for web applications.

Please research this topic a bit.
Maybe try creating something using the technology too… and then if you have any specific questions about what you are doing ask here and the experts will be more than happy to give you a hand with it.

Sep 16 ’14
#2

rajujrk

107
100+

JavaServer Faces (JSF) 2.0, is an MVC web framework which focus on simplifies building user interfaces (comes with 100+ ready UI tags) for Java web application and make reusable UI component easy to implement. Unlike JSF 1.x, almost everything is declared in faces-config.xml, with JSF 2.0, you are allowed to use annotation to declare navigating, managed bean or CDI bean, which make your development easier and faster.

Developers of various skill levels can quickly build web applications by:

  1. Assembling reusable UI components in a page
  2. Connecting these components to an application data source
  3. Wiring client-generated events to server-side event handlers

Sep 18 ’14
#3


Message
 
Cancel Changes

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics


4 posts

views

Thread by JavaDev |
last post: by


10 posts

views

Thread by Alex Gerdemann |
last post: by


47 posts

views

Thread by Alan Brown |
last post: by


289 posts

views

Thread by napi |
last post: by


6 posts

views

Thread by Rhino |
last post: by


27 posts

views

Thread by Generic Usenet Account |
last post: by


reply

views

Thread by Aaron J. Margosis |
last post: by

By using this site, you agree to our Privacy Policy and Terms of Use.


(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);

ga(‘create’, ‘UA-90111-7’, ‘bytes.com’);
ga(‘send’, ‘pageview’);

loadBytesTracking()

//0){location.replace(‘https://bytes.com/showthread.php?p=’+cpostno);};} }

if(typeof window.orig_onload == “function”) window.orig_onload();
}

//]]>

发表回复