Seam 3 Scheduling - seam3

All I need is some really really basic scheduling in my current seam app. Can anyone point me in the direction of a basic tutorial on scheduling or even better an example for seam?

In seam 3 we have seam-cron module which will provide the basic scheduling options .
if you haven't gone through yet check Here
and yes if you got any better option , please share .
Thanks

Related

Detailed documentation for systemd's sd-bus

I have some project which uses libdbus for IPC.
The goal is to use systemd's sd-bus instead of libdbus.
There is documentation for sd-bus (here, here and etc), but that documentation doesn't cover all aspects of D-Bus specification implementation.
I spent a lot looking for at least any detailed explanation of sd-bus' implementation, but didn't find anything that could help me map libdbus' process workflow onto sd-bus.
Anybody can help me? Some unofficial docs, sequences, anything...
There is an upstream issue open for this already. I suggest you subscribe to that, and help out if you can.

Learning Netsuite

I am starting to learn Netsuite, since that is required for our New project.
I am completely new to it. Currently I am working on PHP.
As suggested by my manager I created the developer account on it. But I have no Idea about It. So if someone can spare to answer my below questions than I will be very greatful.
Do i need to learn JavaScript for that?
Is here any other technology that will be needed ?
Are there any free webresources that can give me the insight on this?
How long will it take to learn netsuite once My javascript is done?
Thanks in advance.
Glad
Yes you'll need Javascript. The entire API of NetSuite is written in Javascript. If you get the basics of if statements, for loops and understand how objects and functions work, its a pretty good foundation to start with.
That really depends on what you want to achieve. NetSuite's API will allow you to integrate to other platforms, APIs etc using a range of different things. This one is more a "what do you want" type question.
The UserGroup for NetSuite is a good place to start. That is free. The documentation help has examples which will get you started. I'd start small and then go from there. Ie. How do I get a field value? Read, Develop, Test. Then move on to "How do I set a value" Read, Develop, Test etc etc. You'll learn more and you'll be a better developer for it.
I've been coding in NetSuite for over 7 years for a range of clients. Fair to say you never "learn" NetSuite. It continues to evolve and you evolve with it.
Hope this helps.
Welcome to Netsuite family !! You may want to explore some basic about Netsuite. I would recommend to explore the NS help center as you gotten with a DEV account. Start with simple things and then move on to advance i.e APIs and integration level.
Responding to your quires :
(1) Do i need to learn JavaScript for that?
As you have mentioned you're coding ground is PHP, I guess you already have minimum expose to javascript and some functional programming. You dont need to be an expert to startup with. If you're completely noob to coding then you may want to explore some baics here to start with javascript.
(2) Is here any other technology that will be needed ?
I would say it much depends on your business needs. Netsuite supports both Rest & SOAP based access. For Rest access you need to know javascript as the API's are completely build upon on Suitescripts (NS dependent javascript) and for SOAP based access you can use either JAVA,.NET or PHP.
(3) Are there any free webresources that can give me the insight on this?
The very obvious place is the NS help center where you can explore more in details.You also may request for a membership in NS user group here.
(4) How long will it take to learn netsuite once My javascript is done?
Netsuite is not only limited to javascript or any specific programming. There are alot of things you need to lean apart from javascript. Remeber Learning never exhausts the mind !! ;)
Cheers!
Happy Learning.. :)
Yes you need only basic information about javascript. We are using here suitescript language. you are already familier with programming so it will not be difficult for you.
For integration purpose you may be need.
May be.
It will take hardly 1 month. First you learn manual , later you start coding. It will helpful for you.
Here are the answers to your fairly vague questions:
Yes
Yes
Probably
1 month - 10 years
Should you require more granular answers please provide me with further details.

javafx authorization and authentication concept

Could somebody advice me the best solution about JavaFX (JDK8) and security concept? Under security I mean authorization and authentication. Thank you in advance.
I might be a bit late in answering this, but you are very right Maryan. JavaFx doesn't seem to have good interoperability with any standard security mechanisms.
The only option is to use a 3PP to solve this. Examples are: Spring security, Apache Shiro etc. In order to eliminate the dependencies with a particular 3PP, I encourage you to wrap the 3PP implementation.
Unfortunately, This is just the beginning of a long list of issues(that are yet to come up) for you, even after you implement the security measure, you will still have to come up with ways of storing and managing security tokens(similar to browser cookies) so that your JavaFx client doesn't need to authenticate with server for every call.
If this is only the beginning of your project, I suggest you really think about whether to use JavaFx or go with web based UI.

How to implement SSO using CAS in shiro

I want to implement SSO in shiro using CAS with active directory.If Anyone having experience of this implementation,please share with me. Also suggest basic requirement for this.
Many Thanks.
this should help you getting started, I know that the post has a different name, but it actually contains what you need too.
http://shiro-user.582556.n2.nabble.com/Shiro-and-multiple-wars-within-the-same-Servlet-Container-td5560737.html#a5563334
Cheers!

Authentication using passport in node js application

I want to setup passport.js for authentication in my node.js,express,mongoose application i have followed many examples on internet but got stuck with every one because still dont understand the flow of passport.js processing.
Any help with step by step setup, describing flow of the application would really help me understanding the concepts better.
Take a look at the following simple example.
https://github.com/kulor/passportjs-express-example
If you have questions, please let me know.
And please, don't reinvent the wheel. ;)

Resources