java - AngluarJS directive alternative of jsp tag library? -


i have gone through angular js tutorials. directives 1 of pillar of angularjs. understnading directives can substitue of custom jsp tag libraies (which developers develop specific each project). correct ?

the reason saying jsp taglib developed have reusable ui component can achieved angularjs directive on client side .

yes absolutely correct. angular js directives play same role tag libraries in jsp. difference in jsp tags generated code on server side , sent client whereas angular directives generate code on client side


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -