Code Monkey home page Code Monkey logo

angular-portlet's Introduction

angular-portlet

An example portlet that shows how AngularJS can be used in a portal environment. It shows how the following thing can be done:

  • Multiple instances of the same Angular portlet (requires bootstrapping Angular yourself)
  • How to get ngRoute to work when direct URL access isn't possible
  • Using Liferay JSON services in AngularJS
  • How to reference partial HTML files (create correct portlet resource URL)
  • Portlet event integration in AngularJS
  • i18n via angular-translate that uses the Liferay and portlet resource bundles
  • Providing your own JSON services using a portlet resource request (and some fancy custom code so it can be done using annotations, complete with caching)
  • How to avoid the one big Javascript file problem in a Maven project without using Grunt, etc...
  • A custom AngularJS directive (referencing a partial HTML as a template)

As mentioned the portlet contains some additional code that isn't specifically needed for the AngularJS part, but that does some nice stuff that makes exposing JSON stuff from your portlet easier.

For this there is a base portlet class that you can extend, ResourcePortlet (which itself extends from Liferay's MVCPortlet), that enables you to just annotate some simple methods in your portlet as being resource providers.

The annotations that accomplish this are:

  • @Resource
  • @Param
  • @Context
  • @CacheResource

angular-portlet's People

Contributors

oteichmann avatar planetsizebrain avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.